@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

/*! jQuery UI - v1.12.1 - 2017-05-23
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}


body {
	background: url('../img/darkdenim3.png') repeat 0 0 #555;
}
/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	/*background: url('../img/dark_leather.png') repeat 0 0 #000;*/
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	/*text-shadow: 1px -1px 0px #000;*/
	/*filter: dropshadow(color=#000, offx=1, offy=-1);*/
	line-height: 30px;
	/*border-width: 1px 0 0 0;*/
	/*border-style: solid;*/
	/*border-color: #111;*/
}
.ui-datepicker-title {
	text-align: center;
    overflow: hidden;
}
.ui-datepicker-month, .ui-datepicker-year {
	width: 50%;
	display: block;
	float: left;
	border: none;
	padding: 8px 5px;
	color: black;
    font: 9pt Arial, sans-serif;
    font-weight: bold;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: none !important;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	/*background-image: url('../img/arrow.png');*/
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	/*background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );*/
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 7pt;
	padding: 5px 0;
	color: #666666;
	/*text-shadow: 1px 0px 0px #fff;*/
	/*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
    background: white;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	/*text-shadow: 1px 1px 0px #fff;*/
	/*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	/*background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);*/
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	/*-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);*/
	color: #F0F0F0;
	/*text-shadow: 0px 1px 0px #4d7a85;*/
	/*border: 1px solid #55838f;*/
	position: relative;
	/*margin: -1px;*/
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	/*width: 29px;*/
	/*margin-left: 0;*/
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	/*width: 29px;*/
	/*margin-right: 0;*/
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	/*height: 29px;*/
	/*margin-bottom: 0;*/
}

/* 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;
}
.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;
}

@charset "UTF-8";
/*------------------------------------*\
    PARAMS
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/*------------------------------------*\
    PLUGINS
\*------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: container-box;
  box-sizing: container-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: container-box;
  -webkit-box-sizing: container-box;
  box-sizing: container-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*@import "bootstrap/print";*/
/*@import "bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  /*    color: $link-hover-color;
      text-decoration: underline;*/
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*@import "bootstrap/type";*/
/*@import "bootstrap/code";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/*@import "bootstrap/tables";*/
/*@import "bootstrap/forms";*/
/*@import "bootstrap/buttons";*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*@import "bootstrap/button-groups";*/
/*@import "bootstrap/input-groups";*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*@import "bootstrap/navbar";*/
/*@import "bootstrap/breadcrumbs";*/
/*@import "bootstrap/pagination";*/
/*@import "bootstrap/pager";*/
/*@import "bootstrap/labels";*/
/*@import "bootstrap/badges";*/
/*@import "bootstrap/jumbotron";*/
/*@import "bootstrap/thumbnails";*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/*@import "bootstrap/progress-bars";*/
/*@import "bootstrap/media";*/
/*@import "bootstrap/list-group";*/
/*@import "bootstrap/panels";*/
.embed-responsive, .text-box .media {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .text-box .media .embed-responsive-item,
.embed-responsive iframe,
.text-box .media iframe,
.embed-responsive embed,
.text-box .media embed,
.embed-responsive object,
.text-box .media object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9, .text-box .media {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3, .text-box .embed-responsive-4by3.media {
  padding-bottom: 75%;
}

/*@import "bootstrap/wells";*/
/*@import "bootstrap/close";*/
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/*@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
colpick Color Picker / colpick.com
*/
/*Main container*/
.colpick {
  position: absolute;
  box-sizing: content-box;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  direction: ltr;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 10;
}

/*Color selection box with gradients*/
.colpick .colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}

.colpick .colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */
}

.colpick .colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/*Circular color selector*/
.colpick .colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}

.colpick .colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}

/*Vertical hue bar*/
.colpick .colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}

/*Hue bar sliding indicator*/
.colpick .colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}

.colpick .colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}

.colpick .colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}

/*New color box*/
.colpick .colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/*Current color box*/
.colpick .colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/*Input field containers*/
.colpick .colpick_field, .colpick .colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.colpick .colpick_rgb_r {
  top: 40px;
  left: 207px;
}

.colpick .colpick_rgb_g {
  top: 67px;
  left: 207px;
}

.colpick .colpick_rgb_b {
  top: 94px;
  left: 207px;
}

.colpick .colpick_hsb_h {
  top: 40px;
  left: 277px;
}

.colpick .colpick_hsb_s {
  top: 67px;
  left: 277px;
}

.colpick .colpick_hsb_b {
  top: 94px;
  left: 277px;
}

.colpick .colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}

/*Text field container on focus*/
.colpick .colpick_focus {
  border-color: #999;
}

/*Field label container*/
.colpick .colpick_field_letter {
  position: absolute;
  width: 17px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}

/*Text inputs*/
.colpick .colpick_field input, .colpick .colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}

.colpick .colpick_hex_field input {
  right: 4px;
}

/*Field up/down arrows*/
.colpick .colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}

.colpick .colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}

.colpick .colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}

/*Submit/Select button*/
.colpick .colpick_submit {
  position: absolute;
  left: 285px;
  top: 121px;
  width: 52px;
  height: 40px;
  line-height: 40px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.colpick .colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}

/*full layout with no submit button*/
.colpick.colpick_full_ns .colpick_submit,
.colpick.colpick_full_ns .colpick_current_color {
  display: none;
}

.colpick.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}

.colpick.colpick_full_ns .colpick_rgb_r,
.colpick.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}

.colpick.colpick_full_ns .colpick_rgb_g,
.colpick.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}

.colpick.colpick_full_ns .colpick_rgb_b,
.colpick.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}

.colpick.colpick_full_ns .colpick_hex_field {
  top: 135px;
}

/*rgbhex layout*/
.colpick.colpick_rgbhex .colpick_hsb_h,
.colpick.colpick_rgbhex .colpick_hsb_s,
.colpick.colpick_rgbhex .colpick_hsb_b {
  display: none;
}

.colpick.colpick_rgbhex {
  width: 282px;
}

.colpick.colpick_rgbhex .colpick_field,
.colpick.colpick_rgbhex .colpick_submit {
  width: 68px;
}

.colpick.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}

.colpick.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}

/*rgbhex layout, no submit button*/
.colpick.colpick_rgbhex_ns .colpick_submit,
.colpick.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}

.colpick.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}

.colpick.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}

.colpick.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}

.colpick.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}

.colpick.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}

/*hex layout*/
.colpick.colpick_hex .colpick_hsb_h,
.colpick.colpick_hex .colpick_hsb_s,
.colpick.colpick_hex .colpick_hsb_b,
.colpick.colpick_hex .colpick_rgb_r,
.colpick.colpick_hex .colpick_rgb_g,
.colpick.colpick_hex .colpick_rgb_b {
  display: none;
}

.colpick.colpick_hex {
  width: 206px;
  height: 201px;
}

.colpick.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}

.colpick.colpick_hex .colpick_hex_field div,
.colpick.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}

.colpick.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}

.colpick.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}

.colpick.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}

/*hex layout, no submit button*/
.colpick.colpick_hex_ns .colpick_submit,
.colpick.colpick_hex_ns .colpick_current_color {
  display: none;
}

.colpick.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}

.colpick.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}

.colpick.colpick_dark .colpick_color {
  outline-color: #333;
}

.colpick.colpick_dark .colpick_hue {
  border-color: #555;
}

.colpick.colpick_dark .colpick_field,
.colpick.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}

.colpick.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}

.colpick.colpick_dark .colpick_field input,
.colpick.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}

.colpick.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}

.colpick.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}

.colpick.colpick_dark .colpick_focus {
  border-color: #444;
}

.colpick.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}

.colpick.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * $author Brian Reavis <brian$thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: white;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  background: #fff;
  box-shadow: none;
  text-shadow: none;
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}
.selectize-control.single .selectize-input:after {
  display: none;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: transparent;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: container-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 2;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: container-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.ReactTable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

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

.ReactTable .rt-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  overflow: auto;
  width: 100%;
  border-collapse: collapse;
  -webkit-box-flex: 1;
  -ms-flex: auto 1;
  flex: auto 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.ReactTable .rt-thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ReactTable .rt-thead.-filters input,
.ReactTable .rt-thead.-filters select {
  padding: 5px 7px;
  outline: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: inherit;
}

.ReactTable .rt-thead .rt-th.-cursor-pointer,
.ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer;
}

.ReactTable .rt-thead .rt-th:last-child,
.ReactTable .rt-thead .rt-td:last-child {
  border-right: 0;
}

.ReactTable .rt-thead .rt-resizable-header {
  overflow: visible;
}

.ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden;
}

.ReactTable .rt-thead .rt-resizable-header-content {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ReactTable .rt-thead .rt-header-pivot:after,
.ReactTable .rt-thead .rt-header-pivot:before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: ' ';
  pointer-events: none;
}

.ReactTable .rt-tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  -webkit-box-flex: 99999;
  -ms-flex: 99999 1 auto;
  flex: 99999 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.ReactTable .rt-tbody .rt-td:last-child {
  border-right: 0;
}

.ReactTable .rt-tbody .rt-expandable {
  text-overflow: clip;
  cursor: pointer;
}

.ReactTable .rt-tr-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.ReactTable .rt-tr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.ReactTable .rt-th,
.ReactTable .rt-td {
  overflow: hidden;
  padding: 7px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s ease;
  transition-property: width, min-width, padding, opacity;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.ReactTable .rt-th.-hidden,
.ReactTable .rt-td.-hidden {
  padding: 0 !important;
  min-width: 0 !important;
  width: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}

.ReactTable .rt-expander {
  position: relative;
  display: inline-block;
  margin: 0;
  margin: 0 10px;
  color: transparent;
}

.ReactTable .rt-expander:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.ReactTable .rt-expander.-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.ReactTable .rt-resizer {
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  width: 36px;
  cursor: col-resize;
}

.ReactTable .rt-tfoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.ReactTable .rt-tfoot .rt-td:last-child {
  border-right: 0;
}

.ReactTable .-pagination input,
.ReactTable .-pagination select {
  outline: none;
  font-weight: normal;
  font-size: inherit;
}

.ReactTable .-pagination .-btn {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.1s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ReactTable .-pagination .-btn[disabled] {
  opacity: 0.5;
  cursor: default;
}

.ReactTable .-pagination .-previous,
.ReactTable .-pagination .-next {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ReactTable .-pagination .-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  margin-bottom: 0;
  text-align: center;
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
}

.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  white-space: nowrap;
}

.ReactTable .-pagination .-pageJump {
  display: inline-block;
}

.ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center;
}

.ReactTable .rt-noData {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  padding: 20px;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ReactTable .-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.ReactTable .-loading > div {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}

.ReactTable .-loading.-active {
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}

.ReactTable .-loading.-active > div {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.ReactTable .rt-resizing .rt-th,
.ReactTable .rt-resizing .rt-td {
  cursor: col-resize;
  transition: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*------------------------------------*\
    BASE
\*------------------------------------*/
@media (max-width: 480px) {
  .col-mb-6 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .col-mb-12 {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*='.svg'] {
    width: 100%;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Helvetica Neue LT W05_45 Light";
  src: url("../../fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix");
  src: url("../../fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix") format("eot"), url("../../fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("../../fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff"), url("../../fonts/fdf10d5e-4ce0-45e5-a6c1-5eaff6cb1c11.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W05_65 Medium";
  src: url("../../fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix");
  src: url("../../fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix") format("eot"), url("../../fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("../../fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff"), url("../../fonts/14d824a2-2a5c-4692-8e30-74f6e177b675.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W01_75 Bold";
  src: url("../../fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix");
  src: url("../../fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix") format("eot"), url("../../fonts/1f4274cd-2674-481e-9023-69e33ffca161.woff2") format("woff2"), url("../../fonts/5e8d493c-be01-44b9-962e-504a5cf10dd8.woff") format("woff"), url("../../fonts/ae36b4a0-aa2c-46cc-98d8-d8b7d22241dc.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W05_55 Roman";
  src: url("../../fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix");
  src: url("../../fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"), url("../../fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("../../fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"), url("../../fonts/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W05_45 Light";
  src: url("../../fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix");
  src: url("../../fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix") format("eot"), url("../../fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("../../fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff"), url("../../fonts/fdf10d5e-4ce0-45e5-a6c1-5eaff6cb1c11.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W05_65 Medium";
  src: url("../../fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix");
  src: url("../../fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix") format("eot"), url("../../fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("../../fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff"), url("../../fonts/14d824a2-2a5c-4692-8e30-74f6e177b675.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W01_75 Bold";
  src: url("../../fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix");
  src: url("../../fonts/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix") format("eot"), url("../../fonts/1f4274cd-2674-481e-9023-69e33ffca161.woff2") format("woff2"), url("../../fonts/5e8d493c-be01-44b9-962e-504a5cf10dd8.woff") format("woff"), url("../../fonts/ae36b4a0-aa2c-46cc-98d8-d8b7d22241dc.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W05_55 Roman";
  src: url("../../fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix");
  src: url("../../fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"), url("../../fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("../../fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"), url("../../fonts/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("truetype");
}
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/icomoon.eot");
  src: url("../../fonts/icomoon/icomoon_e.eot#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.woff2?67r1x1") format("woff2"), url("../../fonts/icomoon/icomoon.ttf?67r1x1") format("truetype"), url("../../fonts/icomoon/icomoon.woff?67r1x1") format("woff"), url("../../fonts/icomoon/icomoon.svg?67r1x1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-deletecontent:before {
  content: "\e95c";
  color: #606060;
}

.icon-editcontent:before {
  content: "\e95a";
  color: #606060;
}

.icon-rfid:before {
  content: "\e95d";
}

.icon-sequence:before {
  content: "\e958";
}

.icon-image:before {
  content: "\e957";
}

.icon-customList:before {
  content: "\e956";
}

.icon-code:before {
  content: "\e955";
}

.icon-text:before {
  content: "\e954";
}

.icon-indent-arrow:before {
  content: "\e95f";
}

.icon-external-link:before {
  content: "\e940";
}

.icon-initialvalues:before {
  content: "\e959";
}

.icon-check:before {
  content: "\e93e";
}

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

.icon-customList-old:before {
  content: "\e94e";
}

.icon-edit:before {
  content: "\e94f";
}

.icon-image-old:before {
  content: "\e950";
}

.icon-sequence-old:before {
  content: "\e951";
}

.icon-text-old:before {
  content: "\e952";
}

.icon-categories:before {
  content: "\e94c";
}

.icon-sort-name-down:before {
  content: "\e92b";
}

.icon-sort-name-up:before {
  content: "\e92c";
}

.icon-sort-number-down:before {
  content: "\e92d";
}

.icon-sort-number-up:before {
  content: "\e92e";
}

.icon-sort-price-down:before {
  content: "\e92f";
}

.icon-sort-price-up:before {
  content: "\e930";
}

.icon-add-to-cart:before {
  content: "\e94a";
}

.icon-icon-content-creator:before {
  content: "\e949";
}

.icon-cog:before {
  content: "\e948";
}

.icon-password:before {
  content: "\e943";
}

.icon-theme-editor:before {
  content: "\e947";
}

.icon-config:before {
  content: "\e946";
}

.icon-wholesale-thick:before {
  content: "\e945";
}

.icon-account:before {
  content: "\e944";
}

.icon-grid:before {
  content: "\e941";
}

.icon-list:before {
  content: "\e942";
}

.icon-saved_cards:before {
  content: "\e93f";
}

.icon-cart-2:before {
  content: "\e93c";
}

.icon-cart-21:before {
  content: "\e93d";
}

.icon-freight-options:before {
  content: "\e93a";
}

.icon-delivery-address:before {
  content: "\e93b";
}

.icon-client-number:before {
  content: "\e939";
}

.icon-external:before {
  content: "\e938";
}

.icon-warning:before {
  content: "\e92a";
}

.icon-global-network:before {
  content: "\e901";
}

.icon-powered-by:before {
  content: "\e90f";
}

.icon-fast-delivery:before {
  content: "\e913";
}

.icon-tag-editor:before {
  content: "\e919";
}

.icon-laser-printing:before {
  content: "\e921";
}

.icon-accessability:before {
  content: "\e903";
}

.icon-arrow-thick:before {
  content: "\e904";
}

.icon-arrow-thin:before {
  content: "\e905";
}

.icon-bin-thick:before {
  content: "\e906";
}

.icon-bin-thin:before {
  content: "\e907";
}

.icon-business:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e909";
}

.icon-chevron-thick:before {
  content: "\e90a";
}

.icon-chevron-thin:before {
  content: "\e90b";
}

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

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

.icon-contact:before {
  content: "\e90e";
}

.icon-credit:before {
  content: "\e910";
}

.icon-dash-thick:before {
  content: "\e911";
}

.icon-dash-thin:before {
  content: "\e912";
}

.icon-delivery:before {
  content: "\e914";
}

.icon-document:before {
  content: "\e915";
}

.icon-down-arrow:before {
  content: "\e916";
  color: #c8c8c8;
}

.icon-faqs:before {
  content: "\e917";
}

.icon-filter:before {
  content: "\e918";
}

.icon-language:before {
  content: "\e91a";
}

.icon-map-pin:before {
  content: "\e91b";
}

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

.icon-menu-thin:before {
  content: "\e91d";
  color: #606060;
}

.icon-merchant:before {
  content: "\e91e";
}

.icon-number:before {
  content: "\e91f";
}

.icon-pdf:before {
  content: "\e920";
  color: #c8c8c8;
}

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

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

.icon-print:before {
  content: "\e924";
}

.icon-reseller-thick:before {
  content: "\e925";
}

.icon-reseller-thin:before {
  content: "\e926";
}

.icon-save:before {
  content: "\e94b";
}

.icon-search-thick:before {
  content: "\e928";
}

.icon-search-thin:before {
  content: "\e929";
}

.icon-check-thin:before {
  content: "\e931";
}

.icon-check-thick:before {
  content: "\e932";
}

.icon-transfer:before {
  content: "\e933";
}

.icon-user-details:before {
  content: "\e934";
}

.icon-user-thick:before {
  content: "\e935";
}

.icon-user-thin:before {
  content: "\e936";
}

.icon-wholesale:before {
  content: "\e937";
}

.icon-facebook:before {
  content: "\e900";
  color: #fff;
}

.icon-twitter:before {
  content: "\e902";
  color: #fff;
}

.icon-notes:before {
  content: "\e95e";
}

.icon-email:before {
  content: "\e953";
}

.icon-zoom-in:before {
  content: "\e927";
}

#tbclient {
  display: block;
}

body,
html {
  height: 100%;
}

body {
  background: #f2f5f8 center center no-repeat fixed;
  background-size: cover;
  color: black;
}
@media print {
  body {
    background: white !important;
  }
}
body.white {
  background: white center center no-repeat fixed;
}

:root, [data-theme="default"] {
  --color-main: #00ade5;
  --color-mobile-border: #1a1a1a;
  --color-text: #ffffff;
  --color-bg: #141414;
  --color-bg-three: #333333;
  --color-bg-five: #1e2022;
  --color-rgb-toggle: 255, 255, 255;
}

[data-theme="white"] {
  --color-text: #141414;
  --color-bg: #ffffff;
  --color-bg-five: #ffffff;
  --color-bg-three: #f6f6f6;
  --color-rgb-toggle: 0, 0, 0;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100%;
}

.content {
  flex: 1 1 0;
}

.overflow {
  overflow: hidden;
}

.vmiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.underline {
  text-decoration: underline;
}

.tx-left {
  text-align: left;
}

.tx-center {
  text-align: center;
}

.tx-right {
  text-align: right;
}

input,
select {
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  box-shadow: none;
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

* {
  outline: none !important;
}

.clearfix {
  clear: both;
}

button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 1290px;
  }
}
.container .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .container .container {
    max-width: 1290px;
  }
}
@media only screen and (min-width: 1600px) {
  .container--bigger {
    max-width: 1590px;
    width: auto;
  }
}
.container--full {
  max-width: 100%;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .container--full {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .container--full {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .container--full {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1921px) {
  .container--full {
    max-width: 1920px;
    width: auto;
  }
}
.container--fluid {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1921px) {
  .container--fluid {
    max-width: 1920px;
  }
}

.row-xs-eqheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-xs-eqheight > div {
  min-height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .row-sm-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-sm-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .row-md-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-md-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row-lg-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-lg-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row-xl-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-xl-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.row-xs-default {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .row-sm-default {
    display: initial;
  }
}

@media only screen and (min-width: 992px) {
  .row-md-default {
    display: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .row-lg-default {
    display: initial;
  }
}

@media only screen and (min-width: 1600px) {
  .row-xl-default {
    display: initial;
  }
}

@media only screen and (max-width: 767px) {
  .row-xs-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-sm-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-md-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-lg-buffer {
    margin-bottom: 30px;
  }
}

.row--nopadding {
  margin: 0;
}
.row--nopadding > div[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .row--xbig {
    margin: 0 -50px;
  }
}
@media only screen and (min-width: 992px) {
  .row--xbig > div[class*='col-'] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .row--big {
    margin: 0 -25px;
  }
}
@media only screen and (min-width: 992px) {
  .row--big > div[class*='col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.row--xsmall {
  margin: 0 -5px;
}
.row--xsmall > div[class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.row--small {
  margin: 0 -7px;
}
.row--small > div[class*='col-'] {
  padding-right: 7px;
  padding-left: 7px;
}
.row--vtop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.row--vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .row--vcenter-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .row--vcenter-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .row--vcenter-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.row--vbottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.col-div:after {
  content: '';
  display: block;
}
@media only screen and (max-width: 767px) {
  .col-div:after {
    height: 30px;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 768px) {
  .col-div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    border-left: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 992px) {
  .col-div:after {
    right: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-div:after {
    right: -70px;
  }
}

.icon--invert {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.panel-heading > * {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.table {
  display: table;
  width: 100%;
}
.table__row {
  display: table-row;
}
.table__cell {
  display: table-cell;
  vertical-align: top;
}

.site-logo {
  display: flex;
  align-items: center;
}
.site-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: inherit;
}
@media only screen and (max-width: 767px) {
  .site-logo svg {
    height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.pac-container {
  z-index: 10000 !important;
}
.pac-container:after {
  content: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
.text-xxs {
  font-size: 10px;
}

.text-no-truncate {
  white-space: normal !important;
  overflow: visible !important;
}

/*------------------------------------*\
    ESSENTIALS
\*------------------------------------*/
.vspace {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace {
    padding-bottom: 60px;
  }
}
.vspace--medium {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace--medium {
    padding-bottom: 40px;
  }
}
.vspace--small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--small {
    padding-bottom: 30px;
  }
}
.vspace--smaller {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .vspace--smaller {
    padding-bottom: 15px;
  }
}
.vspace--big {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace--big {
    padding-bottom: 90px;
  }
}
.vspace:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .vspace[class*='col-'] {
    padding-bottom: 0 !important;
  }
}
.vspace > .heading:last-child {
  margin-bottom: 0;
}

.alert {
  border-radius: 0;
}
.alert p {
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .alert p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}

.website-alerts {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.website-alerts.affix, .website-alerts.affix-bottom {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .website-alerts.affix, .website-alerts.affix-bottom {
    top: 0;
  }
}
.modal-open .website-alerts {
  top: 0;
}
.website-alerts__alert {
  position: relative;
  display: none;
  padding: 15px 0;
  background: #00ade5;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .website-alerts__alert {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .modal-open .website-alerts__alert {
    padding-right: 17px;
  }
}
.website-alerts__alert .container {
  position: relative;
}
.website-alerts__alert--primary {
  background: #337ab7;
}
.website-alerts__alert--info {
  background: #5bc0de;
}
.website-alerts__alert--success {
  background: #6dcf7c;
}
.website-alerts__alert--warning {
  background: #f0ad4e;
}
.website-alerts__alert--error {
  background: #c84c4c;
}
.website-alerts__alert--dark {
  background: #333333;
}
.website-alerts__close {
  position: relative;
  float: right;
  padding: 0;
  border: 0;
  background: none;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.website-alerts__close .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .website-alerts__close .icon {
    width: 9px;
    height: 9px;
  }
}
.website-alerts__close .icon:before, .website-alerts__close .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.website-alerts__close .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.website-alerts__close .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.website-alerts__close:before {
  vertical-align: middle;
  content: 'Dismiss';
}
@media only screen and (min-width: 992px) {
  .website-alerts__close:before {
    content: 'Dismiss';
  }
}
.website-alerts__close .icon {
  margin: 1px 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .website-alerts__close .icon {
    margin: 1px 0 0 10px;
  }
}
.website-alerts__message {
  line-height: 140%;
  padding: 14px 0;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (max-width: 767px) {
  .website-alerts__message {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .website-alerts__message {
    padding: 12px 0;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.website-alerts__message a {
  border-bottom: 1px solid;
  color: inherit;
}
.website-alerts__message button {
  margin: 0 5px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.website-alerts__message button:first-child {
  margin-left: 0;
}
.website-alerts__message button:last-child {
  margin-right: 0;
}
.website-alerts__message .icon {
  position: relative;
  top: -1px;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 1.25em;
}
.website-alerts__message .icon:first-child {
  margin-left: 0;
}
.website-alerts__message .icon:last-child {
  margin-right: 0;
}

.body-backdrop {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  background-color: black;
  content: '';
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.3s top;
}

.heading {
  display: block;
  margin: 0 0 30px 0;
  color: black;
}
@media only screen and (max-width: 991px) {
  .heading br {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .heading {
    margin: 0 0 60px 0;
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading + .intro {
  margin: 10px 0 0 0;
}
.heading .section--white-text, .section--dark .heading {
  color: inherit;
}
.heading u {
  border-bottom: 2px solid;
  text-decoration: none;
}
.heading b, .heading strong {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.heading--lv1, .header-text, .text-box h1 {
  line-height: 120%;
  font-size: 1.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .heading--lv1, .header-text, .text-box h1 {
    line-height: 1.37;
    font-size: 2.375em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.heading--lv2, .text-box h2 {
  line-height: 140%;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .heading--lv2, .text-box h2 {
    margin: 0 0 30px 0;
    font-size: 2.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.heading--lv3, .text-box h3 {
  line-height: 140%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .heading--lv3, .text-box h3 {
    margin: 0 0 30px 0;
    font-size: 1.625em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.heading--lv4, .text-box h4 {
  margin: 0 0 15px 0;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .heading--lv4, .text-box h4 {
    margin: 0 0 20px 0;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.heading--lv5, .text-box h5 {
  margin: 0 0 10px 0;
  line-height: 150%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .heading--lv5, .text-box h5 {
    margin: 0 0 15px 0;
    line-height: 160%;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.heading--lv6 {
  margin: 0 0 10px 0;
  line-height: 150%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .heading--lv6 {
    margin: 0 0 15px 0;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading--main {
  color: #00ade5;
}
.heading--main .section--white-text, .section--dark .heading--main {
  color: #00ade5;
}
.heading--center {
  text-align: center;
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--no-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.heading--color {
  color: #00ade5 !important;
}
.heading__bg {
  padding: 0 5px;
  background: #a21d4e;
}
.heading__highlight {
  color: #606060;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (max-width: 767px) {
  .heading__highlight {
    display: block;
    font-size: 0.778em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.heading a {
  color: inherit;
}
.heading .icon {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  font-size: 1.5em;
}

.heading-box--center {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .heading-box--center {
    text-align: center;
  }
}
.heading-box--line {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 992px) {
  .heading-box--line {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.heading-box--center-line {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .heading-box--center-line {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.heading-box--center-line:after, .heading-box--center-line:before {
  content: '';
  width: 50%;
  height: 1px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  display: block;
}
.heading-box--center-line:after {
  right: 0;
}
.heading-box--center-line:before {
  left: 0;
}
.heading-box--center-line span, .heading-box--center-line .heading {
  background: white;
  display: inline-block;
  padding: 0 20px;
}
.heading-box__content {
  width: 100%;
  position: absolute;
  top: -10px;
  z-index: 1;
  text-align: center;
}
.heading-box--small {
  max-width: 190px;
}

.subheading {
  display: block;
  margin: 0 0 10px 0;
  color: #00ade5;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .subheading {
    margin: 0 0 30px 0;
  }
}
.subheading--center {
  text-align: center;
}
.subheading--underline {
  position: relative;
  display: block;
  color: #00ade5;
}
.subheading--underline:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  max-width: 55px;
  width: 100%;
  border-top: 3px solid;
  content: '';
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.micro-heading {
  display: block;
  color: #919191;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .micro-heading {
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

@media only screen and (max-width: 991px) {
  .header-text {
    line-height: 140%;
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .header-text {
    margin: 0 0 30px 0;
    font-size: 2.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}

@media only screen and (max-width: 480px) {
  .header-text {
    font-size: 1.125em;
    font-weight: 700;
  }
}

.text-box {
  margin: 0 0 30px 0;
  text-transform: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .text-box {
    margin: 0 0 60px 0;
  }
}
.text-box:last-child {
  margin-bottom: 0;
}
.text-box .section--white-text, .section--dark .text-box {
  color: rgba(255, 255, 255, 0.8);
}
.text-box iframe {
  margin: 0 0 30px 0;
  width: 100%;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5 {
  padding-top: 10px;
}
.text-box h1:first-child,
.text-box h2:first-child,
.text-box h3:first-child,
.text-box h4:first-child,
.text-box h5:first-child {
  padding-top: 0;
}
.text-box h1:last-child,
.text-box h2:last-child,
.text-box h3:last-child,
.text-box h4:last-child,
.text-box h5:last-child {
  margin-bottom: 0;
}
.text-box .media {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .text-box .media {
    margin: 0 0 30px 0;
  }
}
.text-box .media:last-child {
  margin-bottom: 0;
}
.text-box .media iframe {
  margin-bottom: 0;
}
.text-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.text-box img.left, .text-box img.leftAlone {
  margin-right: auto;
  margin-left: 0;
}
.text-box img.right, .text-box img.rightAlone {
  margin-right: 0;
  margin-left: auto;
}
.text-box .photo {
  height: 100%;
}
.text-box .captionImage {
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .text-box .captionImage {
    padding: 0 0 20px 0;
  }
}
.text-box .captionImage:last-child {
  padding-bottom: 0;
}
.text-box p {
  padding: 0 0 20px 0;
  line-height: 170%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .text-box p {
    padding: 0 0 30px 0;
    line-height: 210%;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.text-box p:last-child {
  padding-bottom: 0;
}
.text-box p.caption {
  padding: 5px 0 0 0;
  font-style: italic;
  line-height: 160%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .text-box p.caption {
    padding: 10px 0 0 0;
  }
}
.text-box--p {
  line-height: 170%;
}
.text-box ul,
.text-box ol {
  padding: 0 0 15px 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .text-box ul,
  .text-box ol {
    padding: 0 0 20px 0;
  }
}
.text-box ul:last-child,
.text-box ol:last-child {
  padding-bottom: 0;
}
.text-box ul li,
.text-box ol li {
  padding: 0 0 7.5px 25px;
  line-height: 170%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .text-box ul li,
  .text-box ol li {
    padding: 0 0 5px 10px;
    padding-left: 30px;
    line-height: 210%;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.text-box ul li:last-child,
.text-box ol li:last-child {
  padding-bottom: 0;
}
.text-box ul li:before {
  display: block;
  float: left;
  margin: 0px 0 0 -25px;
  color: black;
  content: "\e90a";
  font-family: icomoon;
  font-size: 0.75em;
}
@media only screen and (min-width: 992px) {
  .text-box ul li:before {
    margin: 0px 0 0 -30px;
  }
}
.text-box ul.highlighted {
  display: inline-block;
}
.text-box ul.highlighted li {
  float: left;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  color: #606060;
  border: 1px solid #979797;
  font-size: 0.75em;
}
@media only screen and (min-width: 768px) {
  .text-box ul.highlighted li {
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .text-box ul.highlighted li {
    font-size: 1em;
    padding: 10px 20px;
    margin: 0 15px 15px 0;
    transition: 0.3s;
  }
}
.text-box ul.highlighted li:last-child {
  margin-right: 0;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .text-box ul.highlighted li:last-child {
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .text-box ul.highlighted li:last-child {
    padding-bottom: 10px;
  }
}
.text-box ul.highlighted li:before {
  display: none;
}
.text-box ol {
  counter-reset: textBoxOl;
}
.text-box ol li:before {
  display: block;
  float: left;
  margin: 0 0 0 -22px;
  color: #00ade5;
  content: counter(textBoxOl) ".";
  counter-increment: textBoxOl;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .text-box ol li:before {
    margin-left: -30px;
  }
}
.text-box ol li:before .section--white-text, .section--dark .text-box ol li:before {
  color: white;
}
.text-box a {
  color: #00ade5;
}
@media only screen and (min-width: 992px) {
  .text-box a {
    transition: 0.2s 0s;
  }
  .text-box a:hover, .text-box a:focus {
    color: #004d66;
  }
}
.text-box a .section--white-text, .section--dark .text-box a {
  color: white;
}
.text-box button {
  padding: 0;
  border: none;
  background: none;
  color: #00ade5;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.text-box b, .text-box strong {
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: black;
}
.text-box b .section--white-text, .section--dark .text-box b,
.text-box strong .section--white-text,
.section--dark .text-box strong {
  color: inherit;
}
.text-box--grey p, .text-box--grey ul, .text-box--grey ol {
  color: #606060;
}
.text-box--bold p, .text-box--bold ul, .text-box--bold ol {
  color: #333333;
  font-family: "Helvetica Neue LT W05_65 Medium" !important;
}
.text-box--big p {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 175%;
}
@media only screen and (min-width: 992px) {
  .text-box--big p {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    line-height: 180%;
  }
}
.text-box--big ul li,
.text-box--big ol li {
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .text-box--big ul li,
  .text-box--big ol li {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.text-box--small p {
  padding: 0 0 10px 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 180%;
}
@media only screen and (min-width: 992px) {
  .text-box--small p {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    line-height: 200%;
  }
}
@media only screen and (min-width: 1200px) {
  .text-box--small p {
    padding: 0 0 15px 0;
  }
}
.text-box--small p + .heading {
  margin-top: 30px;
}
.text-box--small ul li,
.text-box--small ol li {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 180%;
}
@media only screen and (min-width: 992px) {
  .text-box--small ul li,
  .text-box--small ol li {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    line-height: 200%;
  }
}
@media only screen and (min-width: 992px) {
  .text-box--xsmall {
    margin: 0 0 30px 0;
  }
}
.text-box--xsmall p {
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 160%;
}
@media only screen and (min-width: 992px) {
  .text-box--xsmall p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    line-height: 200%;
  }
}
.text-box--xsmall ul li,
.text-box--xsmall ol li {
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 160%;
}
@media only screen and (min-width: 992px) {
  .text-box--xsmall ul li,
  .text-box--xsmall ol li {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    line-height: 200%;
  }
}
.text-box--xsmall ul li:before {
  margin-top: 5px;
  content: "\e90a";
}
@media only screen and (min-width: 992px) {
  .text-box--xsmall ul li:before {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .text-box--col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.text-box--col2 li {
  page-break-inside: avoid;
}
.text-box--center {
  text-align: center;
}
.text-box--center ul {
  text-align: inherit;
}
.text-box--center img {
  margin: 0 auto !important;
}
@media only screen and (min-width: 992px) {
  .text-box--right {
    text-align: right;
  }
}
.text-box--blue {
  color: #00ade5;
}
.text-box--paragraph p,
.text-box--paragraph .heading,
.text-box--paragraph pre,
.text-box--paragraph ul,
.text-box--paragraph ol {
  padding: 0 0 25px 0;
}
@media only screen and (min-width: 992px) {
  .text-box--paragraph p,
  .text-box--paragraph .heading,
  .text-box--paragraph pre,
  .text-box--paragraph ul,
  .text-box--paragraph ol {
    padding: 0 0 50px 0;
  }
}
.text-box ul.special-list {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .text-box ul.special-list {
    padding: 0 0 50px 0;
  }
}
.text-box ul.special-list li {
  position: relative;
  padding: 15px 0;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.text-box ul.special-list li:first-child:before {
  display: block;
}
.text-box ul.special-list li:before, .text-box ul.special-list li:after {
  content: '';
  margin: 0;
  position: absolute;
  left: 0;
  border-top: 1px solid #979797;
  width: 250px;
  max-width: 100%;
  opacity: 0.4;
  width: 100%;
}
.text-box ul.special-list li:before {
  display: none;
  top: 0;
}
.text-box ul.special-list li:after {
  bottom: 0;
}

.photo {
  /*max-width: 320px;*/
}
@media only screen and (max-width: 1199px) {
  .photo {
    /*display: inline-block;*/
  }
}
@media only screen and (min-width: 992px) {
  .photo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .photo {
    max-width: none;
  }
}
.photo__img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.photo--center {
  margin: 0 auto;
}
.photo--center img {
  margin-right: auto;
  margin-left: auto;
}
.photo--right {
  text-align: right;
}
.photo--zoom {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .photo--zoom:hover img, .photo--zoom:focus img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .photo--zoom img {
    transition: 0.2s 0s;
  }
}
.photo__bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo__link {
  position: relative;
  display: block;
  color: inherit;
}
.photo__video-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 15px 10px 10px 10px;
  background: black;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .photo__video-helper {
    padding: 30px 25px 20px 25px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.photo__video-helper:before {
  display: block;
  margin: 0 auto 15px auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  content: '';
}
@media only screen and (min-width: 992px) {
  .photo__video-helper:before {
    margin-bottom: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
  }
}
.photo__caption {
  display: block;
  padding: 10px 0 0 0;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.photo__caption a {
  color: inherit;
}

.photo-list__item {
  margin: 0 0 20px 0;
}

.field {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: white;
  color: #333333;
  text-align: left;
  cursor: text;
  transition: 0.2s 0s;
  border: 2px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .field {
    margin: 0 0 20px 0;
    transition: 0.3s;
  }
  .field:hover {
    border-color: #c1c1c1;
  }
}
.field[data-label]:before {
  position: absolute;
  top: 50%;
  padding: 0 10px;
  max-width: 85%;
  content: attr(data-label);
  text-transform: none;
  white-space: nowrap;
  line-height: 130%;
  opacity: 0.75;
  transition-delay: 0.1s;
  transition: 0.2s 0s;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) {
  .field[data-label]:before {
    padding: 0 15px;
  }
}
.field[data-label] .field__input, .field[data-label] .selectize-control.single .selectize-input, .selectize-control.single .field[data-label] .selectize-input {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.field[data-label] .field__alt {
  position: absolute;
  opacity: 0;
}
.field[data-label] .field__text {
  position: absolute;
  top: -8px;
  display: inline;
  background: white;
  letter-spacing: 0.05em;
  opacity: 0;
  transition-delay: 0s;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 992px) {
  .field[data-label] .field__text {
    margin: 0 10px;
    padding: 0 5px;
  }
}
.field--alone {
  margin-bottom: 0;
}
.field--light .field__input, .field--light .selectize-control.single .selectize-input, .selectize-control.single .field--light .selectize-input {
  background: white;
}
.field--highlight {
  background: #f6f6f6;
}
.field--alert {
  border-color: #c84c4c !important;
  color: #c84c4c;
}
.field--alert:before,
.field--alert .field__text,
.field--alert .field[data-label] .field__text,
.field[data-label] .field--alert .field__text {
  color: inherit;
}
.field--alert .field-tooltip:after {
  border-top-color: #c84c4c;
  border-right-color: #c84c4c;
}
.field--focus[data-label]:before, .field-inline-edit--active [data-label].field:before, .field--filled[data-label]:before {
  opacity: 0;
  transition-delay: 0s;
}
.field--focus[data-label] .field__text, .field-inline-edit--active .field[data-label] .field__text, .field--filled[data-label] .field__text {
  opacity: 1;
  transition-delay: 0.1s;
}
.field--focus[data-label] .field__input, .field-inline-edit--active [data-label].field .field__input, .field--focus[data-label] .selectize-control.single .selectize-input, .selectize-control.single .field--focus[data-label] .selectize-input, .field-inline-edit--active [data-label].field .selectize-control.single .selectize-input, .selectize-control.single .field-inline-edit--active [data-label].field .selectize-input, .field--filled[data-label] .field__input, .field--filled[data-label] .selectize-control.single .selectize-input, .selectize-control.single .field--filled[data-label] .selectize-input {
  opacity: 1;
}
.field--focus, .field-inline-edit--active .field {
  border-color: #00ade5;
}
@media only screen and (min-width: 992px) {
  .field--focus:hover, .field-inline-edit--active .field:hover {
    border-color: #00ade5;
  }
}
.field--focus[data-label] .field__text, .field-inline-edit--active .field[data-label] .field__text {
  color: black !important;
}
.field--focused {
  border-color: black;
}
.field--percentage-sign:after {
  content: '%';
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 10%;
}
.field--inline {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .field--inline {
    margin-right: 20px;
  }
}
.field--inline + .field--inline {
  margin-top: 0 !important;
}
.field--big .field__input, .field--big .selectize-control.single .selectize-input, .selectize-control.single .field--big .selectize-input {
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .field--big .field__input, .field--big .selectize-control.single .selectize-input, .selectize-control.single .field--big .selectize-input {
    height: 80px;
    line-height: 80px;
    font-size: 2em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.field--disabled {
  background: #f6f6f6;
}
.field--disabled .field__input, .field--disabled .selectize-control.single .selectize-input, .selectize-control.single .field--disabled .selectize-input {
  border-color: transparent;
  color: #606060;
}
.field--textarea {
  width: 100%;
}
.field--textarea:before {
  top: 24px !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.field--textarea .field__input, .field--textarea .selectize-control.single .selectize-input, .selectize-control.single .field--textarea .selectize-input {
  overflow: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 40px;
  max-height: 500px;
  height: 150px;
  white-space: pre-wrap;
  line-height: 140%;
  resize: vertical;
  transition: none;
}
@media only screen and (min-width: 992px) {
  .field--textarea .field__input, .field--textarea .selectize-control.single .selectize-input, .selectize-control.single .field--textarea .selectize-input {
    min-height: 60px;
    height: 153px;
  }
}
.field--select:after {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-width: 2px 2px 0 0;
  content: '';
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (min-width: 992px) {
  .field--select:after {
    right: 15px;
    bottom: 20px;
  }
}
.field--select .field__input, .field--select .selectize-control.single .selectize-input, .selectize-control.single .field--select .selectize-input {
  display: block;
  padding-right: 25px;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field--select .field__input::-ms-expand, .field--select .selectize-control.single .selectize-input::-ms-expand, .selectize-control.single .field--select .selectize-input::-ms-expand {
  display: none;
}
.field--select option {
  padding: 2px 15px;
}
.field--radio, .field--checkbox {
  display: flex;
  overflow: visible;
  margin-bottom: 15px;
  border: none;
  background: none;
  cursor: pointer;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .field--radio, .field--checkbox {
    margin-bottom: 20px;
  }
}
.field--radio:not(label), .field--checkbox:not(label) {
  cursor: default;
}
.field--radio.field--checked .field__text,
.field--radio.field--checked .field__value, .field--checkbox.field--checked .field__text,
.field--checkbox.field--checked .field__value {
  color: black;
  opacity: 1;
}
.field--radio .field__input, .field--radio .selectize-control.single .selectize-input, .selectize-control.single .field--radio .selectize-input, .field--checkbox .field__input, .field--checkbox .selectize-control.single .selectize-input, .selectize-control.single .field--checkbox .selectize-input {
  position: absolute;
  top: 1px;
  float: left;
  width: auto;
  height: auto;
  opacity: 0;
  cursor: pointer;
}
.field--radio .field__text, .field--radio .field[data-label] .field__text, .field[data-label] .field--radio .field__text,
.field--radio .field__value, .field--checkbox .field__text, .field--checkbox .field[data-label] .field__text, .field[data-label] .field--checkbox .field__text,
.field--checkbox .field__value {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
  color: #606060;
  vertical-align: middle;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .field--radio .field__text, .field--radio .field[data-label] .field__text, .field[data-label] .field--radio .field__text,
  .field--radio .field__value, .field--checkbox .field__text, .field--checkbox .field[data-label] .field__text, .field[data-label] .field--checkbox .field__text,
  .field--checkbox .field__value {
    width: 200px;
  }
}
.field--radio .field__text a, .field--radio .field[data-label] .field__text a, .field[data-label] .field--radio .field__text a,
.field--radio .field__value a, .field--checkbox .field__text a, .field--checkbox .field[data-label] .field__text a, .field[data-label] .field--checkbox .field__text a,
.field--checkbox .field__value a {
  border-bottom: 1px solid;
  color: black;
}
.field + .field--radio, .field + .field--checkbox {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .field + .field--radio, .field + .field--checkbox {
    margin-top: 20px;
  }
}
.field--radio:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 2px #e4e4e4 inset, 0 0 0 4px white inset;
  content: '';
  vertical-align: middle;
}
.field--radio.field--checked:before {
  background: #00ade5;
  box-shadow: 0 0 0 2px #00ade5 inset, 0 0 0 4px white inset;
}
.field--checkbox:before {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: white;
  box-shadow: 0 0 0 2px #cccccc inset, 0 0 0 4px white inset;
  content: '';
  vertical-align: middle;
  text-align: center;
  font-size: 0.625em;
  font-family: icomoon;
  line-height: 19px;
}
@media only screen and (min-width: 992px) {
  .field--checkbox:before {
    width: 25px;
    height: 25px;
    font-size: 0.875em;
    line-height: 25px;
  }
}
.field--checkbox.field--checked:before {
  border-color: #00ade5;
  background: white;
  box-shadow: 0 0 0 2px #00ade5 inset, 0 0 0 4px white inset;
  color: #00ade5;
  content: '\e932';
}
.field--qty {
  overflow: hidden;
  padding: 0;
  height: auto !important;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.field--qty .field__control {
  position: relative;
  color: #e1e1e1;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .field--qty .field__control {
    transition: 0.2s;
  }
}
.field--qty .field__control--minus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background: #919191;
  content: '';
}
.field--qty .field__control--plus:before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-top: -1px;
  margin-right: -5px;
  width: 10px;
  height: 2px;
  background: #919191;
  content: '';
}
.field--qty .field__control--plus:after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-top: -5px;
  margin-right: -1px;
  width: 2px;
  height: 10px;
  background: #919191;
  content: '';
}
.field--qty .field__control--disabled {
  opacity: 0.3;
  cursor: default;
}
.field--qty .field__control .icon {
  vertical-align: middle;
}
.field--qty .field__text, .field--qty .field[data-label] .field__text, .field[data-label] .field--qty .field__text {
  width: 100%;
  text-align: center;
}
.field--qty .field__input, .field--qty .selectize-control.single .selectize-input, .selectize-control.single .field--qty .selectize-input {
  display: inline-block;
  padding: 0;
  width: 47px;
  height: 40px;
  background: white;
  color: inherit;
  vertical-align: top;
  text-align: center;
  flex: 1;
  min-width: 0;
  -ms-flex: 1 0%;
}
@media only screen and (min-width: 992px) {
  .field--qty .field__input, .field--qty .selectize-control.single .selectize-input, .selectize-control.single .field--qty .selectize-input {
    height: 60px;
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.field--qty .icon:before {
  font-weight: bold;
}
.field--datepicker {
  position: relative;
}
.field--datepicker:after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  content: '\e917';
  font-family: icomoon;
  pointer-events: none;
}
.field--card:after {
  position: absolute;
  right: 10px;
  bottom: 50%;
  z-index: 1;
  width: 29px;
  height: 19px;
  background: center center no-repeat;
  background-size: contain;
  content: '';
  pointer-events: none;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media only screen and (min-width: 992px) {
  .field--card:after {
    right: 15px;
  }
}
.field--card-visa_electron:after, .field--card-visa:after {
  background-image: url(../../img/cards/ic-card-visa.png);
}
.field--card-mastercard:after {
  background-image: url(../../img/cards/ic-card-master.png);
}
.field__alt, .field__input, .selectize-control.single .selectize-input {
  display: block;
  overflow: hidden;
  box-sizing: border-box !important;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: white;
  box-shadow: none;
  color: inherit;
  text-align: inherit;
  line-height: 40px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  border: none;
  background: none;
}
@media only screen and (min-width: 992px) {
  .field__alt, .field__input, .selectize-control.single .selectize-input {
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    transition: 0.2s 0s;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.field__alt::-webkit-input-placeholder, .field__input::-webkit-input-placeholder, .selectize-control.single .selectize-input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.field__alt:-webkit-autofill, .field__alt:-webkit-autofill:hover, .field__alt:-webkit-autofill:focus, .field__alt:-webkit-autofill:active, .field__input:-webkit-autofill, .selectize-control.single .selectize-input:-webkit-autofill, .field__input:-webkit-autofill:hover, .selectize-control.single .selectize-input:-webkit-autofill:hover, .field__input:-webkit-autofill:focus, .selectize-control.single .selectize-input:-webkit-autofill:focus, .field__input:-webkit-autofill:active, .selectize-control.single .selectize-input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color, box-shadow;
}
.field__alt--autoresize, .field__input--autoresize {
  opacity: 0;
}
.field__alt--autoresize + .field__input, .selectize-control.single .field__alt--autoresize + .selectize-input, .field__input--autoresize + .field__input, .selectize-control.single .field__input--autoresize + .selectize-input {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.field__alt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  line-height: 40px;
  pointer-events: none;
  bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .field__alt {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .field__alt {
    line-height: 60px;
  }
}
.field__text, .field[data-label] .field__text {
  display: block;
  color: #919191;
  line-height: 120%;
  margin: 0 5px;
  padding: 2.5px 7.5px 0 7.5px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .field__text, .field[data-label] .field__text {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    margin: 0 10px;
    padding: 0 5px;
  }
}
.field__text a, .field[data-label] .field__text a {
  color: black;
}
.field__text--big {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .field__text--big {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.field__value {
  display: block;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 768px) {
  .field__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.field__value b {
  font-size: 0.1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.field__value--right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 10px;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #e4e4e4;
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: 230%;
}
@media only screen and (min-width: 992px) {
  .field__value--right {
    padding: 25px 20px;
    line-height: 220%;
  }
}
.field__after {
  position: relative;
  float: right;
  margin: 0 10px -44px 0;
  line-height: 40px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .field__after {
    margin-right: 20px;
  }
}
.field__after--button {
  margin-right: 0;
  width: 50px;
  color: black;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field__after .icon {
  display: block;
  color: black;
  font-size: 1.50em;
  line-height: inherit;
}
.field__alert {
  position: absolute;
  top: 100%;
  right: 2px;
  left: 2px;
  z-index: 3;
  display: none;
  padding: 2.5px 10px;
  background: none;
  color: #c84c4c;
  text-align: left;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .field__alert {
    padding: 5px 15px;
    font-size: 0.688em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.field__alert:before {
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #c84c4c transparent;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.field b,
.field strong {
  color: black;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.field .field {
  margin-bottom: 0;
}

input[type=file].field__input, .selectize-control.single input[type=file].selectize-input {
  line-height: 100%;
}

.rotated-text {
  transform: rotate(270deg);
  width: 45px;
}

.form-wrapper {
  padding: 30px 20px;
  background: #f6f6f6;
}

.form-swap {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
  background: none;
  text-align: right;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}

.form {
  position: relative;
}
.form__submit {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
.form__submit--loading span {
  position: relative;
  display: block;
  padding-left: 30px;
  text-indent: -999em;
}
.form__submit span {
  position: relative;
}
.form__submit span .spinner {
  margin-top: -2px;
}
.form__footer {
  padding-top: 30px;
  border-top: 1px solid #606060;
}
.form__highlight {
  padding: 20px 15px;
  background: #f6f6f6;
  border: solid 1px #eeeeee;
  margin: 0 0 15px 0;
  border-radius: 5px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .form__highlight {
    padding: 25px 30px;
    margin: 0 0 20px 0;
  }
}
.form__highlight .field--alone {
  margin-bottom: 5px;
}
.form__highlight .field--checkbox,
.form__highlight .field--radio {
  padding: 0;
}
.form__highlight .field--checkbox:last-of-type,
.form__highlight .field--radio:last-of-type {
  margin-bottom: 5px;
}
.form__highlight .field[data-label] .field__text:before {
  background: #f6f6f6;
}
.form__highlight--small {
  padding: 15px 15px;
}
@media only screen and (min-width: 992px) {
  .form__highlight--small {
    padding: 20px 15px;
  }
}
.form__highlight--additional .field--checkbox,
.form__highlight--additional .field--radio {
  width: 80%;
}

.iframe-form {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.form-box {
  display: block;
  padding: 20px;
  background: #f1f2f6;
}
@media only screen and (min-width: 992px) {
  .form-box {
    padding: 30px 35px;
  }
}
.form-box .field[data-label] .field__text:before {
  background: #f1f2f6;
  height: 5px;
}

.button, .footer__button {
  display: inline-block;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #00ade5;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 120%;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .button, .footer__button {
    display: inline-block;
    padding: 14px 30px;
    border-width: 1px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    transition: 0.2s 0s;
  }
  .button:not(.button--disabled):hover, .footer__button:not(.button--disabled):hover, .button:not(.button--disabled):focus, .footer__button:not(.button--disabled):focus {
    background: #19c7ff;
  }
}
@media only screen and (min-width: 992px) {
  .button + .button, .footer__button + .button, .button + .footer__button, .footer__button + .footer__button {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .button + .button, .footer__button + .button, .button + .footer__button, .footer__button + .footer__button {
    margin-left: 15px;
  }
}
.button .icon, .footer__button .icon {
  position: relative;
  margin: 0 0;
  vertical-align: middle;
  font-size: 1.5em;
}
@media only screen and (min-width: 375px) {
  .button .icon, .footer__button .icon {
    margin: -3px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .button .icon, .footer__button .icon {
    font-size: 1.125em;
  }
}
.button .icon:first-child, .footer__button .icon:first-child {
  margin-left: 0;
}
.button .icon:last-child, .footer__button .icon:last-child {
  margin-right: 0;
}
.button--min-180 {
  min-width: 180px;
}
.button--less-fat {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 0.625em;
}
@media only screen and (min-width: 375px) {
  .button--less-fat {
    padding-top: 11px;
    padding-top: 11px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 992px) {
  .button--less-fat {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.button--border {
  border-color: #00ade5;
  background: transparent;
  color: black;
  text-transform: initial;
  letter-spacing: 0;
}
.button--border.button--disabled {
  opacity: 0.5;
  background: transparent;
  color: black;
}
@media only screen and (min-width: 992px) {
  .button--border:not(.button--disabled):hover, .button--border:not(.button--disabled):focus {
    background: #00ade5;
    color: white;
  }
}
.button--back {
  color: black !important;
}
.button--back:before {
  display: inline-block;
  margin-right: 8px;
  color: #00ade5;
  content: '\e904';
  font-family: icomoon;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button--red {
  border-color: #cf6d6d;
  background: #cf6d6d;
  color: white;
  text-transform: initial;
  letter-spacing: 0;
}
.button--red.button--disabled {
  opacity: 0.5;
  border-color: #cf6d6d;
  background: #cf6d6d;
  color: white;
}
@media only screen and (min-width: 992px) {
  .button--red:not(.button--disabled):hover, .button--red:not(.button--disabled):focus {
    border-color: #c24747;
    background: #c24747;
    color: white;
  }
}
.button--orange {
  border-color: #e38e43;
  background: #e38e43;
  color: white;
  text-transform: initial;
  letter-spacing: 0;
}
.button--orange.button--disabled {
  opacity: 0.5;
  border-color: #e38e43;
  background: #e38e43;
  color: white;
}
@media only screen and (min-width: 992px) {
  .button--orange:not(.button--disabled):hover, .button--orange:not(.button--disabled):focus {
    border-color: #d47420;
    background: #d47420;
    color: white;
  }
}
.button--transparent {
  padding: 12px 21px;
  border: 0;
  background: none;
  color: #606060;
}
@media only screen and (min-width: 992px) {
  .button--transparent {
    padding: 15px 31px;
  }
  .button--transparent:not(.button--disabled):hover, .button--transparent:not(.button--disabled):focus {
    background: none;
    color: #474747;
  }
}
.button--gradient {
  border-color: transparent;
  background-origin: border-box;
  color: white;
  background: #00c0ff;
  background: -webkit-linear-gradient(-90deg, #00c0ff, #007399);
  background: -moz-linear-gradient(-90deg, #00c0ff, #007399);
  background: linear-gradient(-90deg, #00c0ff, #007399);
  -webkit-background-origin: border-box;
}
@media only screen and (min-width: 992px) {
  .button--gradient:not(.button--disabled):hover, .button--gradient:not(.button--disabled):focus {
    border-color: transparent;
    background-origin: border-box;
    background: #00b3ed;
    background: -webkit-linear-gradient(-90deg, #00b3ed, #00607f);
    background: -moz-linear-gradient(-90deg, #00b3ed, #00607f);
    background: linear-gradient(-90deg, #00b3ed, #00607f);
    -webkit-background-origin: border-box;
  }
}
.button--white-border {
  border-color: white;
  background: none;
  color: white;
}
@media only screen and (min-width: 992px) {
  .button--white-border:not(.button--disabled):hover, .button--white-border:not(.button--disabled):focus {
    border-color: #e6e6e6;
    background: none;
    color: #e6e6e6;
  }
}
.button--grey-border {
  border-color: #c6c6c6;
  background: white;
  color: #606060;
  text-transform: initial;
}
@media only screen and (min-width: 992px) {
  .button--grey-border:not(.button--disabled):hover, .button--grey-border:not(.button--disabled):focus {
    border-color: #606060;
    background: white;
    color: #474747;
  }
}
.button--grey-border.active {
  border-color: #00ade5;
  color: #000;
}
.button--white {
  border-color: transparent;
  background: white;
  color: #3d3d3d;
  text-transform: initial;
}
@media only screen and (min-width: 992px) {
  .button--white:not(.button--disabled):hover, .button--white:not(.button--disabled):focus {
    border-color: transparent;
    background: white;
    color: #141414;
  }
}
.button--white-main {
  border-color: transparent;
  background: white;
  color: #00ade5;
}
@media only screen and (min-width: 992px) {
  .button--white-main:not(.button--disabled):hover, .button--white-main:not(.button--disabled):focus {
    border-color: transparent;
    background: white;
    color: #141414;
  }
}
.button--grey {
  border-color: transparent;
  background: #f2f5f8;
  color: #606060;
  text-transform: initial;
}
@media only screen and (min-width: 992px) {
  .button--grey:not(.button--disabled):hover, .button--grey:not(.button--disabled):focus {
    border-color: transparent;
    background: #d1dce6;
    color: #141414;
  }
}
.button--light-grey {
  border-color: transparent;
  background: #f5f7fa;
  color: #919191;
  text-transform: initial;
}
@media only screen and (min-width: 992px) {
  .button--light-grey:not(.button--disabled):hover, .button--light-grey:not(.button--disabled):focus {
    border-color: transparent;
    background: #e4e9f2;
    color: #3d3d3d;
  }
}
.button--arrow {
  position: relative;
  padding: 5px 30px 5px 0 !important;
  background: transparent;
  color: black;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (min-width: 992px) {
  .button--arrow {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .button--arrow:not(.button--disabled):hover, .button--arrow:not(.button--disabled):focus {
    background: none;
    color: black;
  }
  .button--arrow:not(.button--disabled):hover:after, .button--arrow:not(.button--disabled):focus:after {
    right: 0;
  }
}
.button--arrow.button--small {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .button--arrow.button--small {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.button--arrow:after {
  position: absolute;
  right: 0;
  color: #00ade5;
  content: '\e904';
  font-family: icomoon;
}
@media only screen and (min-width: 992px) {
  .button--arrow:after {
    right: 5px;
    transition: all 0.2s;
  }
}
.button--uppercase {
  text-transform: uppercase;
}
.button--small {
  padding: 5px 20px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .button--small {
    padding: 8px 30px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.button--big {
  padding: 15px 25px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .button--big {
    padding: 20px 45px;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.button--thin {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .button--thin {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .button--thin {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.button--field {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  height: auto;
}
@media only screen and (min-width: 375px) {
  .button--field {
    height: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .button--field {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 64px;
  }
}
.button--wide {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  .button--wide {
    padding-right: 65px;
    padding-left: 65px;
  }
}
.button--fullwidth {
  width: 100%;
}
.button--green {
  background: #6dcf7c;
  border-color: #6dcf7c;
  color: white;
  text-transform: initial;
}
.button--green.button--disabled {
  opacity: 0.5;
  border-color: #6dcf7c;
  background: #6dcf7c;
  color: white;
}
@media only screen and (min-width: 992px) {
  .button--green:not(.button--disabled):hover, .button--green:not(.button--disabled):focus {
    background: #3bb44e;
  }
}
.button--icon {
  color: white;
}
.button--icon:after {
  display: inline-block;
  float: right;
  margin-left: 10px;
  font-size: 1em;
  font-family: icomoon;
}
@media only screen and (max-width: 767px) {
  .button--icon:after {
    margin-left: 5px;
  }
}
.button--icon--openlink:after {
  content: '\e938';
}
.button--icon--edit:after {
  content: '\e94f';
}
.button--uppercase {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.button--alone {
  min-width: 200px;
}
.button--block {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .button--block-mobile {
    display: block;
    width: 100%;
  }
}
.button--disabled {
  background: #99e6ff;
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
.button--loading {
  position: relative;
  color: transparent;
}
.button--loading svg {
  opacity: 0;
}
.button--loading .icon,
.button--loading span {
  opacity: 0;
}
.button--float-right {
  float: right;
}
.button__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button__spinner svg {
  opacity: 1;
}
.button span, .footer__button span {
  display: inline-block;
  vertical-align: middle;
}

.button-box {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .button-box {
    margin-top: 0;
  }
  .button-box:first-child {
    margin-top: 0;
  }
}
.button-box--center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .button-box--right {
    text-align: right;
  }
}
.button-box--inline .button, .button-box--inline .footer__button {
  display: inline-block;
  margin-bottom: 10px;
}
.button-box--inline .button:not(:last-child), .button-box--inline .footer__button:not(:last-child) {
  margin-right: 10px;
}
.button-box.button-box--scrollable {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  overflow-x: auto;
}
@media only screen and (min-width: 992px) {
  .button-box.button-box--scrollable.button-box--center {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .button-box.button-box--scrollable.button-box--right {
    justify-content: flex-end;
  }
}
.button-box.button-box--scrollable .button, .button-box.button-box--scrollable .footer__button {
  margin: 0 5px;
}
@media only screen and (max-width: 991px) {
  .button-box .button, .button-box .footer__button {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .button-box .button, .button-box .footer__button {
    margin-right: 15px;
  }
}
.button-box .button--small {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .button-box .button--small {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .button-box .button:last-child, .button-box .footer__button:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .button-box .button:last-child, .button-box .footer__button:last-child {
    margin-right: 0;
  }
}

.button-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
  border: none;
  border-bottom: 2px solid #00ade5;
  background: none;
  color: black;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .button-link {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    transition: 0.2s 0s;
  }
  .button-link:hover, .button-link:focus {
    color: #00ade5;
  }
  .button-link:hover .icon, .button-link:focus .icon {
    color: black;
  }
}
.button-link:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  content: '\e90a';
  font-size: 0.625em;
  font-family: icomoon;
}
.button-link--secondary {
  border-bottom: 2px solid #E8213D;
}
@media only screen and (min-width: 992px) {
  .button-link--secondary:hover, .button-link--secondary:focus {
    color: #E8213D;
  }
  .button-link--secondary:hover .icon, .button-link--secondary:focus .icon {
    color: black;
  }
}
.button-link--no-icon:before {
  display: none;
}
.button-link--back:before {
  content: '\e904';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-link--icon {
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 992px) {
  .button-link--icon {
    margin: 0 0 0 40px;
  }
}
.button-link--icon:before {
  display: none;
}
.button-link--icon .icon {
  position: absolute;
  top: 0;
  left: -30px;
  color: black;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .button-link--icon .icon {
    left: -40px;
    font-size: 24px;
  }
}

.button-underline {
  display: inline-block;
  background: none;
  border-bottom: 2px solid #00ade5;
  box-shadow: none;
  color: black;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  text-decoration: none;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  .button-underline {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
    transition: 0.2s 0s;
  }
  .button-underline:hover, .button-underline:focus {
    border-bottom-color: #0086b2;
    outline: none;
  }
}
.button-underline > span {
  display: inline-block;
}
.button-underline > .icon {
  display: inline-block;
  color: #00ade5;
}
.button-underline > .icon:first-child {
  margin-right: 20px;
}
.button-underline > .icon:last-child {
  margin-left: 20px;
}

.button-link-plain {
  position: relative;
  border: none;
  background: none;
  color: black;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .button-link-plain {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    transition: 0.2s 0s;
  }
  .button-link-plain:hover, .button-link-plain:focus {
    color: #00ade5;
  }
}
.button-link-plain--inactive {
  color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .button-link-plain--inactive:hover, .button-link-plain--inactive:focus {
    color: rgba(0, 0, 0, 0.3);
  }
}
.button-link-plain--light {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .button-link-plain--light {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.button-link-plain--light-grey {
  color: #000000;
  opacity: 0.2;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--light-grey:hover, .button-link-plain--light-grey:focus {
    color: #000000;
    opacity: 1;
    transition: 0.2s;
  }
}
.button-link-plain--grey {
  color: #606060;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--grey:hover, .button-link-plain--grey:focus {
    color: #333333;
  }
}
.button-link-plain--main {
  color: #00ade5;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--main:hover, .button-link-plain--main:focus {
    color: #0086b2;
  }
}
.button-link-plain--active {
  color: #00ade5;
}
.button-link-plain--uppercase {
  text-transform: uppercase;
}
.button-link-plain--back:before {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #00ade5;
  content: '\e905';
  font-family: icomoon;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-link-plain--big {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .button-link-plain--big {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.button-link-plain--small {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .button-link-plain--small {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.button-link-plain--xsmall {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .button-link-plain--xsmall {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.button-link-plain--chevron {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--chevron {
    padding-left: 30px;
  }
}
.button-link-plain--chevron:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid black;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .button-link-plain--chevron:before {
    width: 8px;
    height: 8px;
  }
}
.button-link-plain--icon span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.button-link-plain--icon span:first-child {
  margin-left: 0;
}
.button-link-plain--icon .icon {
  display: inline-block;
  vertical-align: middle;
  color: #00ade5;
}

.button-set-default {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: none;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 10px;
  line-height: 17.5px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .button-set-default {
    transition: 0.2s 0s;
  }
  .button-set-default:hover, .button-set-default:focus {
    border-color: #00ade5;
    color: #00ade5;
  }
}
.button-set-default--active {
  border-color: #00ade5;
  color: #00ade5;
}

.slider {
  position: relative;
}
.slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider__button {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: inherit;
  vertical-align: top;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .slider__button {
    width: 55px;
    height: 55px;
    transition: 0.2s 0s;
  }
  .slider__button:hover, .slider__button:focus {
    opacity: 1;
  }
}
.slider__button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: '';
}
@media only screen and (min-width: 768px) {
  .slider__button:before {
    width: 25px;
    height: 25px;
  }
}
.slider__button--prev:before {
  -webkit-transform: translate(-33%, -50%) rotate(-135deg) skew(15deg, 15deg);
  -ms-transform: translate(-33%, -50%) rotate(-135deg) skew(15deg, 15deg);
  transform: translate(-33%, -50%) rotate(-135deg) skew(15deg, 15deg);
}
.slider__button--next:before {
  -webkit-transform: translate(-66%, -50%) rotate(45deg) skew(15deg, 15deg);
  -ms-transform: translate(-66%, -50%) rotate(45deg) skew(15deg, 15deg);
  transform: translate(-66%, -50%) rotate(45deg) skew(15deg, 15deg);
}
.slider__item {
  position: relative;
  display: none;
}
.slider__item:first-child {
  display: block;
}
.slider__image {
  display: block;
  width: 100%;
}
.slider__dots ul {
  list-style: none;
}
.slider__dots li {
  display: inline-block;
}
.slider__dots li.slick-active button:before {
  background: black;
}
.slider__dots button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
  text-align: left;
  font-size: 0;
}
.slider__dots button:before {
  display: block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b9b9b9;
  content: '';
}

@media only screen and (min-width: 992px) {
  .slider-section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .slider-section .button-box {
    margin: 60px 0 0 0;
  }
}

.section {
  position: relative;
  margin: 0 0 50px 0;
  background: center center no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
}
@media only screen and (min-width: 992px) {
  .section {
    margin: 0 0 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    margin: 0 0 120px 0;
  }
}
.section:first-child {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .section:first-child {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section:first-child {
    margin-top: 120px;
  }
}
.section:first-child.section--border, .section:first-child.banner, .section:first-child.section--bg {
  margin-top: 0;
}
.section:last-child.section--border, .section:last-child.section--bg {
  margin-bottom: 0;
}
.section--border, .section--bg {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .section--border, .section--bg {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--border, .section--bg {
    padding: 120px 0;
  }
}
.section--border:last-child, .section--bg:last-child {
  margin-bottom: 0;
}
.section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
  margin-top: -50px;
}
@media only screen and (min-width: 1200px) {
  .section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 992px) {
  .section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .section--substore {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section--bigbg {
    padding: 200px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--bigbg {
    padding: 240px 0;
  }
}
.section--bigbg .section__bg {
  z-index: 1;
}
.section--border {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.section--border + .section--border {
  border-top: 0;
}
.section--dark {
  background: black;
  color: white;
}
.section--grey {
  background: #919191;
  color: #ffffff;
}
.section--white-text {
  color: white;
}
.section--light {
  background: white;
  color: inherit;
}
.section--loading {
  position: relative;
  z-index: 1;
}
.section--loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
@media only screen and (min-width: 992px) {
  .section--min {
    min-height: 600px;
  }
}
.section--small {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .section--small {
    padding: 40px 0;
  }
}
.section--small-top.section--bg {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section--small-top.section--bg {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section--medium.section--bg {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section--big.section--bg {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section--smallmargin {
    margin: 50px 0 50px 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .section--smallmargin {
    margin: 50px 0 50px 0 !important;
  }
}
.section--viewport {
  box-sizing: border-box;
  min-height: 100vh;
}
.section--no-padding {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .section--no-padding {
    padding: 0;
  }
}
.section--static {
  position: static;
}
.section__body {
  padding: 30px 0;
  background: #f6f6f6;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}
.section__header {
  position: relative;
  padding-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section__header {
    padding-bottom: 60px;
  }
}
.section__header:last-child {
  padding-bottom: 0;
}
.section__header--dropdown {
  cursor: pointer;
}
.section__header--dropdown h1 {
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .section__header--dropdown h1:before {
    position: absolute;
    top: 40%;
    right: 0;
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: black;
    content: "";
    pointer-events: none;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
  }
}
.section__heading {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.section__subheading {
  display: block;
  margin: 0 0 10px 0;
  color: black;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .section__subheading {
    margin: 0 0 20px 0;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.section__main-photo {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .section__photo {
    margin: 30px auto 0 auto;
  }
}
.section__photo--perma {
  margin: 30px auto 40px auto;
}
.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: center center no-repeat;
  background-size: cover;
}
.section__bg.visible-xs {
  background-size: cover;
}
.section__bg--left {
  right: 50%;
}
.section__bg--right {
  left: 50%;
}
.section__bg--header {
  bottom: auto;
  height: 60px;
}
@media only screen and (min-width: 992px) {
  .section__bg--header {
    height: 150px;
  }
}
.section__icon {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #00ade5;
  font-size: 3em;
}
.section__div {
  display: block;
  margin: 25px 0;
  border: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
}
@media only screen and (min-width: 992px) {
  .section__div {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section__div {
    margin: 60px 0;
  }
}
.section__div:first-child {
  margin-top: 0;
}
.section__div:last-child {
  margin-bottom: 0;
}
.section__spacing {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .section__spacing {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section__spacing {
    padding-bottom: 120px;
  }
}
.section__spacing:last-child {
  padding-bottom: 0;
}
.header:not(.header--index) + .content > .section .content-header {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .header:not(.header--index) + .content > .section .content-header {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .header:not(.header--index) + .content > .section .content-header {
    padding-top: 80px;
  }
}
.section .section-content {
  padding: 25px 0 0;
}
@media only screen and (min-width: 992px) {
  .section .section-content {
    padding: 100px 0 0;
  }
}

.more-info {
  display: block;
  margin: -15px auto 0 auto;
  padding: 0;
  width: 100px;
  border: none;
  background: none;
  color: #3d3d3d;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}

.section-content-box {
  position: relative;
  background: #fff;
  border-radius: 3px;
  padding: 30px 15px 15px;
}
@media only screen and (min-width: 992px) {
  .section-content-box {
    padding: 40px 50px 50px;
    border-radius: 5px;
  }
}
.section-content-box .heading,
.section-content-box p {
  color: black;
}

.modal {
  z-index: 1050 !important;
  padding: 0 !important;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .modal {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .modal .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.modal--small .modal__header {
  padding: 20px 20px 0;
}
@media only screen and (min-width: 992px) {
  .modal--small .modal__header {
    padding: 30px 30px 0;
  }
}
.modal--small .modal__content {
  padding: 20px 20px 20px;
}
@media only screen and (min-width: 992px) {
  .modal--small .modal__content {
    padding: 25px 30px 30px;
  }
}
.modal--small .modal__close {
  top: 20px;
  right: 20px;
}
@media only screen and (min-width: 992px) {
  .modal--small .modal__close {
    top: 30px;
    right: 30px;
  }
}
.modal--small .modal__container {
  min-height: auto;
}
.modal--warm-grey .modal__container, .modal--warm-grey .modal__content {
  background: #f6f6f6;
}
.modal--fullscreen {
  text-align: left;
}
.modal--fullscreen .modal__helper {
  padding: 0;
  height: 100%;
}
.modal--fullscreen .modal__container {
  margin: 0;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
.modal__container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: inherit;
  text-align: left;
  pointer-events: all;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .modal__container {
    overflow: auto;
    min-height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__container {
    max-width: 850px;
  }
}
@media print {
  .modal__container {
    box-shadow: none;
  }
}
@media only screen and (min-width: 992px) {
  .modal__container--w680 {
    max-width: 680px;
  }
}
.modal__container--no-padding {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .modal__container--body {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__container--body {
    max-width: 1200px;
  }
}
.modal__close {
  position: absolute;
  top: 23px;
  right: 10px;
  z-index: 1;
  display: block;
  float: right;
  padding: 4px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: top;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (max-width: 991px) {
  .modal__close {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close {
    top: 48px;
    right: 20px;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    transition: 0.2s;
  }
  .modal__close:hover, .modal__close:focus {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__close {
    right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__close {
    top: 60px;
    right: 60px;
  }
}
.modal__close .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .modal__close .icon {
    width: 9px;
    height: 9px;
  }
}
.modal__close .icon:before, .modal__close .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal__close .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 991px) {
  .modal__close .icon {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close .icon {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__close .icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .modal__close .icon:before, .modal__close .icon:after {
    background: black;
  }
}
.modal__center {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  pointer-events: none;
}
.modal__helper {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .modal__helper {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__helper {
    padding: 30px 10px;
  }
}
@media print {
  .modal__helper {
    display: block;
  }
}
.modal__text {
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__text {
    text-align: center;
  }
}
.modal__text p {
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.modal__header {
  position: relative;
  padding: 20px 15px 0;
}
@media only screen and (min-width: 992px) {
  .modal__header {
    border-bottom: 0;
    padding: 45px 55px 0px 55px;
    color: black;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__header {
    padding: 70px 75px 0px 75px;
  }
}
.modal__header--borderless {
  border: 0;
}
.modal__header--center {
  text-align: center;
}
.modal__header .heading {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .modal__header .heading {
    color: inherit;
  }
}
.modal__header .heading:last-child {
  margin-bottom: 0;
}
.modal__content {
  padding: 30px 20px;
  background: white;
}
@media only screen and (min-width: 992px) {
  .modal__content {
    padding: 30px 55px 55px 55px;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__content {
    padding: 30px 80px 70px 80px;
  }
}
.modal__iframe {
  max-height: 500px;
  overflow: scroll;
  margin: 0 0 35px;
}

@media print {
  .modal-dialog {
    margin: 0 auto;
  }
}

.modal-backdrop {
  background: black;
}
@media print {
  .modal-backdrop {
    background: white;
  }
}
.modal-backdrop.in {
  opacity: 0.8;
}
@media print {
  .modal-backdrop.in {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%,
    100% {
    background-color: #ff6b6b;
  }
}
@keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%,
    100% {
    background-color: #ff6b6b;
  }
}
@media only screen and (min-width: 992px) {
  @-webkit-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%,
        100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%,
        100% {
      transform: rotate(0);
    }
  }
  @-moz-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%,
        100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%,
        100% {
      transform: rotate(0);
    }
  }
  @-o-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%,
        100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%,
        100% {
      transform: rotate(0);
    }
  }
  @keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%,
        100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%,
        100% {
      transform: rotate(0);
    }
  }
}
.blink {
  -webkit-animation: blink 0.4s step-end infinite;
  -moz-animation: blink 0.4s step-end infinite;
  -o-animation: blink 0.4s step-end infinite;
  animation: blink 0.4s step-end infinite;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated:not(.scroll-active):not(.active) {
  opacity: 0;
  -webkit-animation-name: initial;
  animation-name: initial;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes bounce {
  from,
    20%,
    53%,
    80%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
    20%,
    53%,
    80%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.skeleton-loading {
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #f6f6f6 8%, #e4e4e4 18%, #f6f6f6 33%);
  background-size: 1200px 104px;
  border-radius: 5px;
  position: relative;
}
.skeleton-loading--white {
  background: linear-gradient(to right, #fff 8%, #eee 18%, #fff 33%);
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
.ss-area .message {
  padding: 0 0 20px 0;
  line-height: 170%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .ss-area .message {
    padding: 0 0 30px 0;
    line-height: 210%;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.ss-area .message:last-child {
  padding-bottom: 0;
}

#ForgotPassword {
  float: right;
  margin: 10px 0 0 0;
  text-decoration: underline;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
#ForgotPassword a {
  color: inherit;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.social {
  display: block;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .social {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .social {
    margin-bottom: 60px;
  }
}
.social__item {
  display: inline-block;
}
.social__item:first-child {
  margin-left: 0;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link {
  display: inline-block;
  overflow: hidden;
  margin-right: 12.5px;
  border-radius: 2px;
  color: var(--color-text);
  vertical-align: middle;
  text-align: center;
  font-size: 1.75em;
}
@media only screen and (min-width: 992px) {
  .social__link {
    margin-right: 17.5px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .social__link {
    transition: 0.2s 0s;
  }
  .social__link:hover .icon:before, .social__link:focus .icon:before {
    color: var(--color-main);
  }
}

.social__link .icon {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.social__link .icon:before {
  color: var(--color-text);
}
@media only screen and (min-width: 992px) {
  .social__link .icon:before {
    transition: 0.2s 0s;
  }
}

.pre-header {
  position: relative;
  z-index: 1;
  background: #000;
}
.pre-header--main {
  background: #00ade5;
}
.pre-header--main .pre-header__text {
  color: #fff;
}
.pre-header--main .pre-header__link {
  color: #fff;
  text-decoration: underline;
}
.pre-header--main .pre-header__link:hover, .pre-header--main .pre-header__link:focus {
  color: #e6e6e6;
}
.pre-header__wrapper {
  padding: 15px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pre-header__wrapper:after {
  display: block;
  clear: both;
  content: '';
}
.affix .pre-header__wrapper {
  padding: 7px 0;
}
.affix .pre-header__wrapper .pre-header__queclink-logo {
  width: 65px;
}
.pre-header__item {
  float: left;
  display: block;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .pre-header__item {
    margin-right: 20px;
  }
}
.pre-header__item:last-child {
  margin-right: 0;
}
.pre-header__item--right {
  float: right;
}
.pre-header__text {
  position: relative;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  color: #bbbbbb;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .pre-header__text {
    color: #919191;
    font-size: 0.875em;
  }
}
.pre-header__text--main:before {
  border-color: #00ade5;
}
.pre-header__text--secondary:before {
  border-color: #E8213D;
}
.pre-header__link {
  display: inline-block;
  color: #00ade5;
  margin: 0 2px;
}
.pre-header__link:hover, .pre-header__link:focus {
  color: #0086b2;
}
.pre-header__highlight {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  color: black;
}
@media only screen and (min-width: 992px) {
  .pre-header__highlight {
    color: white;
  }
}
.pre-header__queclink-logo {
  display: inline-block;
  width: 80px;
  margin: -15px 0 -7px 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  color: black;
  background: white;
  box-shadow: 0 10px 20px 0 rgba(171, 172, 173, 0.2);
}
@media only screen and (max-width: 991px) {
  .header {
    z-index: 100;
    transition: 0.3s 0s background-color;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 0;
    transition: 0.1s 0s padding-bottom, 0.1s 0s padding-top, 0.3s 0s box-shadow;
  }
}
@media print {
  .header {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .header--stay {
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .header.affix {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 992px) {
  .modal-open .header {
    padding-right: 17px;
  }
}
.header .container-fluid {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .header .container-fluid {
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__site-logo {
  position: relative;
  z-index: 1;
  margin: 0 auto 0 0;
  max-width: 100%;
  width: 150px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header__site-logo {
    transition: 0.3s 0s opacity;
  }
}
@media only screen and (min-width: 992px) {
  .header__site-logo {
    float: left;
    margin-right: 30px;
    width: 170px;
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
  }
}
@media only screen and (min-width: 1200px) {
  .header__site-logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__site-logo {
    width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .header__site-logo--global {
    margin-right: 30px;
    width: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__site-logo--global {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__site-logo--global {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1921px) {
  .header__site-logo--global {
    margin-right: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .header__site-logo--reseller {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__site-logo--reseller {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__site-logo--reseller {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1921px) {
  .header__site-logo--reseller {
    margin-right: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .affix .header__site-logo {
    width: 160px;
  }
}
@media only screen and (min-width: 1600px) {
  .affix .header__site-logo {
    width: 240px;
  }
}
.header__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  vertical-align: middle;
  transition: all 0.2s;
}
@media only screen and (min-width: 992px) {
  .header__search {
    height: 116px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__search {
    height: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .affix .header__search {
    height: 73px;
  }
}
@media only screen and (min-width: 1200px) {
  .affix .header__search {
    height: 73px;
  }
}
.header__search-button {
  display: block;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.header__search-button .icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.header__search-button__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.header__cart {
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.header__cart__button {
  position: relative;
  padding-left: 50px;
  padding-right: 15px;
  font-size: 1em;
  height: 60px;
}
.header__cart__button .header__cart {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__cart__button .header__cart {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.header__cart__button .header__cart__text {
  color: black;
  margin-left: 3.5px;
}
.header__cart__button .header__cart__subtotal {
  margin-left: 20px;
}
.header__cart__button .header__cart__icon {
  width: 38px;
}
.header__cart__button .header__cart__icon svg {
  fill: #1a73e8;
}
.header__cart__button .cart-subtotal-value {
  display: block;
}
.header__cart__subtotal {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.header__cart__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin-top: -2.25px;
  margin-left: 2px;
  text-align: center;
  display: block;
  font-size: 0.683em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  color: white;
}
@media only screen and (min-width: 992px) {
  .header__cart__text {
    margin-left: 1.5px;
    margin-top: -2.75px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.header__cart__icon {
  position: relative;
  width: 30px;
}
@media only screen and (min-width: 992px) {
  .header__cart__icon {
    width: 30px;
  }
}
.header__cart__icon svg {
  max-width: 100%;
  height: auto;
  fill: #1a73e8;
}
.header__cart__icon--main svg polygon, .header__cart__icon--main svg circle {
  fill: #00ade5;
}
@media only screen and (max-width: 480px) {
  .header .submenu-greeting {
    display: none;
  }
}
.header .header__greetings {
  color: #3d3d3d;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 1.57;
}
.header .header__greetings a {
  color: #00ade5;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}

.header-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-menu {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-menu--primary {
  flex-grow: 1;
}
.header-menu--secondary .menu__item {
  padding: 0 17.5px;
}
.header-menu--secondary .menu__item:last-child {
  padding-right: 17.5px;
}
@media only screen and (min-width: 1200px) {
  .header-menu--secondary .menu__item:last-child {
    padding-right: 30px;
  }
}
.header-menu--secondary .menu__item:last-child .submenu-nav {
  left: auto;
  right: 0;
}
.header-menu--secondary .menu__item:not(.menu__item--toggle):hover, .header-menu--secondary .menu__item:not(.menu__item--toggle):focus {
  background: white;
  color: #333333;
}
.header-menu--secondary .menu__item.menu__item--toggle--active {
  background: white;
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .header-menu--secondary .submenu-nav {
    left: 0;
    background: white;
    color: #333333;
    min-width: 265px;
  }
}
.header-menu--dumb {
  overflow: visible;
}
.header-menu--dumb .menu-nav {
  overflow: visible;
}
.header-menu .switcher__container {
  top: auto;
  right: -25px;
  bottom: -25px;
  border-top: 1px solid #00ade5;
  border-bottom: 0;
  background: #1e2022;
}
@media only screen and (min-width: 992px) {
  .header-menu .switcher__container {
    right: -30px;
    bottom: -65px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-menu .switcher__container {
    top: auto;
    right: -35px;
    bottom: -69px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-menu .switcher__container {
    top: auto;
    right: -60px;
    bottom: -83px;
  }
}
.header-menu .switcher__center:before {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 1px;
  background: black;
  content: '';
}
.header-menu .field--button {
  background: #1e2022;
}
.header-menu .field--button:hover, .header-menu .field--button:focus {
  background: black;
}
.header-menu .field--button.field--checked {
  background: black;
}

.header-options {
  float: right;
  list-style: none;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: height 0.2s;
}
@media only screen and (min-width: 992px) {
  .header-options {
    height: 116px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-options {
    height: 140px;
  }
}
@media print {
  .header-options {
    display: none;
  }
}
.header-options:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .affix .header-options {
    height: 73px;
  }
}
@media only screen and (min-width: 1200px) {
  .affix .header-options {
    height: 73px;
  }
}
.header-options__item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header-options__item {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .header-options__item {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-options__item {
    margin-left: 60px;
  }
}
.header-options__item:first-child {
  margin-left: 0;
}
.header-options__link {
  position: relative;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (max-width: 991px) {
  .header-options__link {
    padding: 5px;
  }
}
.header-options__link .icon {
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .header-options__link .icon {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-options__link .icon {
    font-size: 32px;
  }
}
.header-options__link:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .header-options__link:hover, .header-options__link:focus {
    color: #00ade5;
  }
}
.header-options__link--notification:before {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: #00ade5;
  color: white;
  content: attr(data-counter);
  text-align: center;
  line-height: 13px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .header-options__link--notification:before {
    top: -8px;
    margin-left: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}

.header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.header-bottom__item {
  margin-right: 30px;
}
@media only screen and (min-width: 1600px) {
  .header-bottom__item {
    margin-right: 60px;
  }
}
.header-bottom__item:last-child {
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (min-width: 992px) {
  body.cart-active .header {
    padding-right: 17px;
    z-index: 2;
  }
}
@media only screen and (max-width: 991px) {
  body.cart-active .header__site-logo, body.menu-active .header__site-logo {
    opacity: 0.4;
    pointer-events: none;
  }
}

.pt-15 {
  padding-top: 5px;
}

.buttom--small {
  font-size: 12px;
  padding: 10px 20px;
}

.global-logo-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  text-align: center;
}
.global-logo-loader .global-logo-loader-pre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-ribbon {
  position: relative;
  background: #E72C2D;
  color: #fff;
  text-align: center;
  max-height: 0;
  -webkit-transition: max-height 0.2s padding 0.2s;
  -o-transition: max-height 0.2s padding 0.2s;
  transition: max-height 0.2s padding 0.2s;
}
@media only screen and (max-width: 767px) {
  .header-ribbon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.header-ribbon--orange {
  background: #e38e43;
  color: #fff;
}
.header-ribbon__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .header-ribbon__text {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
@media only screen and (min-width: 992px) {
  .header-ribbon__text {
    margin-right: 7.5px;
  }
}
.header-ribbon__text:last-child {
  margin-right: 0;
}
.header-ribbon__link {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  text-transform: uppercase;
  text-decoration: underline;
}
.header-ribbon .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .header-ribbon .icon {
    margin-right: 7.5px;
  }
}
.header-ribbon .icon:last-child {
  margin-right: 0;
}

body.header-ribbon-active #wrapper {
  padding-top: 34px;
  -webkit-transition: padding-top 0.2s;
  -o-transition: padding-top 0.2s;
  transition: padding-top 0.2s;
}
body.header-ribbon-active.menu-active .header-ribbon {
  display: none;
}
body.header-ribbon-active .header-ribbon {
  max-height: 54px;
  padding: 10px 20px;
}

.toggle-menu {
  position: relative;
  top: 0;
  right: 0;
  z-index: 110;
  display: block;
  overflow: hidden;
  margin-right: -15px;
  padding: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.5;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.toggle-menu__lines {
  position: absolute;
  top: 50%;
  right: 30%;
  left: 30%;
  display: block;
  height: 1px;
  background: black;
  transition: background 0 1s;
}
.toggle-menu__lines:before, .toggle-menu__lines:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid;
  content: '';
  transition-delay: 0.1s, 0s;
  transition-duration: 0.1s, 0.1s;
}
.header--index .toggle-menu__lines:before, .header--index .toggle-menu__lines:after {
  background: white;
}
.toggle-menu__lines:before {
  top: -6px;
  transition-property: top, transform;
}
.toggle-menu__lines:after {
  bottom: -6px;
  transition-property: bottom, transform;
}

body.menu-active .toggle-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.menu-active .toggle-menu__lines {
  border: none;
  background: transparent;
}
body.menu-active .toggle-menu__lines::before, body.menu-active .toggle-menu__lines::after {
  transition-delay: 0s, 0.1s;
}
body.menu-active .toggle-menu__lines:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.menu-active .toggle-menu__lines:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  list-style: none;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .menu {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 992px) {
  .menu {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu:hover .menu__item {
    opacity: 0.3;
  }
  .menu:hover .menu__item:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .menu--secondary {
    float: right;
  }
  .menu--secondary .menu__link {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
@media only screen and (min-width: 992px) {
  .header-menu--secondary .menu {
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  .menu:last-child {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.menu--active .menu__item--sub:not(.menu__item--hover) .menu__link {
  color: #606060;
}
.menu__item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .menu__item {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item {
    padding-right: 20px;
    transition: 0.2s 0s opacity;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .menu__item:hover .menu__link, .menu__item:focus .menu__link {
    border-bottom-color: #00ade5;
  }
  .menu__item:hover .menu__link .icon, .menu__item:focus .menu__link .icon {
    color: #00ade5;
  }
  .menu__item:hover .menu__link:after, .menu__item:focus .menu__link:after {
    color: #00ade5;
    opacity: 1;
  }
  .menu__item:hover .submenu:before, .menu__item:focus .submenu:before {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .menu__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .menu__item:last-child .menu__link {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-menu--primary .menu__item:hover .menu__link, .header-menu--primary .menu__item:focus .menu__link {
    color: #00ade5;
  }
}
@media only screen and (min-width: 992px) {
  .header-menu-secondary .menu__item:hover .menu__link, .header-menu-secondary .menu__item:focus .menu__link {
    color: black;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--sub:hover .submenu-nav, .menu__item--sub:focus .submenu-nav {
    display: block;
    opacity: 1;
    transition: opacity 0.2s;
  }
}
.menu__item--toggle--active .submenu-nav {
  display: block;
  opacity: 1;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 992px) {
  .menu__item--opacity {
    opacity: 0.3;
  }
}
.menu__link {
  display: block;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: inherit;
  line-height: 120%;
  text-transform: capitalize;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 375px) {
  .menu__link {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link {
    padding: 0;
    height: 116px;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: 0.2s 0s;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
@media only screen and (min-width: 1200px) {
  .menu__link {
    height: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .affix .menu__link {
    height: 73px;
  }
}
@media only screen and (min-width: 1200px) {
  .affix .menu__link {
    height: 73px;
  }
}
.menu__link:after {
  font-size: 8px;
  font-family: 'icomoon' !important;
  opacity: 0.5;
  margin-top: -5px;
}
@media only screen and (min-width: 375px) {
  .menu__link:after {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .menu__link:after {
    position: absolute;
    top: 21px;
    left: 0;
    content: '\e90a';
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link:after {
    margin: 0 0 0 10px;
    font-size: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.2s 0s;
  }
}
.menu__item--sub .menu__link:after {
  content: '\e90a';
}
@media only screen and (min-width: 992px) {
  .menu__link--center {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link--icon {
    position: relative;
    flex-direction: column;
    text-align: center;
    flex-flow: nowrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 1600px) {
  .menu__link--icon {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.menu__link--icon .icon {
  margin-top: -5px;
}
@media only screen and (min-width: 375px) {
  .menu__link--icon .icon {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .menu__link--icon .icon {
    position: absolute;
    top: 21px;
    left: 0;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link--icon .icon {
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;
    font-size: 2em;
    transition: 0.2s all;
  }
}
.menu__link--icon > span {
  padding-left: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .menu__item--sub .menu__link--icon:after {
    content: none;
  }
}

@media only screen and (max-width: 991px) {
  .menu-nav {
    position: fixed;
    top: 60px;
    height: calc((var(--vh, 1vh) * 100) - 60px);
    left: 100%;
    z-index: 1;
    width: calc(100% - 60px);
    background: white center center no-repeat fixed;
    text-align: left;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    transition: 0.3s 0s opacity, 0.3s 0s left;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav {
    margin-bottom: 60px;
  }
}
@media print {
  .menu-nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .menu-nav__helper {
    position: relative;
    overflow: auto;
    margin: 0 auto;
    padding: 0 20px 0 26px;
    max-width: 750px;
    width: 100%;
    height: calc(100% - 102px);
  }
}
.menu-nav__helper:after {
  display: block;
  clear: both;
  content: '';
}
.menu-nav__login {
  float: left;
  padding: 0;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.menu-nav__logo {
  margin: 0 auto 30px auto;
  max-width: 79px;
}
.menu-nav__logo img {
  display: block;
  width: 100%;
}

body.menu-active {
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  body.menu-active {
    position: fixed;
    -webkit-overflow-scrolling: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  body.menu-active {
    padding-right: 17px;
  }
}
body.menu-active .menu-nav {
  left: 60px;
  opacity: 1;
}
body.menu-active .body-backdrop {
  top: 0;
  z-index: 2;
  background: black;
  opacity: 0.6;
  transition: 0.2s 0s opacity;
}

.mobile-menu__top {
  margin-bottom: 10px;
  padding: 20.5px 22px;
  border-bottom: 1px solid #1a1a1a;
}
.mobile-menu__bottom {
  position: relative;
  z-index: 10;
  background: white;
  box-shadow: 0 -20px 20px -20px white;
}
.mobile-menu__bottom:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  display: block;
  height: 20px;
  content: '';
  background: white;
  background: -webkit-linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
}

.mobile-menu-switcher .switcher {
  z-index: 2;
}
.mobile-menu-switcher .switcher > .switcher-toggle {
  float: none;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid #333333;
  background: #1e2022;
}
.mobile-menu-switcher .switcher > .switcher-toggle:after {
  top: 45%;
  right: 20px;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}
.mobile-menu-switcher .switcher__container {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  max-width: 100%;
  border-top: 1px solid #00ade5;
  border-bottom: 0;
  background: #1e2022;
}

.submenu {
  position: relative;
  margin: 0 0 30px;
  list-style: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.submenu:last-child {
  margin-bottom: 0;
}
.header-menu--active .submenu {
  opacity: 1;
}
.submenu__item {
  position: relative;
  display: block;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .submenu__item {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .submenu__item {
    margin-bottom: 15px;
  }
}
.submenu__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .submenu__item:last-child .submenu__link {
    border-bottom: 0;
  }
}
.submenu__link {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: inherit;
  line-height: 140%;
  text-transform: capitalize;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .submenu__link {
    display: inline-block;
    padding: 0 0 0 20px;
    border-bottom: 0;
    transition: 0.2s all;
  }
  .submenu__link:not(span):hover, .submenu__link:not(span):focus {
    color: #00ade5;
  }
  .submenu__link:not(span):hover:before, .submenu__link:not(span):focus:before {
    opacity: 1;
  }
}
.submenu__link:before {
  position: absolute;
  top: 16px;
  left: 0;
  content: '\e90a';
  text-transform: none;
  font-size: 8px;
  font-family: 'icomoon' !important;
  opacity: 0.3;
  transition: 0.2s 0s opacity;
}
@media only screen and (min-width: 992px) {
  .submenu__link:before {
    top: 0;
    font-size: 10px;
  }
}

.submenu-nav {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .submenu-nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .submenu-nav {
    display: none;
    position: absolute;
    left: -30px;
    top: 100%;
    opacity: 0;
    padding: 30px;
    border-bottom: 5px solid #00ade5;
    background: white;
    min-width: 240px;
  }
}
.submenu-nav--clean {
  padding: 0;
  border-bottom: 0;
  left: auto;
}

body.submenu-active .body-backdrop {
  top: 0;
  z-index: 2;
  opacity: 0.6;
  transition: 0.3s 0s opacity, 0s 0s top;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 40px 0 20px 0;
  background: var(--color-bg-five);
  color: var(--color-text);
}
@media only screen and (max-width: 991px) {
  .footer {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .footer {
    padding: 60px 0;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer__content {
  margin: 0 0 65px 0;
}
@media only screen and (min-width: 992px) {
  .footer__content {
    margin: 30px 0 45px 0;
    text-align: left;
  }
}
.footer__bottom {
  border-top: 0;
}
.footer__logo {
  position: relative;
  margin-left: 0;
  max-width: 100%;
  width: 150px;
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    margin: 0 auto 50px 0;
    width: 200px;
  }
}
.footer__button {
  border-color: var(--color-text);
  background: none;
  color: var(--color-text);
  vertical-align: middle;
}
.footer__menu-toggle {
  display: block;
  margin: 0 auto 30px auto;
  padding: 0;
  max-width: 160px;
  width: 100%;
  border: 2px solid var(--color-text);
  background: none;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 38px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .footer__menu-toggle {
    margin: 0 0 0 auto;
  }
}

.footer-medal {
  display: block;
  list-style: none;
  vertical-align: middle;
}
.footer-medal__item {
  display: block;
  margin-bottom: 30px;
  list-style: none;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .footer-medal__item {
    display: inline-block;
    margin: 0 20px 0 0;
    max-width: 120px;
    font-size: 0.933em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
@media only screen and (min-width: 1200px) {
  .footer-medal__item {
    margin: 0 50px 0 0;
    max-width: 160px;
  }
}
.footer-medal__item:last-child {
  margin: 0;
}
.footer-medal__link {
  color: inherit;
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .footer-medal__link {
    transition: 0.2s all;
  }
  .footer-medal__link:not(span):hover, .footer-medal__link:not(span):focus {
    color: var(--color-main);
  }
}
.footer-medal__image {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .footer-medal__image {
    display: block;
  }
}

.footer-menu {
  float: left;
  list-style: none;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .footer-menu {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-menu:hover .footer-menu__item {
    opacity: 0.3;
  }
  .footer-menu:hover .footer-menu__item:hover {
    opacity: 1;
  }
}
.footer-menu__item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .footer-menu__item {
    padding-right: 30px;
    transition: 0.2s opacity;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .footer-menu__item:hover .footer-menu__link, .footer-menu__item:focus .footer-menu__link {
    border-bottom-color: var(--color-main);
    color: var(--color-main);
  }
  .footer-menu__item:hover .footer-menu__link:after, .footer-menu__item:focus .footer-menu__link:after {
    border-color: var(--color-main);
  }
  .footer-menu__item:hover .footer-submenu:before, .footer-menu__item:focus .footer-submenu:before {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-menu__item {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu__item {
    padding-right: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-menu__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer-menu__item--opacity {
    opacity: 0.3;
  }
}
.footer-menu__link {
  display: block;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--color-mobile-border);
  background: none;
  color: inherit;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .footer-menu__link {
    padding: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: 0.2s 0s;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.footer-menu__link:after {
  font-size: 8px;
  font-family: 'icomoon' !important;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .footer-menu__link:after {
    margin: 0 0 0 15px;
    font-size: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.2s 0s;
  }
}

.footer-submenu {
  position: relative;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .footer-submenu {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--color-bg-three);
    transition: 0.2s all;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-submenu {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.footer-submenu:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 0%;
  height: 3px;
  border-radius: 5px;
  background: var(--color-main);
  content: '';
  transition: 0.2s all;
}
.footer-submenu__item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
}
.footer-submenu__item:last-child {
  margin-bottom: 0;
}
.footer-submenu__item:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  content: '\e90a';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 10px;
  font-family: 'icomoon' !important;
  line-height: 1;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-submenu__link {
  color: inherit;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .footer-submenu__link {
    transition: 0.2s all;
  }
  .footer-submenu__link:not(span):hover, .footer-submenu__link:not(span):focus {
    color: var(--color-main);
  }
}

.footer-menu-bottom {
  display: block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .footer-menu-bottom {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-menu-bottom {
    text-align: right;
  }
}
.footer-menu-bottom__item {
  display: inline-block;
  margin: 0 10px 0 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .footer-menu-bottom__item {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu-bottom__item {
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-menu-bottom__item {
    margin: 0 0 0 55px;
  }
}
.footer-menu-bottom__item:first-child {
  margin-left: 0;
}
.footer-menu-bottom__item:last-child {
  margin-right: 0;
}
.footer-menu-bottom__link {
  color: inherit;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .footer-menu-bottom__link {
    transition: 0.2s all;
  }
  .footer-menu-bottom__link:not(span):hover, .footer-menu-bottom__link:not(span):focus {
    color: #00ade5;
  }
}

.copyright {
  display: block;
  margin: 20px 0 -20px 0;
  padding: 20px 0;
  background: var(--color-bg);
  color: var(--color-text);
  text-align: right;
  line-height: 160%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .copyright {
    margin: 40px 0 -40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .copyright {
    margin: 60px 0 -60px 0;
  }
}
@media print {
  .copyright {
    display: none;
  }
}
.copyright a {
  color: var(--color-main);
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.slider__dots--main li.slick-active button:before {
  background: #00ade5;
}
.slider__dots--main li button:before {
  background: rgba(155, 155, 155, 0.14);
}

.meta {
  color: #4a4a4a;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .meta {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.meta--blue {
  color: #00ade5;
}
.meta--main {
  color: #00ade5;
}
.meta--secondary {
  color: #E8213D;
}
.meta--big {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .meta--big {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.meta--small {
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .meta--small {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.meta--xsmall {
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.meta--uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.meta--gray {
  color: #919191 !important;
}

.data-table {
  position: relative;
}
.data-table:before, .data-table:after {
  position: absolute;
  z-index: -1;
  margin-left: -100%;
  content: '';
  opacity: 0;
  transition: 0.3s 0s opacity ease-in-out, 0s 0.3s z-index, 0s 0.3s margin-left;
}
.data-table:before {
  top: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 768px) {
  .data-table:before {
    left: 0;
    right: 0;
  }
}
.data-table:after {
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(../../img/oval-black.svg) center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.data-table--loading:before, .data-table--loading:after {
  z-index: 1000;
  margin-left: 0;
  opacity: 1;
  transition: 0.3s 0s opacity ease-in-out;
}
.data-table * {
  box-sizing: border-box;
}
.data-table__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.data-table__header .data-table__tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.data-table__body-empty {
  padding: 10px 0;
}
.data-table__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.data-table__body .data-table__tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.data-table__body .data-table__tr:last-of-type {
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .data-table__body .data-table__tr:hover, .data-table__body .data-table__tr:focus {
    background: #fafbfc;
  }
}
.data-table__body .data-table__tr--noborder {
  border-bottom: none;
}
.data-table__body .data-table__tr--selected {
  background: #fafbfc;
}
.data-table__body .data-table__tr--flex {
  display: flex;
}
.data-table__footer {
  padding-top: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  font-size: 0.933em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .data-table__footer {
    margin-top: 80px;
  }
}
.data-table__footer--small {
  margin-top: 30px;
  padding-top: 30px;
  color: black;
}
.data-table__footer--small .data-table__footer-info {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.data-table__tr-group {
  position: relative;
}
.data-table__tr-group--active {
  z-index: 1;
  background: #f6f6f6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 15px 30px;
}
.data-table__tr-group--active:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #00ade5;
}
.data-table__tr-group--active .data-table__tr {
  border-bottom-color: transparent;
}
.data-table__tr-group--active .data-table__tr .data-table__info {
  color: black;
  font-weight: 600;
}
.data-table__tr-group--active .data-table__tr:hover, .data-table__tr-group--active .data-table__tr:focus {
  background: transparent;
}
.data-table__tr-group--active .data-table__extra-data-toggle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.data-table__tr-group--active .data-table__extra-data {
  display: block;
  color: #3d3d3d;
}
.data-table__tr-group--active .field[data-label] .field__text:before {
  background: #f6f6f6;
}
.data-table__tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.data-table__tr--clickable {
  cursor: pointer;
}
.data-table__tr--highlight .data-table__info {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: black;
}
.data-table__tr--top {
  align-items: start;
}
.data-table__tr--bottom {
  align-items: end;
}
.data-table__td, .data-table__th {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding: 15px 10px;
}
@media only screen and (min-width: 1600px) {
  .data-table__td, .data-table__th {
    padding: 20px 10px;
  }
}
.data-table__td:first-child, .data-table__th:first-child {
  padding-left: 0;
}
.data-table__td:last-child, .data-table__th:last-child {
  padding-right: 0;
}
.data-table__footer .data-table__td, .data-table__footer .data-table__th {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
@media only screen and (min-width: 992px) {
  .data-table__td--w500, .data-table__th--w500 {
    min-width: 500px;
  }
}
.data-table__td--small, .data-table__th--small {
  padding: 5px 10px;
}
.data-table__td--auto, .data-table__th--auto {
  flex: auto;
}
.data-table__td {
  color: #3d3d3d;
  white-space: normal;
}
.data-table__th {
  color: black;
}
.data-table__heading {
  display: inline-block;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.05em;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .data-table__heading {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.data-table__heading--big {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: black;
}
@media only screen and (min-width: 992px) {
  .data-table__heading--big {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.data-table__heading--block {
  display: block;
}
@media only screen and (max-width: 767px) {
  .data-table__heading.visible-xs {
    display: inline-block !important;
  }
}
.data-table__info {
  display: inline-block;
  vertical-align: middle;
  line-height: 120%;
  width: 100%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .data-table__info {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.data-table__info--default {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (max-width: 767px) {
  .data-table__info .heading {
    margin-bottom: 0;
  }
}
.data-table__sort {
  display: block;
  cursor: pointer;
  padding-right: 20px;
}
.data-table__sort-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 18px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  vertical-align: middle;
  cursor: pointer;
}
.data-table__sort-icon:before, .data-table__sort-icon:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-width: 2px 2px 0 0;
  content: '';
  opacity: 0.3;
}
.data-table__sort-icon:before {
  bottom: 4px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.data-table__sort-icon:after {
  top: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sort-asc .data-table__sort-icon:after {
  opacity: 1;
}
.sort-desc .data-table__sort-icon:before {
  opacity: 1;
}
.data-table__header-filter {
  display: none;
}
.data-table__footer-info {
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: #606060;
}
.data-table__sum {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  color: black;
}
.data-table__extra-data-toggle {
  display: inline-block;
  background: none;
  border: none;
  color: black;
  opacity: 0.4;
  font-size: 0.750em;
  padding: 0 10px;
}
.data-table__extra-data {
  display: none;
}
.data-table__extra-data .data-table__heading {
  margin-bottom: 6px;
}
.data-table__extra-data .data-table__heading:last-child {
  margin-bottom: 0;
}
.data-table__round-label {
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 19px;
  text-align: center;
  font-size: 0.583em;
}
.data-table__round-label--green {
  background: #6dcf7c;
  color: white;
}
.data-table__make-default-col {
  flex: 1 0 90px;
  max-width: 90px;
}
@media only screen and (max-width: 767px) {
  .data-table__make-default-col {
    flex: 1 0 60px;
    max-width: 60px;
  }
}
.data-table__remove-col {
  flex: 1 0 30px;
  max-width: 30px;
  text-align: right;
}
.data-table__confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  background: #f2f5f8;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .data-table__confirm {
    padding: 30px;
  }
}
.data-table__tr-group--removing .data-table__confirm {
  opacity: 1;
  z-index: 1;
}
.data-table__confirm__text {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .data-table__confirm__text {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.data-table__confirm__button {
  background: none;
  border: none;
  color: #919191;
  text-align: right;
  padding: 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  margin-right: 20px;
}
.data-table__confirm__button:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .data-table__confirm__button {
    margin-right: 30px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .data-table__confirm__button:hover, .data-table__confirm__button:focus {
    color: #5e5e5e;
  }
}
.data-table__confirm__button--green {
  color: #6dcf7c;
}
@media only screen and (min-width: 992px) {
  .data-table__confirm__button--green:hover, .data-table__confirm__button--green:focus {
    color: #35a145;
  }
}
.data-table__confirm__button--uppercase {
  text-transform: uppercase;
}
.data-table__loading-message {
  padding: 10px 0;
  color: #aaaaaa;
}
.data-table .field:last-child {
  margin-bottom: 5px;
}

.btn-reorder .field-tooltip {
  right: -1px;
  top: -1px;
}
.btn-reorder .field-tooltip::before {
  clear: both;
  display: block;
  content: "";
  position: absolute;
  left: -18px;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  transform: rotate(225deg);
  background: #f7f7f7;
  top: 14px;
}

.tooltip--reorder.tooltip-container {
  border: 1px solid #333333;
  padding: 10px 15px;
  background-color: #000;
  max-width: 460px;
  border-radius: 10px;
  line-height: 21px;
}
@media only screen and (min-width: 992px) {
  .tooltip--reorder.tooltip-container {
    top: -105px !important;
    left: 25px !important;
  }
}
.tooltip--reorder.tooltip-container .tooltip-arrow {
  display: none;
}

@media print {
  .card.card--border.card--form.card--stackable {
    page-break-inside: auto;
    page-break-inside: avoid;
  }
}
.wholesaler__updated--layout .data-table__th .data-table__heading {
  font-size: 0.50em;
}

.button-filter {
  background: transparent;
  border: 2px solid #e1e1e1;
  color: #1e2022;
  padding: 5px 12.5px;
  text-transform: initial;
}
@media only screen and (min-width: 992px) {
  .button-filter {
    padding: 7px 15px;
  }
  .button-filter:not(.button--disabled):hover, .button-filter:not(.button--disabled):focus {
    background: #e1e1e1;
    border-color: #e1e1e1;
  }
}
.button-filter--active {
  background: #e1e1e1;
  border-color: #e1e1e1;
  color: #1e2022;
}
@media only screen and (min-width: 992px) {
  .button-filter--active:not(.button--disabled):hover, .button-filter--active:not(.button--disabled):focus {
    background: #e1e1e1;
    border-color: #e1e1e1;
  }
}

.card {
  position: relative;
  display: block;
  background: white;
  padding: 40px 30px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .card {
    margin-left: 0px;
    margin-right: 0px;
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .card {
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
    transition: 0.2s;
  }
  .card:hover, .card:focus {
    z-index: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 1200px) {
  .card {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  .card {
    padding-left: 110px;
    padding-right: 110px;
  }
}
.card--tall {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .card--tall {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.card--warm-grey {
  background: #f8fafb;
}
.card--rounded {
  border-radius: 7.5px;
}
.card--rounded-small {
  border-radius: 5px;
}
.card--border {
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
.card--shadow-only {
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(171, 172, 173, 0.2);
}
.card--nopadding {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .card--nopadding {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.card--stackable {
  margin-bottom: 0;
  border: 1px solid #e1e1e1;
}
.card--stackable + .card--stackable {
  margin-top: -1px;
}
.card--form {
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .card--form {
    transition: 0.2s 0s box-shadow;
  }
}
.card--form:before, .card--form:after {
  content: '';
  position: absolute;
  left: -1px;
  width: 2px;
  height: 0%;
  background: #00ade5;
}
@media only screen and (min-width: 992px) {
  .card--form:before, .card--form:after {
    transition: all 0.2s;
  }
}
.card--form:before {
  top: 50%;
}
.card--form:after {
  bottom: 50%;
}
.card--form--active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.card--form--active:before, .card--form--active:after {
  height: 50%;
}
.card__header {
  position: relative;
  display: block;
  color: #333333;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .card__header {
    margin-bottom: 30px;
  }
}
.card__header:last-child {
  margin-bottom: 0;
}
.card__header--border {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
}
@media only screen and (min-width: 992px) {
  .card__header--border {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .card__header-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.card__header-icon [class^="icon-"], .card__header-icon .icon {
  background: #00ade5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .card__header-icon [class^="icon-"], .card__header-icon .icon {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .card__header-icon [class^="icon-"], .card__header-icon .icon {
    font-size: 26px;
  }
}
.card__header-wrapper {
  float: left;
  display: block;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .card__header-wrapper {
    float: none;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    width: 60px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .card__header-wrapper {
    display: inline-block;
    left: -80px;
    width: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .card__header-wrapper {
    left: -110px;
    width: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  .card__header-wrapper {
    left: -110px;
    width: 110px;
  }
}
.card__heading {
  display: block;
  overflow: hidden;
  color: #3d3d3d;
  line-height: 140%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .card__heading {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.card__content {
  margin-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .card__content {
    margin-bottom: 60px;
  }
}
.card__notification {
  position: relative;
  display: block;
  background: #1e2022;
  padding: 25px 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .card__notification {
    padding: 30px 0;
  }
}
.content-box .card__notification {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .content-box .card__notification {
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box .card__notification {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-box .card__notification {
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .content-box--small .card__notification {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box--small .card__notification {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-box--small .card__notification {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content-box--xsmall .card__notification {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box--xsmall .card__notification {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-box--xsmall .card__notification {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.card__notification__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  margin-bottom: 10px;
}
.card__notification__text:last-child {
  margin-bottom: 0;
}
.card__notification__text--big-margin {
  margin-bottom: 22.5px;
}
.card__notification__text--big {
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.card__notification__text--main {
  color: #00ade5;
}
.card__notification__text--white {
  color: white;
}
.card__notification__text--red {
  color: #cf6d6d;
}

.checkout-login-form .card {
  border: none;
}
.checkout-login-form .card:hover, .checkout-login-form .card:focus {
  border: none;
}
.checkout-login-form .card .field__text {
  z-index: 2;
}
.checkout-login-form .card .heading--lv3, .checkout-login-form .card .text-box h3, .text-box .checkout-login-form .card h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-login-form .card .text-box {
  margin-bottom: 0;
  line-height: 1.3em;
}
.checkout-login-form .card .header__site-logo {
  margin: auto auto 5px;
  display: block;
  text-align: center;
  width: 100%;
  float: none;
  max-width: 250px;
}

.nsw-image-holder {
  background-color: #00ade5;
  padding: 10px 0 4px 10px;
  border-radius: 8px;
}
.nsw-image-holder h4 {
  font-size: 15px;
  padding-bottom: 0;
  margin-bottom: 7px;
  color: #fff;
}
.nsw-image-holder p {
  font-size: 12px;
  color: #fff;
}

.guest-modal-header .heading--lv3, .guest-modal-header .text-box h3, .text-box .guest-modal-header h3 {
  padding: 10px 0;
}

.flex-checkbox {
  display: flex;
  justify-content: flex-start;
}
.flex-checkbox div:nth-child(2) {
  margin-left: 10px;
}

body.modal-close-editor.search-active {
  transform: initial;
  transform-origin: initial;
  overflow-x: initial;
}

body.modal-close-editor {
  transform: scale(0.99999);
  transform-origin: 0 0;
  overflow-x: hidden;
}

.spa-wrapper {
  background-image: url("../../img/spa/SPA_background_with_sheep.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding-top: 30px;
  height: 100vh;
  margin-top: 0px;
}
@media screen and (max-width: 1680px) {
  .spa-wrapper {
    height: 100%;
  }
}
.spa-wrapper .disabled {
  background-color: #f4f4f4;
}
.spa-wrapper .selectize-input {
  border: none;
}
.spa-wrapper .field__text, .spa-wrapper .field[data-label] .field__text, .field[data-label] .spa-wrapper .field__text {
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .spa-wrapper {
    height: 100%;
  }
}
.spa-wrapper .text-center {
  text-align: center;
}
.spa-wrapper .spa-header h1, .spa-wrapper .spa-header h2, .spa-wrapper .spa-header h3, .spa-wrapper .spa-header h4, .spa-wrapper .spa-header h5, .spa-wrapper .spa-header h6 {
  font-family: "Montserrat", sans-serif;
}
.spa-wrapper .spa-header .text-center {
  text-align: center;
}
.spa-wrapper .spa-header img {
  width: auto;
  height: 110px;
  margin-left: 20px;
}
.spa-wrapper .spa-header h3 {
  font-size: 34px;
  color: #5a98c4;
  font-weight: 700;
}
@media screen and (max-width: 1480px) {
  .spa-wrapper .spa-header h3 {
    font-size: 30px;
  }
}
.spa-wrapper .spa-header h5 {
  font-size: 15.5px;
  color: #5a98c4;
  padding-top: 6.5px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (max-width: 1480px) {
  .spa-wrapper .spa-header h5 {
    font-size: 14px;
  }
}
.spa-wrapper .spa-header h2 {
  font-size: 34px;
  color: #5a98c4;
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: 700;
}

.form-align-wrapper {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.form-side-left,
.form-center,
.form-side-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.form-side-left {
  justify-content: flex-end;
}
.form-side-left h2 {
  color: #fff;
  font-size: 41px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.form-center {
  justify-content: center;
  max-width: 650px;
  flex: 2;
}

.form-side-right {
  justify-content: flex-start;
  padding-top: 55px;
}
.form-side-right p {
  font-size: 16px;
  color: #6d6e70;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.spa-form {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 20px;
}
.spa-form .form-center-login {
  background: #fff;
  padding: 50px;
  margin: 80px auto;
  height: 100%;
  max-width: 520px;
}
.spa-form .form-center-login h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.spa-form .form-center-login p {
  font-family: "Montserrat", sans-serif;
}
.spa-form .card {
  background: #fff;
  border: none;
  box-shadow: none;
  max-width: 580px;
  padding: 15px;
  max-height: 700px;
  overflow: auto;
  margin: 8% auto 0;
}
@media screen and (max-width: 1690px) {
  .spa-form .card {
    margin: 0% auto 0;
  }
}
@media screen and (max-width: 1480px) {
  .spa-form .card {
    max-width: 700px;
  }
}
.spa-form .card ::after {
  background: none;
}
.spa-form .card .field__input, .spa-form .card .selectize-control.single .selectize-input, .selectize-control.single .spa-form .card .selectize-input {
  height: 38px;
  line-height: 38px;
}
.spa-form .card .vspace--small {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .spa-wrapper .spa-header h3 {
    font-size: 26px;
  }
  .spa-wrapper .spa-header h5 {
    font-size: 12px;
  }
  .spa-wrapper .spa-header img {
    margin-left: 0;
    height: 44px;
    margin-right: 5px;
    margin-top: 10px;
  }

  .form-align-wrapper .form-side-left,
  .form-align-wrapper .form-side-right {
    display: none;
  }
}
.spa-form-login .form-align-wrapper {
  display: block;
}
.spa-form-login .form-align-wrapper .form-side-left {
  position: absolute;
  bottom: 80px;
  width: 500px;
}

.content {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .content {
    padding-top: 103px;
  }
}
@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 103px;
  }
}
.header--bg + .content > .section:first-child {
  margin-top: -60px;
  padding-top: 85px;
}
@media only screen and (min-width: 992px) {
  .header--bg + .content > .section:first-child {
    margin-top: -116px;
    padding-top: 186px;
  }
}

.new-content {
  margin-top: 30px;
}

.content-wrapper {
  background: white;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.content-box {
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
  .content-box {
    padding-left: 45px;
    padding-right: 45px;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .content-box {
    padding: 60px 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-box {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .content-box--big {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box--big {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-box--big {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .content-box--small {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box--small {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-box--small {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .content-box--xsmall {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box--xsmall {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-box--xsmall {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-box--border {
    border-top: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 768px) {
  .content-box--border {
    border-right: 1px solid #e4e4e4;
  }
}
.content-box--notice {
  padding-top: 0;
}

.content-header.section:not(.section--bg) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .content-header.section:not(.section--bg) {
    margin-bottom: 60px;
  }
}
.content-header.section:not(.section--bg):first-child {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .content-header.section:not(.section--bg):first-child {
    margin-top: 60px;
  }
}
.content-header.section--bg {
  height: 230px;
  padding: 8vh 0 8vh;
}
@media only screen and (min-width: 768px) {
  .content-header.section--bg {
    padding: 10vh 0 10vh;
  }
}
@media only screen and (min-width: 992px) {
  .content-header.section--bg {
    height: auto;
    padding: 27vh 0 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-header.section--bg {
    padding: 27vh 0 150px;
  }
}
.content-header.section--bg .section__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 32, 34, 0.35), #1e2022);
  content: '';
  opacity: 0.5;
}
.content-header__parent {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  .content-header__parent {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.content-header__heading {
  color: white;
  text-transform: capitalize;
}
.content-header__title {
  line-height: 160%;
  font-size: 1.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .content-header__title {
    line-height: 140%;
    font-size: 3.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.content-header__page-title {
  line-height: 155%;
  text-transform: capitalize;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .content-header__page-title {
    line-height: 160%;
    font-size: 2.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.content-header__content {
  margin: 0 auto;
}
.content-header__content p {
  font-size: 1em;
  color: #3d3d3d;
  line-height: 163%;
}
@media only screen and (min-width: 992px) {
  .content-header__content p {
    font-size: 1.25em;
    line-height: 180%;
  }
}

@media only screen and (min-width: 992px) {
  .content-header-content.section {
    margin: -40px 0 60px 0;
  }
}

.notice {
  background: #f6f6f6;
  border-radius: 5px;
  position: relative;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .notice {
    padding: 30px 30px;
  }
}
.notice--icon {
  padding: 10px 15px 10px 70px;
}
@media only screen and (min-width: 992px) {
  .notice--icon {
    padding: 20px 30px 20px 80px;
  }
}
.notice--alert {
  background: rgba(207, 109, 109, 0.1);
}
.notice--alert .icon {
  color: #cf6d6d;
  -webkit-text-fill-color: #cf6d6d !important;
}
.notice--big {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .notice--big {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.notice + div {
  margin-top: 30px;
}
.notice .icon {
  background: #00ade5;
  background: -webkit-linear-gradient(-90deg, #00ade5, #0086b2);
  background: -moz-linear-gradient(-90deg, #00ade5, #0086b2);
  background: linear-gradient(-90deg, #00ade5, #0086b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media only screen and (min-width: 992px) {
  .notice .icon {
    left: 30px;
  }
}
.notice p .small {
  font-size: 0.875em;
  margin: 0 0 0 5px;
  color: #606060;
}

.discount-box {
  background: #f6f6f6;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #606060;
  margin-bottom: 10px;
}

.underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: bold;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.cursor-pointer {
  cursor: pointer;
}

.section-404 {
  text-align: center;
}

.contact-info {
  list-style: none;
}
.contact-info__heading {
  float: left;
  width: 40%;
  color: black;
  line-height: 200%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .contact-info__heading {
    width: 35%;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.contact-info__content {
  display: block;
  overflow: hidden;
  color: inherit;
  line-height: 200%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .contact-info__content {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    transition: 0.2s 0s;
  }
}
.contact-info__item {
  padding: 10px 0;
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .contact-info__item {
    padding: 25px 0 15px;
  }
}

.enquiry #myTab {
  display: none;
}

@media only screen and (min-width: 992px) {
  .contact-form textarea {
    height: 178px !important;
    resize: none;
  }
}

.g-recaptcha div {
  max-width: 100% !important;
}

.map {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.map__box {
  position: absolute;
  top: 50%;
  background: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) {
  .map__box {
    margin-left: -60px;
    padding: 40px 60px;
    width: 330px;
  }
}

#map {
  height: 300px;
}
@media only screen and (max-width: 991px) {
  #map {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 992px) {
  #map {
    height: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  #map {
    height: 500px;
  }
}

a[href^='http://maps.google.com/maps'] {
  display: none !important;
}

a[href^='https://maps.google.com/maps'] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.breadcrumbs {
  overflow: hidden;
  list-style: none;
  text-transform: uppercase;
}
.breadcrumbs:not(:last-child) {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs:not(:last-child) {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}
.breadcrumbs__item {
  float: left;
}
.breadcrumbs__item:not(:last-child):after {
  margin: 0 5px 0 0;
  content: '/';
  vertical-align: middle;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.breadcrumbs__link {
  color: #00ade5;
  letter-spacing: 0.1em;
  vertical-align: middle;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .breadcrumbs__link {
    transition: 0.2s 0s;
  }
}
.breadcrumbs__link--active {
  color: #606060;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}

.pagination {
  margin: 35px 0 0 0;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .pagination {
    margin: 50px 0 0 0;
  }
}
.pagination:first-child {
  margin-top: 0;
}
.pagination__container {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}
.pagination__nav {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: white;
  border: 2px solid #e1e1e1;
  color: #919191;
  text-transform: uppercase;
  width: 75px;
  line-height: 40px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .pagination__nav {
    width: 150px;
    line-height: 44px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__nav {
    font-size: 0.813em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
@media only screen and (min-width: 992px) {
  .pagination__nav:not(:disabled) {
    transition: 0.2s;
  }
  .pagination__nav:not(:disabled):hover, .pagination__nav:not(:disabled):focus {
    opacity: 1;
    border-color: #00c0ff;
  }
}
.pagination__nav:disabled {
  opacity: 0.5;
}
.pagination__nav--prev {
  float: left;
}
.pagination__nav--next {
  float: right;
}
.pagination__pages {
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .pagination__pages {
    margin: 0 20px;
  }
}
.pagination__item {
  float: left;
  margin: 0 5px;
  padding: 0;
  border-radius: 5px;
  background: white;
  border: 2px solid #e1e1e1;
  color: #919191;
  width: 35px;
  line-height: 31px;
  box-shadow: none;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 375px) {
  .pagination__item {
    width: 40px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .pagination__item {
    margin: 0 7px;
    width: 44px;
    line-height: 40px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
    transition: 0.2s;
  }
  .pagination__item:not(.pagination__item--active):hover, .pagination__item:not(.pagination__item--active):focus {
    opacity: 1;
    border-color: #00c0ff;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__item {
    font-size: 0.813em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.pagination__item--active {
  border-color: #00ade5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.pagelist-dropdown {
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
  border: none;
  background: 0 0;
  line-height: 140%;
  width: 100%;
  text-align: left;
}
.pagelist-dropdown:after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-width: 1px 1px 0 0;
  content: '';
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagelist-dropdown.collapsed:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cart-list {
  position: static;
  list-style: none;
}
.cart-list:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .cart-list:after {
    content: '';
  }
}
.cart-list__item {
  position: relative;
  padding: 17px 0;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 991px) {
  .cart-list__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e1e1e1;
  }
}
@media only screen and (min-width: 992px) {
  .cart-list__item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
}
.cart-list__item:last-child {
  margin-bottom: 0;
}
.cart-list__item--sub {
  padding-left: 55px;
}
.cart-list__item--sub .cart-list__indent {
  display: flex;
}
.cart-list__indent {
  display: none;
  background: #F6F6F6;
  color: #c8c8c8;
  font-size: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 55px;
  align-items: center;
  text-align: center;
}
.cart-list__indent > * {
  flex: 1;
}
.cart-list__item-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.cart-list__undo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  background: #f2f5f8;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .cart-list__undo {
    padding: 30px;
  }
}
.cart-list__item--removing .cart-list__undo {
  opacity: 1;
  z-index: 0;
}
.cart-list__undo__text {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .cart-list__undo__text {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.cart-list__undo__button {
  position: relative;
  background: none;
  border: none;
  color: #919191;
  text-align: right;
  padding: 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .cart-list__undo__button {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .cart-list__undo__button:hover, .cart-list__undo__button:focus {
    color: #5e5e5e;
  }
}
.cart-list__undo__button--green {
  color: #6dcf7c;
}
@media only screen and (min-width: 992px) {
  .cart-list__undo__button--green:hover, .cart-list__undo__button--green:focus {
    color: #35a145;
  }
}
.cart-list__undo__button--uppercase {
  text-transform: uppercase;
}
.cart-list__remove {
  padding: 5px 5px 5px 20px;
  border: none;
  background: none;
  font-size: 1.25em;
}
@media only screen and (min-width: 992px) {
  .cart-list__remove {
    opacity: 0.8;
    transition: 0.2s;
  }
  .cart-list__remove:hover, .cart-list__remove:focus {
    opacity: 1;
  }
}
.cart-list__image {
  width: 50px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .cart-list__image {
    width: 120px;
    padding: 10px 20px 10px 10px;
  }
}
.cart-list__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cart-list__content-box {
  flex: 1;
  padding-right: 20px;
}
@media only screen and (min-width: 1600px) {
  .cart-list__content-box {
    padding-right: 50px;
  }
}
.cart-list__title {
  display: inline-block;
  color: inherit;
  line-height: 150%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .cart-list__title {
    line-height: 157%;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.cart-list__sku {
  display: inline-block;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  text-transform: uppercase;
  margin-right: 5px;
  vertical-align: middle;
  color: #4a4a4a;
}
@media only screen and (min-width: 992px) {
  .cart-list__sku {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.cart-list__label {
  display: inline-block;
  background: #6dcf7c;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 9px;
  vertical-align: middle;
  border-radius: 2px;
  text-align: center;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .cart-list__label {
    padding: 5px 10px;
    font-size: 0.563em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.cart-list__label--block {
  display: block;
}
.cart-list__label .icon {
  display: inline-block;
  margin: 0 10px;
}
.cart-list__label .icon:first-child {
  margin-left: 0;
}
.cart-list__label .icon:last-child {
  margin-right: 0;
}
.cart-list__edit {
  margin: 0 0 -5px -5px;
  padding: 5px;
  border: none;
  background: none;
  font-size: 0.75em;
}
@media only screen and (min-width: 992px) {
  .cart-list__edit {
    opacity: 0.5;
    transition: 0.2s;
  }
  .cart-list__edit:hover, .cart-list__edit:focus {
    opacity: 1;
  }
}
.cart-list__heading {
  display: block;
  margin: 0 0 3px 0;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: #919191;
}
@media only screen and (min-width: 992px) {
  .cart-list__heading {
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.cart-list__value {
  display: block;
  text-transform: uppercase;
  line-height: 120%;
  color: black;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .cart-list__value {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.cart-list__mobile-info {
  margin-top: 7.5px;
}
.cart-list .field--qty {
  margin: 0;
  width: 85px;
}

.cart-content {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .cart-content {
    margin: 15px 0 0 0;
    text-align: left;
  }
}
.cart-content__col + .cart-content__col {
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 992px) {
  .cart-content__col + .cart-content__col {
    padding: 0 0 0 15px;
  }
}

.cart-extra {
  margin: 5px 0 0 0;
}
.cart-extra__info {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}

.cart-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin-right: -100%;
  min-width: 300px;
  width: calc(100% - 50px);
  background: #f6f6f6;
  opacity: 0;
  transition: 0.3s 0s margin-right, 0.1s 0s opacity;
}
@media only screen and (min-width: 992px) {
  .cart-modal {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-modal {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 992px) {
  .cart-modal {
    background: white;
  }
}
.cart-modal:before, .cart-modal:after {
  position: fixed;
  z-index: -1;
  margin-left: 100%;
  content: '';
  opacity: 0;
  transition: 0.3s 0s opacity ease-in-out, 0s 0.3s z-index, 0s 0.3s margin-left;
}
@media only screen and (min-width: 992px) {
  .cart-modal:before, .cart-modal:after {
    position: absolute;
  }
}
.cart-modal:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 96, 96, 0.6);
}
.cart-modal:after {
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(../../img/oval.svg) center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .cart-modal--full {
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .cart-modal--full {
    width: 595px;
  }
}
.cart-modal--full .cart-modal-tabs {
  margin-left: 0;
}
.cart-modal--loading:before, .cart-modal--loading:after {
  z-index: 1000;
  margin-left: 0;
  opacity: 1;
  transition: 0.3s 0s opacity ease-in-out;
}
@media only screen and (max-width: 991px) {
  .cart-modal__header {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
  }
  .cart-modal__header:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #e1e1e1;
    content: '';
  }
}
@media only screen and (min-width: 992px) {
  .cart-modal__header {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .cart-modal__header {
    margin-bottom: 50px;
  }
}
.cart-modal__title .heading {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .cart-modal__title .heading {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    color: #606060;
  }
}
.cart-modal__title-icon {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .cart-modal__title-icon {
    display: none;
  }
}
.cart-modal__close {
  position: absolute;
  top: 2.5px;
  right: 0;
  z-index: 2;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .cart-modal__close {
    top: 30px;
    right: 30px;
    font-size: 1.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.cart-modal__close .icon {
  margin: -1px 0 0 5px;
  vertical-align: middle;
}
.cart-modal__container {
  position: relative;
  z-index: 1;
  overflow: auto;
  height: calc(100% - 130px);
}
@media only screen and (min-width: 992px) {
  .cart-modal__container {
    height: calc(100% - 220px);
  }
}
.cart-modal__container--full {
  height: 100%;
}
.cart-modal__content {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .cart-modal__content {
    padding: 80px 60px 60px;
  }
}
.cart-modal__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 20px 20px 20px;
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) {
  .cart-modal__footer {
    padding: 0 60px 25px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .cart-modal__footer {
    background: white;
  }
}
@media only screen and (min-width: 992px) {
  .cart-modal__button {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.cart-modal__footer-content {
  position: relative;
  display: block;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .cart-modal__footer-content {
    padding-top: 30px;
  }
}
.cart-modal__footer-content:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background: white;
  content: '';
}
@media only screen and (min-width: 992px) {
  .cart-modal__footer-content:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .cart-modal .summary-list {
    margin: 0 0 5px 0;
  }
}
.cart-modal .summary-total {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
}
@media only screen and (min-width: 992px) {
  .cart-modal .summary-total {
    margin: 0 0 30px 0;
  }
}

body.cart-active {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body.cart-active {
    padding-right: 17px;
  }
}
body.cart-active .cart-modal {
  z-index: 999;
  margin-right: 0;
  opacity: 1;
}
body.cart-active .body-backdrop {
  top: 0;
  opacity: 0.6;
  transition: 0.3s 0s opacity;
}

.summary-list__item {
  margin: 0 0 10px 0;
}
.summary-list__item:last-child {
  margin-bottom: 0;
}
.summary-list__heading {
  display: block;
  color: #606060;
  text-transform: uppercase;
  line-height: 160%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .summary-list__heading {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.summary-list__value {
  display: block;
  color: #606060;
  text-align: right;
  line-height: 160%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .summary-list__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.summary-total {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .summary-total {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }
}
.summary-total__heading {
  display: block;
  text-transform: uppercase;
  line-height: 160%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .summary-total__heading {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.summary-total__value {
  display: block;
  text-align: right;
  line-height: 160%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .summary-total__value {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

.banner {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .banner--substore {
    padding: 0 20px;
  }
}

.banner-slider {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .banner-slider {
    text-align: left;
  }
}
.banner-slider__item {
  position: relative;
  height: 500px;
}
@media only screen and (min-width: 768px) {
  .banner-slider__item {
    height: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider__item {
    height: 340px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider__item {
    height: 410px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-slider__item {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-slider__item .section__bg {
    background-size: initial;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider__item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
}
.banner-slider__item-wrapper > .container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .banner-slider__item-wrapper > .container {
    align-self: center;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider__container {
    width: 50%;
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-slider__container {
    display: flex;
    align-items: center;
    height: 220px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .banner-slider__image {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.banner-slider__image img, .banner-slider__image svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .banner-slider__image img, .banner-slider__image svg {
    margin: 0 0 0 auto;
  }
}
.banner-slider__content {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .banner-slider__content {
    width: auto;
  }
}
.banner-slider__title {
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  text-align: center;
  line-height: normal;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .banner-slider__title {
    text-align: left;
    margin: 0 0 50px 0;
  }
  .banner-slider__title:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider__title {
    font-size: 1.750em;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider__title {
    font-size: 2.188em;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-slider__title {
    font-size: 2.813em;
  }
}
.banner-slider__heading {
  color: #00ade5;
  display: block;
  line-height: 156%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .banner-slider__heading {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.banner-slider__button {
  margin: 10px 0 0 0 !important;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .banner-slider__button {
    margin: 0 !important;
    min-width: 180px;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.banner-slider__button-mobile {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  color: #fff;
  font-size: 1.375em;
}
.banner-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-slider__dots .slick-dots {
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .banner-slider__dots .slick-dots {
    width: 100%;
    padding: 0 20px;
  }
}
.banner-slider__dots .slick-dots li {
  position: relative;
  opacity: 0.5;
  transition: 0.2s;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .banner-slider__dots .slick-dots li {
    width: 180px;
  }
}
.banner-slider__dots .slick-dots li:before, .banner-slider__dots .slick-dots li:after {
  content: '';
  position: absolute;
  top: 11.5px;
  width: calc(50% - 12px);
  z-index: 0;
  height: 1px;
  background: #fff;
  transition: 0.2s;
}
.banner-slider__dots .slick-dots li:before {
  left: 0;
}
.banner-slider__dots .slick-dots li:after {
  right: 0;
}
.banner-slider__dots .slick-dots li.slick-active {
  opacity: 1;
}
.banner-slider__dots .slick-dots li.slick-active:before, .banner-slider__dots .slick-dots li.slick-active:after {
  background: #00ade5;
}
.banner-slider__dots .slick-dots li.slick-active .banner-slider__dot {
  border-color: #00ade5;
}
.banner-slider__dots .slick-dots li.slick-active .banner-slider__dot:before {
  background: #00ade5;
  opacity: 1;
}
.banner-slider__dot-container {
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-top: 24px;
  cursor: pointer;
}
.banner-slider__dot-container .banner-slider__dot {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 24px;
  transition: 0.2s;
}
.banner-slider__dot-container .banner-slider__dot:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #fff;
  margin: 0;
  opacity: 0;
  transition: 0.2s;
}
.banner-slider__dot-text {
  display: block;
  text-align: center;
  padding: 10px 5px;
  height: 34px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .banner-slider__dot-text {
    padding: 20px 5px;
    height: 58px;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
@media only screen and (max-width: 991px) {
  .banner-slider .slider__nav {
    display: none;
  }
}
.banner-slider .slider__button {
  position: absolute;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__button {
    width: calc((100vw - 970px + 30px - 17px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider .slider__button {
    width: calc((100vw - 1200px + 30px - 17px) / 2);
  }
}
.banner-slider .slider__button:before {
  content: none;
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__button:before {
    width: 35px;
    height: 35px;
    border-width: 2px 2px 0 0;
  }
}
.banner-slider .slider__button--prev {
  left: 0;
  cursor: url(../../img/chevron--left.png) 0 15, auto;
}
.banner-slider .slider__button--next {
  right: 0;
  cursor: url(../../img/chevron.png) 15 15, auto;
}
.banner-slider .slider__box,
.banner-slider .slider__cycle,
.banner-slider .slick-track,
.banner-slider .slick-list {
  height: 100%;
}
.banner-slider .section__bg:before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  background: linear-gradient(180deg, rgba(30, 32, 34, 0.35), #1e2022);
}

.content-banner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .content-banner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.content-banner__container {
  position: relative;
  z-index: 1;
  padding: 50px 100%;
  background: black center center no-repeat;
  background-size: cover;
  color: white;
}
@media only screen and (max-width: 991px) {
  .content-banner__container {
    margin-right: -100%;
    margin-left: -100%;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .content-banner__container {
    padding: 100px 50px;
  }
}
.content-banner__logo {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 992px) {
  .content-banner__button {
    float: right;
  }
}

.species-list {
  background: white;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.species-list__box {
  background: white;
}
@media only screen and (min-width: 992px) {
  .species-list__box {
    height: 100%;
  }
}
.species-list__box--blue {
  background: #00ade5;
  color: white;
  padding: 25px 80px 25px 15px;
}
@media only screen and (min-width: 992px) {
  .species-list__box--blue {
    padding: 30px 40% 30px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .species-list__box--blue {
    padding: 45px 30px;
    height: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .species-list__box--blue {
    padding: 80px 80px 40px 45px;
  }
}
.species-list__box--blue .text-box,
.species-list__box--blue .heading {
  color: white;
}
@media only screen and (max-width: 991px) {
  .species-list__box--blue .text-box,
  .species-list__box--blue .heading {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .species-list__list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .species-list__list {
    height: 100%;
  }
}

.species-item {
  text-align: center;
  color: #606060;
  padding: 5px 15px 20px;
  position: relative;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .species-item:hover .species-item__menu, .species-item:focus .species-item__menu {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .species-item {
    padding: 115px 15px 55px;
    width: 20%;
    height: 100%;
    border: solid 1px transparent;
    background: white;
    transition: 0.3s;
  }
  .species-item:hover, .species-item:focus {
    padding: 55px 15px 55px;
    border: solid 1px #edeced;
    background: #fdfdfd;
  }
  .species-item:hover .heading, .species-item:focus .heading {
    -webkit-transform: scale(1.375);
    -ms-transform: scale(1.375);
    transform: scale(1.375);
    color: #00ade5;
    margin: 70px 0 50px;
  }
  .species-item:hover .species-item__menu, .species-item:focus .species-item__menu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .species-item:hover .species-item__icon svg, .species-item:focus .species-item__icon svg {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .species-item:hover .species-item__icon svg path, .species-item:focus .species-item__icon svg path {
    fill: #00ade5;
  }
}
@media only screen and (min-width: 1200px) {
  .species-item {
    padding: 115px 20px 65px;
  }
}
.species-item .heading {
  color: #606060;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .species-item .heading {
    margin: 30px 0 30px;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 992px) {
  .species-item__icon svg {
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.species-item__icon svg path {
  fill: #606060;
}
@media only screen and (min-width: 992px) {
  .species-item__icon svg path {
    transition: 0.3s;
  }
}
.species-item__menu {
  color: #606060;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .species-item__menu {
    display: none;
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    background: #f6f6f6;
    border: solid 1px #c8c8c8;
    border-radius: 5px;
    padding: 40px 12px;
    height: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .species-item__menu {
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}
.species-item__menu li {
  margin: 0 0 25px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.species-item__menu li:before {
  color: #606060;
  display: inline-block;
  float: none;
  content: "\e90a";
  font-family: icomoon;
  font-size: 0.675em;
  margin: 0 3px 0 -3px;
}
@media only screen and (min-width: 992px) {
  .species-item__menu li:before {
    transition: 0.3s;
  }
}
@media only screen and (min-width: 992px) {
  .species-item__menu li {
    transition: 0.3s;
    margin: 0 0 15px;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
  .species-item__menu li:not(.button--disabled):hover:before, .species-item__menu li:not(.button--disabled):focus:before {
    color: #00ade5;
  }
  .species-item__menu li:not(.button--disabled):hover a, .species-item__menu li:not(.button--disabled):focus a {
    color: #00ade5;
  }
}
.species-item__menu li:last-child {
  margin-bottom: 0;
}
.species-item__link {
  color: #606060;
}
@media only screen and (min-width: 992px) {
  .species-item__link {
    transition: 0.3s;
  }
}

.tabs__nav li {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .tabs__nav li {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__nav li {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .tabs__nav li {
    margin: 0 0 30px;
  }
}
.tabs__nav li.active .tabs__link {
  color: #00ade5;
  background: transparent;
  border: 1px solid #333333;
  background: rgba(0, 0, 0, 0.3);
}
.tabs__nav li.active .tabs__link:hover, .tabs__nav li.active .tabs__link:focus {
  color: #00ade5;
}
.tabs__link {
  color: #7fe0ff;
  background: transparent;
  padding: 10px 15px !important;
  border: 1px solid transparent;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 140%;
  text-align: center;
}
.tabs__link:hover, .tabs__link:focus {
  background: transparent !important;
  color: #00ade5;
  border: 1px solid rgba(51, 51, 51, 0.3);
  background: rgba(0, 0, 0, 0.15) !important;
}
@media only screen and (min-width: 768px) {
  .tabs__link {
    padding: 20px 15px !important;
  }
}
@media only screen and (min-width: 992px) {
  .tabs__link {
    padding: 37.5px 20px 37.5px 60px !important;
    transition: 0.3s;
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs__link {
    padding: 44.5px 20px 44.5px 100px !important;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.tabs__link .icon {
  font-size: 1.25em;
}
@media only screen and (min-width: 768px) {
  .tabs__link .icon {
    font-size: 1.875em;
  }
}
@media only screen and (min-width: 992px) {
  .tabs__link .icon {
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@media only screen and (min-width: 1200px) {
  .tabs__link .icon {
    font-size: 2em;
    width: 50px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs__content {
    margin: 20px 0 0;
  }
}

.promo {
  display: inline-block;
  width: 100%;
}
.promo__box {
  padding: 50px 0 0;
}
@media only screen and (min-width: 992px) {
  .promo__box {
    padding: 0 50px 0 0;
  }
}

.promo-list {
  width: 100%;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .promo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.promo-list--secondary .promo-list__item:hover .promo-list__title, .promo-list--secondary .promo-list__item:focus .promo-list__title {
  color: #E8213D;
}
@media only screen and (min-width: 992px) {
  .promo-list--secondary .promo-list__item:hover .promo-list__button, .promo-list--secondary .promo-list__item:focus .promo-list__button {
    background: #E8213D;
  }
}
.promo-list--secondary .promo-list__item:hover .promo-list__image g, .promo-list--secondary .promo-list__item:hover .promo-list__image path, .promo-list--secondary .promo-list__item:focus .promo-list__image g, .promo-list--secondary .promo-list__item:focus .promo-list__image path {
  stroke: #E8213D;
}
.promo-list--secondary .promo-list__item:hover .promo-list__image--small g, .promo-list--secondary .promo-list__item:hover .promo-list__image--small path, .promo-list--secondary .promo-list__item:focus .promo-list__image--small g, .promo-list--secondary .promo-list__item:focus .promo-list__image--small path {
  fill: #E8213D;
  stroke: none;
}
.promo-list--secondary .promo-list__title {
  color: #E8213D;
}
@media only screen and (min-width: 768px) {
  .promo-list--secondary .promo-list__title {
    color: #c8c8c8;
  }
}
.promo-list--secondary .promo-list__image g, .promo-list--secondary .promo-list__image path {
  stroke: #E8213D;
}
@media only screen and (min-width: 768px) {
  .promo-list--secondary .promo-list__image g, .promo-list--secondary .promo-list__image path {
    stroke: #c8c8c8;
  }
}
.promo-list--secondary .promo-list__image--small g, .promo-list--secondary .promo-list__image--small path {
  fill: #E8213D;
  stroke: none;
}
@media only screen and (min-width: 768px) {
  .promo-list--secondary .promo-list__image--small g, .promo-list--secondary .promo-list__image--small path {
    fill: #c8c8c8;
  }
}
.promo-list--secondary .promo-list__button {
  background: #E8213D;
}
@media only screen and (min-width: 992px) {
  .promo-list--secondary .promo-list__button {
    background: #c8c8c8;
  }
}
@media only screen and (max-width: 767px) {
  .promo-list--small {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.promo-list__item {
  position: relative;
  display: block;
  padding: 40px 15px 40px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .promo-list__item {
    width: 33.33%;
    padding: 70px 15px 75px;
    background: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .promo-list__item {
    border-color: transparent;
    padding: 70px 15px 100px;
    transition: 0.3s;
  }
  .promo-list__item:hover, .promo-list__item:focus {
    background: rgba(0, 0, 0, 0.5);
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
  .promo-list__item:hover .promo-list__title, .promo-list__item:focus .promo-list__title {
    color: #00ade5;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .promo-list__item:hover .promo-list__button, .promo-list__item:focus .promo-list__button {
    padding: 22px 50px;
    width: 100%;
    max-width: 350px;
    height: 55px;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    margin: auto;
    background: #00ade5;
    text-transform: uppercase;
    color: white;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .promo-list__item:hover .promo-list__button, .promo-list__item:focus .promo-list__button {
    padding: 25px 80px;
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .promo-list__item:hover .promo-list__button--small, .promo-list__item:focus .promo-list__button--small {
    padding: 15px 50px;
    width: 230px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .promo-list__item:hover .promo-list__button--small, .promo-list__item:focus .promo-list__button--small {
    padding: 15px 75px;
  }
}
@media only screen and (min-width: 992px) {
  .promo-list__item:hover .promo-list__image g, .promo-list__item:hover .promo-list__image path, .promo-list__item:focus .promo-list__image g, .promo-list__item:focus .promo-list__image path {
    stroke: #00ade5;
  }
  .promo-list__item:hover .promo-list__image--small g, .promo-list__item:hover .promo-list__image--small path, .promo-list__item:focus .promo-list__image--small g, .promo-list__item:focus .promo-list__image--small path {
    fill: #00ade5;
    stroke: none;
  }
  .promo-list__item:nth-child(3n-2) {
    animation-delay: 0.2s;
  }
  .promo-list__item:nth-child(3n-1) {
    animation-delay: 0.4s;
  }
  .promo-list__item:nth-child(3n) {
    animation-delay: 0.6s;
  }
}
@media only screen and (min-width: 992px) {
  .promo-list__item--small {
    padding: 130px 15px 230px;
  }
}
.promo-list__item--small .promo-list__helper {
  bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .promo-list__item:nth-child(even) {
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.promo-list__item .text-box {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .promo-list__item .text-box {
    max-width: 420px;
    min-height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .promo-list__item .text-box--xsmall {
    max-width: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .promo-list__item .text-box--xsmall {
    min-height: 120px;
  }
}
.promo-list__title {
  display: block;
  z-index: 1;
  color: #00ade5;
  padding: 0 0 25px;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 768px) {
  .promo-list__title {
    color: #7fe0ff;
  }
}
@media only screen and (min-width: 992px) {
  .promo-list__title {
    transition: 0.3s;
    font-size: 1.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.promo-list__title--small {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .promo-list__title--small {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.promo-list__image {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .promo-list__image {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-list__image {
    height: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .promo-list__image {
    margin: 0 0 40px;
  }
}
.promo-list__image g, .promo-list__image path {
  stroke: #00ade5;
}
@media only screen and (min-width: 768px) {
  .promo-list__image g, .promo-list__image path {
    stroke: #7fe0ff;
  }
}
@media only screen and (min-width: 992px) {
  .promo-list__image g, .promo-list__image path {
    transition: 0.3s;
  }
}
.promo-list__image--small {
  height: 80px;
}
.promo-list__image--small g, .promo-list__image--small path {
  fill: #00ade5;
  stroke: none;
}
@media only screen and (min-width: 768px) {
  .promo-list__image--small g, .promo-list__image--small path {
    fill: #7fe0ff;
  }
}
@media only screen and (min-width: 992px) {
  .promo-list__helper {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.promo-list__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 15px;
  border-radius: 5px;
  background: #00ade5;
  color: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 140%;
  width: 250px;
  max-width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .promo-list__button {
    display: inline;
    font-size: 0;
    padding: 2px 50px;
    width: 200px;
    height: 4px;
    color: #00ade5;
    transition: 0.3s 0s;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .promo-list__button {
    padding: 2px 80px;
  }
}

@media only screen and (min-width: 992px) {
  .promo-list__button--small {
    padding: 1px 25px;
    width: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .promo-list__button--small {
    padding: 1px 35px;
  }
}

.section--white .promo-list__item:hover, .section--white .promo-list__item:focus {
  background: transparent;
  border: none;
}

.features {
  text-align: center;
}

.features-list {
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .features-list {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 992px) {
  .features-list__item {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .features-list__item {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .features-list__item {
    padding: 0 80px;
  }
}
.features-list__title {
  display: block;
}
.features-list__info {
  display: block;
}
.features-list__photo {
  display: flex;
  margin: 0 0 20px 0;
  max-width: none;
  height: 50px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .features-list__photo {
    height: 80px;
  }
}
.features-list__photo img {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .features-list__photo img {
    max-height: 100%;
  }
}
.features-list .slider__button {
  position: absolute;
  top: 0;
  height: 125px;
}
@media only screen and (min-width: 992px) {
  .features-list .slider__button {
    width: 210px;
    height: 300px;
  }
}
.features-list .slider__button--prev {
  left: 0;
}
.features-list .slider__button--next {
  right: 0;
}
@media only screen and (max-width: 991px) {
  .features-list .slider__dots {
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .features-list .slider__dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    text-align: center;
  }
}
.features-list .slider__dots li {
  margin: 0 3px;
}
.features-list .slider__dots button {
  padding: 12px 0;
  width: auto;
  height: auto;
}
.features-list .slider__dots button:before {
  margin: 0;
  width: 30px;
  height: 2px;
  border-radius: 0;
}
.features-list .slider__box,
.features-list .slider__cycle,
.features-list .slick-track,
.features-list .slick-list {
  height: 100%;
}
.features-list .slick-track {
  display: inline-block;
}

.testimonials-list {
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .testimonials-list {
    padding: 0;
  }
}
.testimonials-list__item {
  text-align: left;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  .testimonials-list__item {
    padding: 100px 0;
  }
}
.testimonials-list__title {
  display: block;
}
.testimonials-list__info {
  display: block;
}
@media only screen and (max-width: 767px) {
  .testimonials-list__info {
    font-size: 0.875em;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials-list__info {
    margin-right: 65px;
  }
}
.testimonials-list__photo {
  margin: 0 0 20px 0;
  max-width: none;
}
.testimonials-list__photo img {
  margin: 0 auto;
}
.testimonials-list__nav {
  border: 0;
}
@media only screen and (max-width: 991px) {
  .testimonials-list__nav {
    margin: 20px auto 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-list__nav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.testimonials-list__nav li a {
  color: black;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: 0.2s 0s;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (max-width: 767px) {
  .testimonials-list__nav li a {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-list__nav li a {
    margin-right: 30px;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.testimonials-list__nav li a:hover, .testimonials-list__nav li a:focus {
  background: transparent;
  color: #007399;
}
.testimonials-list__nav li.active a {
  color: #00ade5;
  background: transparent;
  border: 0;
}
.testimonials-list__nav li.active a:hover, .testimonials-list__nav li.active a:focus {
  background: transparent;
  color: #00ade5;
  border: 0;
}
.testimonials-list__nav li .icon {
  font-size: 2.25em;
  margin: 0 0 10px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .testimonials-list__nav li .icon {
    font-size: 1.125em;
    float: left;
    font-size: 1.75em;
    margin: -5px 3px 0 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-list__nav li .icon {
    margin: -5px 10px 0 0;
  }
}

.testimonial {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonial--big {
  max-width: 100%;
}
.testimonial__profile {
  background: white;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  max-width: 280px;
}
@media only screen and (min-width: 768px) {
  .testimonial__profile {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__profile {
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial__profile {
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial__profile--big {
    max-width: 450px;
    width: 100%;
  }
}
.testimonial__photo {
  width: 100%;
}
.testimonial__title {
  text-align: center;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .testimonial__title {
    margin-bottom: 40px;
  }
}
.testimonial__name {
  margin: 0;
}

.testimonial-slider__card {
  background: #fff;
  padding: 40px 30px 60px;
}
@media only screen and (min-width: 992px) {
  .testimonial-slider__card {
    padding: 80px 120px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonial-slider__wrapper {
  max-width: 640px;
  margin: 0 auto;
}
.testimonial-slider__avatar {
  display: block;
  align-items: center;
  margin: 0 auto;
}
.testimonial-slider__avatar-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .testimonial-slider__avatar-info {
    padding-left: 25px;
  }
}
.testimonial-slider__content {
  text-align: center;
}
.testimonial-slider__content p {
  color: #000;
  line-height: 2.11;
}
@media only screen and (min-width: 992px) {
  .testimonial-slider__content p {
    font-size: 1.125em;
  }
}
.testimonial-slider__photo {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  border-radius: 200px;
  overflow: hidden;
}
.testimonial-slider__name {
  display: block;
  letter-spacing: 1px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  color: #333333;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) {
  .testimonial-slider__name {
    font-size: 0.875em;
  }
}
.testimonial-slider__position {
  display: block;
  letter-spacing: 1px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .testimonial-slider__position {
    font-size: 0.875em;
  }
}
.testimonial-slider .slider__dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .testimonial-slider .slider__dots {
    bottom: -42.5px;
  }
}

.testimonial-section__nav {
  display: flex;
  margin: 0 0 30px;
  justify-content: center;
}
.testimonial-section__li:first-child {
  margin-right: 10px;
}
.testimonial-section__li:last-child {
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .simple-news-list {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .simple-news-list .animated:nth-child(0) {
    animation-delay: 0s;
  }
  .simple-news-list .animated:nth-child(1) {
    animation-delay: 0.2s;
  }
  .simple-news-list .animated:nth-child(2) {
    animation-delay: 0.4s;
  }
  .simple-news-list .animated:nth-child(3) {
    animation-delay: 0.6s;
  }
  .simple-news-list .animated:nth-child(4) {
    animation-delay: 0.8s;
  }
  .simple-news-list .animated:nth-child(5) {
    animation-delay: 1s;
  }
  .simple-news-list .animated:nth-child(6) {
    animation-delay: 1.2s;
  }
}
.simple-news-list__item {
  background: white;
  border-radius: 5px;
  box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px 50px;
}
@media only screen and (min-width: 992px) {
  .simple-news-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 45px 60px;
  }
}
.simple-news-list__image {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .simple-news-list__image {
    width: 128px;
    margin-right: 50px;
  }
}
.simple-news-list__image img, .simple-news-list__image svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .simple-news-list__content {
    flex: 1;
  }
}
.simple-news-list__subheading {
  display: block;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: black;
  opacity: 0.4;
  margin-bottom: 15px;
}

.news-list__item {
  position: relative;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .news-list__item {
    margin: 0 0 30px;
  }
}
.news-list__item:last-of-type {
  margin-bottom: 0;
}
.news-list__item--featured {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 992px) {
  .news-list__item--featured {
    height: 100%;
    margin-bottom: 0 !important;
  }
}
.news-list__item--featured .news-list__box {
  margin-left: 0;
  padding: 20px 15px 50px;
}
.news-list__item--featured .news-list__box .text-box {
  color: #606060;
}
@media only screen and (min-width: 992px) {
  .news-list__item--featured .news-list__box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 20px 40px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .news-list__item--featured .heading {
    margin: 0 0 10px;
  }
}
.news-list__item--featured .news-list__photo {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
  height: 140px;
}
@media only screen and (min-width: 768px) {
  .news-list__item--featured .news-list__photo {
    height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .news-list__item--featured .news-list__photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 140px;
    height: auto;
  }
}
.news-list__photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .news-list__photo {
    width: 190px;
  }
}
@media only screen and (min-width: 1600px) {
  .news-list__photo {
    width: 230px;
  }
}
.news-list__helper {
  height: 100%;
  overflow: hidden;
}
.news-list__box {
  background: white;
  margin-left: 120px;
  padding: 10px 15px;
  min-height: 110px;
}
@media only screen and (min-width: 992px) {
  .news-list__box {
    margin-left: 190px;
    padding: 20px 25px;
    min-height: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .news-list__box {
    margin-left: 230px;
    min-height: 170px;
  }
}
.news-list__title {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 992px) {
  .news-list__title {
    -webkit-line-clamp: 2;
    transition: 0.3s;
  }
}
.news-list__link {
  display: block;
}
@media only screen and (min-width: 992px) {
  .news-list__link:hover .news-list__title, .news-list__link:focus .news-list__title {
    color: #E8213D;
  }
}

.category-list {
  margin: 0 !important;
}
@media only screen and (min-width: 992px) {
  .category-list {
    float: right;
  }
}

.news-item {
  position: relative;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .news-item {
    height: 100%;
  }
}
.news-item--featured {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .news-item--featured {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .news-item--featured .meta {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .news-item--featured .news-item__title {
    margin-bottom: 0;
  }
}
.news-item--featured .news-item__content {
  margin-left: 110px;
}
@media only screen and (min-width: 992px) {
  .news-item--featured .news-item__content {
    margin-left: 520px;
    padding: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .news-item--featured .news-item__content {
    min-height: 400px;
  }
}
.news-item--featured .news-item__photo {
  width: 110px;
}
@media only screen and (min-width: 992px) {
  .news-item--featured .news-item__photo {
    width: 520px;
  }
}
.news-item--featured .text-box {
  margin-bottom: 30px;
}
.news-item__photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 110px;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .news-item__photo {
    width: 230px;
  }
}
.news-item__wrapper {
  height: 100%;
  overflow: hidden;
}
.news-item__content {
  min-height: 110px;
  margin-left: 110px;
  padding: 10px 20px;
}
@media only screen and (min-width: 992px) {
  .news-item__content {
    min-height: 170px;
    margin-left: 230px;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1921px) {
  .news-item__content {
    padding: 30px 35px 30px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .news-item__title {
    line-height: 150%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
@media only screen and (min-width: 992px) {
  .news-item__title {
    transition: 0.3s;
  }
}
@media only screen and (min-width: 992px) {
  .news-item__link:hover .news-item__title, .news-item__link:focus .news-item__title {
    color: #00ade5;
  }
}
.news-item__taglink {
  margin: 0 25px 0 0;
}
.news-item__taglink:last-of-type {
  margin-right: 0;
}

.article {
  padding: 40px 20px;
  background: white;
  margin-bottom: 40px;
  border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .article {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .article {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.article:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .article .news-item__tags {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
}

.countries-modal .modal__container {
  background-image: url(../../img/world-map.jpg);
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  border-bottom: 10px solid #00ade5;
}
.countries-modal .modal__header {
  padding: 55px 15px 0;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .countries-modal .modal__header {
    padding: 80px 180px 30px 180px;
  }
}
.countries-modal .modal__header .text-box {
  color: #606060;
}
.countries-modal .modal__content {
  background: transparent;
}

.country-list {
  max-width: 800px;
  margin: 0 auto;
}
.country-list__item {
  position: relative;
  padding: 0 0 40px 20px;
}
@media only screen and (min-width: 992px) {
  .country-list__item {
    padding: 0 0 50px 25px;
  }
}
.country-list__item .icon {
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  left: 0;
}
.country-list__item .heading {
  color: #333333;
  margin-bottom: 2px;
}
.country-list__item a {
  color: #606060;
}

.select-delivery-supplier-modal__section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (min-width: 992px) {
  .select-delivery-supplier-modal__section {
    padding-top: 55px;
  }
}
.select-delivery-supplier-modal__section:last-child {
  border-bottom: 0;
}
.select-delivery-supplier-modal__info {
  position: relative;
  padding-left: 35px;
}
@media only screen and (min-width: 992px) {
  .select-delivery-supplier-modal__info {
    width: 335px;
    max-width: 100%;
  }
}
.select-delivery-supplier-modal__info .heading {
  position: relative;
  margin-bottom: 10px;
}
.select-delivery-supplier-modal__info .heading:before {
  content: '\e90a';
  font-family: icomoon;
  position: absolute;
  left: -35px;
  color: #00ade5;
}
.select-delivery-supplier-modal__info .text-box {
  line-height: 160%;
}
@media only screen and (max-width: 767px) {
  .select-delivery-supplier-modal__fields {
    margin-top: 20px;
    padding-left: 35px;
  }
}
.select-delivery-supplier-modal .modal__container {
  width: 1069px;
  max-width: 100%;
  border-radius: 4px;
  border-bottom: 10px solid #00ade5;
}
.select-delivery-supplier-modal .modal__header {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 992px) {
  .select-delivery-supplier-modal .modal__content {
    padding-bottom: 60px;
  }
}

.overview__heading:before {
  content: '';
  margin: 0 0 30px;
  display: block;
  background: #00ade5;
  width: 150px;
  height: 3px;
}
@media only screen and (min-width: 992px) {
  .overview__heading:before {
    margin: 0 0 60px;
    width: 300px;
  }
}

.faqs {
  list-style: none;
}
.faqs__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .faqs__item {
    padding: 25px 0;
  }
}
.faqs__item:first-child {
  padding-top: 0;
}
.faqs__item:last-child {
  margin-bottom: 0;
}
.faqs__item__heading {
  display: block;
  overflow: hidden;
  color: black;
  line-height: 150%;
  opacity: 1;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .faqs__item__heading {
    line-height: 160%;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.faqs__link {
  display: block;
}
@media only screen and (min-width: 992px) {
  .faqs__link {
    transition: all 0.2s;
  }
}
.faqs__link:before {
  display: block;
  float: right;
  margin-right: -30px;
  width: 12px;
  height: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: '';
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 991px) {
  .faqs__link:before {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .faqs__link:before {
    width: 18px;
    height: 18px;
    transition: 0.3s 0s;
  }
}
.faqs__link.collapsed {
  color: black;
  padding-top: 0;
}
.faqs__link.collapsed:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .faqs__link.collapsed:hover, .faqs__link.collapsed:focus {
    opacity: 1;
  }
}
.faqs__content {
  overflow: hidden;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .faqs__content {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .faqs__content {
    width: 700px;
    max-width: 100%;
  }
}
.faqs__content .text-box p {
  line-height: 150%;
}
@media only screen and (min-width: 992px) {
  .faqs__content .text-box p {
    line-height: 160%;
  }
}

@media only screen and (min-width: 992px) {
  .login-modal {
    width: 500px;
    border-bottom: 5px solid #00ade5;
    background: white;
    transition: 0.1s 0s border-bottom, 0.25s 0s max-height ease-out;
  }
}
@media only screen and (min-width: 992px) {
  .login-modal__helper {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .login-modal__helper {
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .login-modal__helper {
    padding: 50px 60px;
  }
}

.section--grey {
  background: #1e2022;
}

.section--very-light-grey {
  background: #f2f5f8;
}

.section--light {
  background: #f2f5f8;
}

.section--main {
  background: #00ade5;
  color: white;
}
.section--main .heading {
  color: inherit;
}

.section--white {
  background: white;
}

.side-menu {
  display: block;
  padding: 15px;
  background: white;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .side-menu {
    padding: 40px;
  }
}
.side-menu--floating {
  margin-top: -90px;
}
@media only screen and (min-width: 992px) {
  .side-menu--floating {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1600px) {
  .side-menu--floating {
    margin-top: -200px;
  }
}
.side-menu__header {
  color: black;
}
@media only screen and (max-width: 991px) {
  .side-menu__header {
    margin: 0 0 15px;
  }
}
.side-menu__list {
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .side-menu__list {
    padding-top: 20px;
  }
}
.side-menu__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) {
  .side-menu__item {
    margin-bottom: 15px;
  }
}
.side-menu__item:last-child {
  margin-bottom: 0;
}
.side-menu__item:before {
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  content: '\e90a';
  color: #aaaaaa;
  font-family: 'icomoon' !important;
  font-size: 0.5em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 992px) {
  .side-menu__item:before {
    font-size: 0.563em;
  }
}
@media only screen and (min-width: 1600px) {
  .side-menu__item:before {
    font-size: 0.625em;
  }
}
.side-menu__item--active:before {
  color: black;
}
.side-menu__item--active .side-menu__link {
  color: black;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .side-menu__item--active .side-menu__link {
    font-size: 0.933em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
@media only screen and (min-width: 1600px) {
  .side-menu__item--active .side-menu__link {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.side-menu__link {
  color: #606060;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .side-menu__link {
    font-size: 0.933em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    transition: 0.2s all;
  }
  .side-menu__link:not(span):hover, .side-menu__link:not(span):focus {
    color: #00ade5;
  }
}
@media only screen and (min-width: 1600px) {
  .side-menu__link {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.default-tabs-nav {
  display: block;
  list-style: none;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .default-tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0 -18px 30px 0;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1600px) {
  .default-tabs-nav {
    margin: 0 0 50px;
  }
}
.default-tabs-nav:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .default-tabs-nav--scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.default-tabs-nav--scrollable .default-tabs-nav__link {
  white-space: nowrap;
}
.default-tabs-nav__item {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .default-tabs-nav__item {
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .default-tabs-nav__item {
    margin-right: 40px;
  }
}
.default-tabs-nav__item.active .default-tabs-nav__link {
  color: #00ade5;
}
.default-tabs-nav__item.active .default-tabs-nav__link:after {
  width: 100%;
}
.default-tabs-nav__item .meta {
  line-height: 100%;
}
@media only screen and (max-width: 991px) {
  .default-tabs-nav__item .meta {
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.default-tabs-nav__link {
  position: relative;
  display: inline-block;
  color: #000;
  padding: 10px 0;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .default-tabs-nav__link {
    padding: 15px 3px 18px;
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
    transition: all 0.2s;
  }
  .default-tabs-nav__link:hover, .default-tabs-nav__link:focus {
    cursor: pointer;
    color: #00ade5;
  }
  .default-tabs-nav__link:hover:after, .default-tabs-nav__link:focus:after {
    width: 100%;
  }
}
.default-tabs-nav__link:before, .default-tabs-nav__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
@media only screen and (min-width: 992px) {
  .default-tabs-nav__link:before, .default-tabs-nav__link:after {
    height: 3px;
    transition: all 0.2s;
  }
}
.default-tabs-nav__link:before {
  background: black;
  width: 100%;
  z-index: 0;
}
.default-tabs-nav__link:after {
  background: #00ade5;
  width: 0%;
  z-index: 1;
}

.client-logo {
  text-align: center;
  margin-top: -10px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 991px) {
  .client-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .client-logo {
    margin-bottom: -40px;
  }
}
.client-logo__item {
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
}
@media only screen and (max-width: 991px) {
  .client-logo__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 20px);
  }
}

.tab-news {
  margin: -30px 0;
}
@media only screen and (min-width: 992px) {
  .tab-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.tab-news__item {
  display: block;
  padding: 25px;
  background: #fff;
  width: 300px;
  max-width: 100%;
  margin: 30px auto;
}
@media only screen and (min-width: 992px) {
  .tab-news__item {
    padding: 30px;
    margin: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-news__item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.tab-news__photo {
  margin-bottom: 20px;
}
.tab-news__photo:last-child {
  margin-bottom: 0;
}
.tab-news__info {
  margin-bottom: 30px;
}
.tab-news__info:last-child {
  margin-bottom: 0;
}
.tab-news__date {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 1.5;
  margin-bottom: 10px;
}
.tab-news__date:last-child {
  margin-bottom: 0;
}
.tab-news__heading {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: 1.57;
  margin: 0;
}
.tab-news__button {
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 18px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .tab-news__button {
    transition: all 0.2s;
  }
  .tab-news__button:hover, .tab-news__button:focus {
    color: #00ade5;
  }
  .tab-news__button:hover:before, .tab-news__button:focus:before {
    border-color: #00ade5;
  }
}
.tab-news__button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid black;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .tab-news__button:before {
    width: 7px;
    height: 7px;
    transition: all 0.2s;
  }
}

.big-accordion__item {
  border-bottom: solid 1px #979797;
}
.big-accordion__item:first-child {
  border-top: solid 1px #979797;
}
.big-accordion__heading {
  padding: 15px 0 15px 55px;
}
@media only screen and (min-width: 992px) {
  .big-accordion__heading {
    padding: 30px 0 30px 55px;
  }
}
.big-accordion__content {
  padding: 0 0 50px 55px;
}
@media only screen and (min-width: 992px) {
  .big-accordion__content .text-box p, .big-accordion__content .text-box li {
    line-height: 1.63;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.big-accordion__link {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  line-height: 2.25;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .big-accordion__link {
    font-size: 1.25em;
  }
}
.big-accordion__link:not(.collapsed) {
  color: #00ade5;
}
.big-accordion__link:not(.collapsed):before {
  color: #00ade5;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.big-accordion__link:before {
  content: '\e90b';
  font-family: 'icomoon';
  display: block;
  text-align: center;
  color: #979797;
  position: absolute;
  right: 100%;
  width: 55px;
  transition: 0.2s;
}

.circle-blob__list {
  margin: -5px -5px 0;
}
.circle-blob__list:after {
  display: block;
  clear: both;
  content: '';
}
@media only screen and (min-width: 992px) {
  .circle-blob__list {
    margin: -10px -35px 0;
  }
}
.circle-blob__item {
  float: left;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  color: #fff;
  width: 135px;
  height: 135px;
  margin-right: calc((100% - (135px * 2)) / 4);
  margin-left: calc((100% - (135px * 2)) / 4);
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .circle-blob__item {
    width: 155px;
    height: 155px;
    margin-right: calc((100% - (155px * 2)) / 4);
    margin-left: calc((100% - (155px * 2)) / 4);
  }
}
@media only screen and (min-width: 992px) {
  .circle-blob__item {
    width: 172px;
    height: 172px;
    margin-right: calc((100% - (172px * 2)) / 4);
    margin-left: calc((100% - (172px * 2)) / 4);
  }
}
.circle-blob__item-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .circle-blob__item-wrapper {
    padding: 10px 15px;
  }
}
.circle-blob__illust {
  margin-bottom: 15px;
}
.circle-blob__illust:last-child {
  margin-bottom: 0;
}
.circle-blob__text {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: 1.25;
}
@media only screen and (min-width: 992px) {
  .circle-blob__text {
    font-size: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .content-step__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.content-step__item {
  text-align: center;
  margin-bottom: 25px;
}
.content-step__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content-step__item {
    margin: 0 7.5px;
  }
}
.content-step__content-area {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .content-step__content-area {
    margin-bottom: 70px;
  }
}
.content-step__content-area:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .content-step__content-area .text-box {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-step__info {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .content-step__info {
    margin-bottom: 25px;
  }
}
.content-step__info:last-child {
  margin-bottom: 0;
}
.content-step__number {
  display: block;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  color: #00ade5;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .content-step__number {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.content-step__number:last-child {
  margin-bottom: 0;
}
.content-step__text {
  display: block;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .content-step__text {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.content-step__illust .photo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .content-step__illust .photo {
    height: 110px;
  }
}

.category-header.section {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 25px 0;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .category-header--order {
    display: flex;
    flex-direction: column-reverse;
  }
}
.category-header .breadcrumbs {
  border-bottom-color: rgba(0, 0, 0, 0.025);
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .category-header .breadcrumbs {
    margin-bottom: 16px;
  }
}

.category__heading {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.filter-list {
  padding: 0 0 15px 0;
  list-style: none;
}
.filter-list__link {
  display: block;
  padding: 5px 0;
  width: 100%;
  border: none;
  background: none;
  color: inherit;
  text-align: left;
  text-transform: uppercase;
  line-height: 120%;
  opacity: 0.85;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .filter-list__link {
    transition: 0.2s;
  }
  .filter-list__link:hover, .filter-list__link:focus {
    opacity: 1;
  }
}
.filter-list__link--active {
  width: 100%;
  opacity: 1;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .filter-list__link--active {
    font-size: 0.813em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.filter-list__link--active:before {
  float: right;
  margin: 3px 0 0 0;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-box-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 992px) {
  .filter-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

.filter-box {
  float: left;
}
@media only screen and (min-width: 992px) {
  .filter-box {
    flex: 1;
    float: none;
  }
}
.filter-box.filter-livestock-type {
  float: none;
}
@media only screen and (max-width: 991px) {
  .filter-box.filter-livestock-type {
    margin-bottom: 20px;
  }
}
.filter-box.filter-livestock-type .filter-option {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .filter-box.filter-livestock-type .filter-option {
    flex: 1;
    margin: 0 5px;
  }
  .filter-box.filter-livestock-type .filter-option:first-child {
    margin-left: 0;
  }
  .filter-box.filter-livestock-type .filter-option:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .filter-box.filter-livestock-type .filter-option__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.filter-box.filter-livestock-type .filter-option__container {
  color: #919191;
}
@media only screen and (max-width: 767px) {
  .filter-box.filter-livestock-type .filter-option__container {
    width: 100%;
  }
}
.filter-box.filter-livestock-type .filter-option__text {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.filter-box.filter-livestock-type .filter-option__text img {
  margin-bottom: 2px;
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .filter-box.filter-livestock-type .filter-option__text img {
    width: 45px;
  }
}
.filter-box.filter-livestock-type .filter-option__text span {
  color: black;
}
.filter-box.filter-livestock-type .filter-option__input:checked + .filter-option__container {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.filter-box.filter-sort-by {
  max-width: calc(100% - 100px);
}
@media only screen and (min-width: 992px) {
  .filter-box.filter-sort-by {
    max-width: 325px;
  }
}
.filter-box.filter-list-style {
  float: right;
  max-width: 85px;
}
@media only screen and (min-width: 1200px) {
  .filter-box.filter-list-style {
    float: none;
    max-width: 161px;
  }
}
.filter-box__label {
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 1200px) {
  .filter-box__label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.filter-option {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.filter-option .filter-option__container {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .filter-option .filter-option__container {
    width: 80px;
    height: 70px;
  }
}
.filter-option--small .filter-option__container {
  width: 40px;
  height: 40px;
}
.filter-option__wrapper {
  display: inline-block;
}
.filter-option__wrapper--grouped .filter-option__container {
  border-radius: 0;
}
.filter-option__wrapper--grouped .filter-option:first-child .filter-option__container {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.filter-option__wrapper--grouped .filter-option:last-child .filter-option__container {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.filter-option__input {
  position: absolute;
  opacity: 0;
}
.filter-option__input:checked + .filter-option__container {
  color: #00ade5;
  border-color: #00ade5;
}
.filter-option__container {
  display: block;
  background: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  text-align: center;
  color: #919191;
}
.filter-option__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.filter-option__text span {
  display: block;
  letter-spacing: 0.05em;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  text-transform: uppercase;
  color: #919191;
}
.filter-option__text img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.filter-toggle {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.filter-toggle .icon {
  position: relative;
  margin: 0 3px 0 0;
}
.filter-toggle:after {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: 20px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  pointer-events: none;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.filter-bar {
  position: relative;
  z-index: 1;
  text-align: right;
}

.product.section {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .product.section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.product__general-title, .product-grid__title {
  display: block;
  color: #333333;
  text-transform: capitalize;
  line-height: 160%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .product__general-title, .product-grid__title {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
@media only screen and (min-width: 992px) {
  .product__title {
    margin: 0 0 10px 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .product__title:last-child {
    margin: 0 0 30px 0 !important;
  }
}
.product__code {
  display: block;
  color: #606060;
  line-height: 160%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.product__description .text-box {
  line-height: 170%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .product__description .text-box {
    padding: 0 0 30px 0;
    line-height: 210%;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.product__description .text-box p {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.product__sku {
  display: block;
  color: #00ade5;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .product__sku {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product__title + .product__sku {
    margin-top: -15px;
  }
}
.product__subheading {
  display: block;
  margin: 0 0 10px 0;
}
.product__label {
  display: inline-block;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  border: 2px solid #606060;
  background: #fff;
  color: #333333;
  text-transform: uppercase;
  padding: 4px 2.5px;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  min-width: 60px;
  line-height: 70%;
  margin-right: 3px;
}
@media only screen and (min-width: 992px) {
  .product__label {
    font-size: 0.563em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    min-width: 80px;
  }
}
.product__label:last-child {
  margin-right: 0;
}
.product__label--green {
  border-color: #6dcf7c;
}
.product__label--red {
  border-color: #cf6d6d;
}
.product__label--nlis {
  border-color: #023D7F;
}
.product__price-container {
  float: right;
}
.product__price-wrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .product__price-wrapper {
    margin-top: 25px;
  }
}
.product__price {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .product__price {
    font-size: 1.375em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.product__currency {
  display: inline-block;
  color: #606060;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  margin-left: 12.5px;
}
.product__extra-info__content {
  margin-top: 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .product__extra-info__content {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.product__extra-info__content .text-box--small {
  color: #606060;
}
.product__extra-info__content .text-box--small li {
  padding: 0 0 2.5px 20px;
}
.product__extra-info__content .text-box--small li:before {
  margin-left: -20px;
}
.product .breadcrumbs {
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .product .breadcrumbs {
    margin: -10px 0 10px 0;
    text-align: left;
  }
}

.product-options__button {
  margin: 0 0 10px 0;
}

.product-notice {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product-notice {
    padding: 20px 30px;
  }
}
.product-notice__icon {
  display: inline-block;
  vertical-align: middle;
  color: #00ade5;
  font-size: 1.75em;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) {
  .product-notice__icon {
    margin-right: 50px;
  }
}
.product-notice__text {
  display: inline-block;
  vertical-align: middle;
}

.product-gallery__zoom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: none;
  border: none;
}
@media only screen and (max-width: 991px) {
  .product-gallery__zoom {
    padding: 6px 12px;
  }
  .product-gallery__zoom .icon {
    top: -13px;
    display: block;
    margin: 0 auto;
    font-size: 1.75em;
  }
  .product-gallery__zoom span {
    position: relative;
    top: 18px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.product-gallery-stage {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .product-gallery-stage {
    border: solid 1px #e4e4e4;
  }
}
.product-gallery-stage:before, .product-gallery-stage:after {
  position: absolute;
  z-index: -1;
  margin-left: 100%;
  content: "";
  opacity: 0;
  transition: 0.3s 0s opacity ease-in-out, 0s 0.3s z-index, 0s 0.3s margin-left;
}
.product-gallery-stage:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.6);
}
.product-gallery-stage:after {
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(../../img/oval.svg) center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-gallery-stage--loading:before, .product-gallery-stage--loading:after {
  z-index: 1000;
  margin-left: 0;
  opacity: 1;
  transition: 0.3s 0s opacity ease-in-out;
}
.product-gallery-stage .photo {
  max-width: none;
}
.product-gallery-stage .photo__image {
  width: 100%;
}

.product-gallery-list {
  margin: 20px 0 0 0;
  list-style: none;
  display: none;
}
.product-gallery-list:after {
  display: block;
  clear: both;
  content: '';
}
@media only screen and (min-width: 992px) {
  .product-gallery-list {
    display: block;
    margin: 10px -10px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .product-gallery-list {
    margin: 20px -10px 0 0;
  }
}
.product-gallery-list__item {
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
  width: 65px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .product-gallery-list__item {
    margin: 0 10px 10px 0;
    min-width: calc(25% - 85px);
  }
}
@media only screen and (min-width: 992px) {
  .product-gallery-list__item {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .product-gallery-list__item {
    margin: 0 20px 20px 0;
    min-width: calc(25% - 85px);
    padding: 13px;
  }
}
.product-gallery-list__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .product-gallery-list__item--auto {
    border: 2px solid #e4e4e4;
    margin: 0 10px 10px 0;
    width: calc(25% - 10px);
  }
}
.product-gallery-list__item--gallery:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.product-gallery-list__item--gallery:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid white;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
  .product-gallery-list__item--gallery:after {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 20px;
  }
}

.button-360 {
  display: block;
  padding: 0;
  padding: 0 5px;
  width: 40px;
  height: 40px;
  border: 2px solid #141414;
  background: #333333;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .button-360 {
    width: 95px;
    height: 60px;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.button-360 .icon {
  display: block;
  margin: 0 0 5px 0;
  font-size: 3em;
}

.product-grid {
  overflow: hidden;
  padding-top: 10px;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .product-grid.xs-1 .product-grid__item {
    width: 100%;
  }
  .product-grid.xs-2 .product-grid__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .product-grid.sm-1 .product-grid__item {
    width: 100%;
  }
  .product-grid.sm-2 .product-grid__item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .product-grid {
    margin: 0 -15px;
  }
  .product-grid.md-2 .product-grid__item {
    width: 50%;
  }
  .product-grid.md-3 .product-grid__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-grid.lg-2 .product-grid__item {
    width: 50%;
  }
  .product-grid.lg-3 .product-grid__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1600px) {
  .product-grid.xl-3 .product-grid__item {
    width: 33.33%;
  }
  .product-grid.xl-4 .product-grid__item {
    width: 25%;
  }
}
.product-grid__empty {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .product-grid__empty {
    padding: 80px 0;
  }
}
.product-grid--loading {
  min-height: 200px;
}
.product-grid--loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #f2f5f8;
  opacity: 0.5;
}
.product-grid--list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-grid--list .product-grid__item {
  float: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 10px;
  width: auto !important;
}
.product-grid--list .product-grid__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .product-grid--list .product-grid__link {
    padding: 10px 30px;
  }
}
.product-grid--list .product-grid__photo {
  float: left;
  margin: 0;
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .product-grid--list .product-grid__photo {
    max-width: 110px;
    padding-right: 30px;
  }
}
.product-grid--list .product-grid__content {
  position: relative;
  flex: 3;
  padding-left: 10px;
  padding-right: 90px;
  margin-bottom: 0;
  text-align: left;
}
.product-grid--list .product-grid__title {
  height: auto;
}
.product-grid--list .product-grid__favourite {
  position: absolute;
  top: 5px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .product-grid--list .product-grid__label-wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    flex: 1;
    padding-right: 45px;
  }
}
.product-grid--list .product-grid__price-wrapper {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 15px;
  right: 15px;
  padding-right: 0;
  max-width: 155px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .product-grid--list .product-grid__price-wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    flex: 1 0 155px;
    max-width: 155px;
  }
}
@media only screen and (min-width: 992px) {
  .product-grid--list .product-grid__action-wrapper {
    padding-left: 30px;
    display: block;
  }
}
.product-grid__item {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0 10px;
  color: #333333;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .product-grid__item {
    padding: 0 15px;
    margin: 0 0 30px 0;
  }
}
.product-grid__link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px 15px 40px;
  border: 1px solid transparent;
  background: white;
  color: inherit;
  border-radius: 5px;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 992px) {
  .product-grid__link {
    padding: 20px;
  }
  .product-grid__link:hover, .product-grid__link:focus {
    border-color: #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .product-grid__link:hover .photo .button, .product-grid__link:hover .photo .footer__button, .product-grid__link:focus .photo .button, .product-grid__link:focus .photo .footer__button {
    top: 50%;
    opacity: 1;
  }
}
.product-grid__link--small {
  padding: 15px 15px 15px;
}
@media only screen and (min-width: 992px) {
  .product-grid__link--small {
    padding: 20px;
  }
}
.product-grid__content {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product-grid__content {
    max-width: 63%;
    text-align: left;
    margin-bottom: 0px;
  }
}
.product-grid__content--fullwidth {
  max-width: 100%;
}
.product-grid__photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-grid__photo:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  content: '';
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 992px) {
  .product-grid__photo:after {
    transition: 0.2s 0s opacity;
  }
}
.product-grid__photo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-grid__heading {
  display: block;
  overflow: hidden;
  color: black;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 140%;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (max-width: 991px) {
  .product-grid__heading {
    height: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .product-grid__heading {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.product-grid__title {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 150%;
  height: 38px;
}
@media only screen and (min-width: 992px) {
  .product-grid__title {
    height: 52px;
  }
}
.product-grid__title--center {
  text-align: center;
}
.product-grid__price {
  display: block;
  color: black;
  margin-bottom: 6px;
  font-size: 0.875em;
  font-weight: 600;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .product-grid__price {
    float: right;
    clear: both;
    margin-bottom: 6px;
    font-size: 1em;
    font-weight: 600;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
@media only screen and (min-width: 1200px) {
  .product-grid__price {
    font-size: 1.125em;
    font-weight: 600;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.product-grid__price--old {
  text-decoration: line-through;
  color: #919191;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .product-grid__price--old {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.product-grid__price--from {
  color: black;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .product-grid__price--from {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.product-grid__price:last-child {
  margin-bottom: 0;
}
.product-grid__favourite {
  position: relative;
  top: -5px;
  float: right;
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  background: none;
}
@media only screen and (min-width: 992px) {
  .product-grid__favourite {
    width: 18px;
    height: 18px;
  }
}
.product-grid__extra {
  display: block;
  overflow: hidden;
  color: #606060;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 140%;
  font-size: 0.6em;
  font-weight: 300;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (max-width: 991px) {
  .product-grid__extra {
    height: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-grid__extra {
    margin-top: 2px;
    font-size: 0.6em;
    font-weight: 300;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.product-grid__price-wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product-grid__price-wrapper {
    bottom: 28px;
    left: auto;
    right: 20px;
    max-width: 20%;
    text-align: right;
  }
}
.product-grid__label-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .product-grid__label-wrapper {
    top: 10px;
    right: 10px;
  }
}
.product-grid__action-wrapper {
  display: none;
}

.products-slider {
  overflow: visible;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .card .products-slider {
    margin: 0 -40px;
  }
}
@media only screen and (max-width: 991px) {
  .card .products-slider .slider__button--prev {
    left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .card .products-slider .slider__button--next {
    right: 10px;
  }
}
.products-slider .product-grid__item {
  padding: 15px 10px;
}
@media only screen and (max-width: 991px) {
  .products-slider .product-grid__item {
    width: 200px;
  }
}
@media only screen and (min-width: 1600px) {
  .products-slider .product-grid__item {
    padding: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .products-slider .slider__cycle {
    margin: 0 -15px;
  }
}
.products-slider .slider__item {
  margin: 0;
}
.products-slider .slider__button {
  position: absolute;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .products-slider .slider__button {
    width: 10%;
  }
}
@media only screen and (min-width: 1600px) {
  .products-slider .slider__button {
    width: 6%;
  }
}
.products-slider .slider__button:before {
  top: 50%;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 992px) {
  .products-slider .slider__button:before {
    width: 35px;
    height: 35px;
    border-width: 2px 2px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .products-slider .slider__nav {
    position: absolute;
    width: 100%;
    top: 50%;
  }
}
.products-slider .slider__button--prev {
  left: -30px;
}
@media only screen and (min-width: 768px) {
  .products-slider .slider__button--prev {
    left: -10%;
  }
}
@media only screen and (min-width: 1600px) {
  .products-slider .slider__button--prev {
    left: -7%;
  }
}
.products-slider .slider__button--next {
  right: -30px;
}
@media only screen and (min-width: 768px) {
  .products-slider .slider__button--next {
    right: -10%;
  }
}
@media only screen and (min-width: 1600px) {
  .products-slider .slider__button--next {
    right: -7%;
  }
}

.products__in-store-only {
  display: block;
  background: #fff;
  color: #00ade5;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 23px 15px;
  text-align: center;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .products__in-store-only {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    padding: 27px 15px;
  }
}

.products-data-table .data-table__td {
  align-self: start;
  padding-top: 0;
  padding-bottom: 0;
}
.products-data-table__view-extra-info {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #00ade5;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .products-data-table__view-extra-info {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.products-data-table .products-data-table-helper__header-row {
  padding: 10px 10px 50px 10px;
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__header-row {
    padding: 0 30px;
  }
}
.products-data-table .products-data-table-helper__row {
  background: #fff;
  border-bottom: 0;
  border-radius: 5px;
  margin: 10px 0 0;
  border-bottom-color: #c8c8c8;
  padding: 10px 10px 50px 10px;
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__row {
    position: relative;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__row {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__row:first-child {
    margin-top: 15px;
  }
}
.products-data-table .products-data-table-helper__row:hover, .products-data-table .products-data-table-helper__row:focus {
  background: #fff;
}
.products-data-table .products-data-table-helper__row--loading {
  padding: 0 !important;
  overflow: hidden;
}
.products-data-table .products-data-table-helper__row--loading:nth-child(1n) .skeleton-loading {
  animation-delay: 0s;
}
.products-data-table .products-data-table-helper__row--loading:nth-child(2n) .skeleton-loading {
  animation-delay: 0.025s;
}
.products-data-table .products-data-table-helper__row--loading:nth-child(3n) .skeleton-loading {
  animation-delay: 0.05s;
}
.products-data-table .products-data-table-helper__row--loading:nth-child(4n) .skeleton-loading {
  animation-delay: 0.075s;
}
.products-data-table .products-data-table-helper__image {
  padding: 0;
  margin-right: 10px;
  flex: 1 0 55px;
  max-width: 55px;
  float: left;
}
@media only screen and (min-width: 375px) {
  .products-data-table .products-data-table-helper__image {
    flex: 1 0 60px;
    max-width: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__image {
    flex: 1 0 100px;
    max-width: 100px;
    padding: 0px 10px;
    margin-right: 0;
  }
}
.products-data-table .products-data-table-helper__info {
  padding: 0 50px 0 0;
}
@media only screen and (min-width: 375px) {
  .products-data-table .products-data-table-helper__info {
    padding: 0 100px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__info {
    align-self: center;
    padding: 17.5px 0 17.5px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__info .product__general-title, .products-data-table .products-data-table-helper__info .product-grid__title {
    font-size: 0.875em;
    line-height: 140%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__label {
    flex: 1 0 110px;
    max-width: 110px;
  }
}
.products-data-table .products-data-table-helper__qty {
  left: 75px;
}
@media only screen and (min-width: 375px) {
  .products-data-table .products-data-table-helper__qty {
    left: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__qty {
    position: absolute;
    bottom: 0px;
    width: 140px;
    padding: 0 0 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__qty {
    flex: 1 0 160px;
    max-width: 200px;
    left: 0;
    overflow: visible;
  }
}
.products-data-table .products-data-table-helper__qty .field__input, .products-data-table .products-data-table-helper__qty .selectize-control.single .selectize-input, .selectize-control.single .products-data-table .products-data-table-helper__qty .selectize-input {
  height: 26px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__qty .field__input, .products-data-table .products-data-table-helper__qty .selectize-control.single .selectize-input, .selectize-control.single .products-data-table .products-data-table-helper__qty .selectize-input {
    height: 37px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__qty .field--qty .field__control {
    max-width: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__unit-price {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__unit-price {
    flex: 1 0 130px;
    max-width: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__price {
    position: absolute;
    right: 15px;
    top: 35px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__price {
    flex: 1 0 170px;
    max-width: 170px;
  }
}
.products-data-table .products-data-table-helper__action {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__action {
    position: absolute;
    bottom: 20px;
    right: 10px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__action {
    flex: 1 0 190px;
    max-width: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .products-data-table .products-data-table-helper__button {
    font-size: 0.75em;
    padding: 0 10px;
    height: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__button {
    padding: 0 10px;
    height: 40px;
    width: 150px;
    font-size: 0.875em;
  }
}
.products-data-table .products-data-table-helper__button span {
  display: none;
}
@media only screen and (min-width: 375px) {
  .products-data-table .products-data-table-helper__button span {
    display: block;
  }
}
.products-data-table .products-data-table-helper__button .icon {
  display: inline-block;
}
@media only screen and (min-width: 375px) {
  .products-data-table .products-data-table-helper__button .icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .products-data-table .products-data-table-helper__info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
  }
}
.products-data-table .products-data-table-helper__info-wrapper-quantity {
  justify-content: center;
  flex-direction: column;
}
.products-data-table .products-data-table-helper__info-wrapper-quantity > .field--qty {
  width: 100%;
}
.products-data-table .products-data-table-helper__info-wrapper-unit-price {
  justify-content: space-between;
}
.products-data-table .products-data-table-helper__info-wrapper-price {
  justify-content: space-between;
}
.products-data-table__price {
  display: block;
  text-align: right;
  color: #333333;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .products-data-table__price {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.products-data-table__price:last-child {
  margin-bottom: 0;
}
.products-data-table__price--crossed {
  color: #919191;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  text-decoration: line-through;
}
@media only screen and (min-width: 992px) {
  .products-data-table__price--crossed {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.products-data-table__price--from {
  color: #919191;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .products-data-table__price--from {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.products-data-table__input-explanation {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: block;
  margin-top: 4px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .products-data-table__input-explanation {
    margin-top: 7.5px;
  }
}
.products-data-table__input-explanation:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .products-data-table .data-table__header .data-table__th {
    display: none;
  }
}
.products-data-table .field {
  margin-bottom: 0;
}

.related-products {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .related-products {
    padding: 40px 0;
  }
}
.related-products--card {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}

.steps-wrapper {
  text-align: center;
}

.steps {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.steps:after {
  content: '';
  width: 75%;
  display: inline-block;
  height: 1px;
  background: #dddddd;
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 30%;
}
@media only screen and (max-width: 767px) {
  .steps:after {
    top: 25%;
  }
}
.steps__item {
  float: left;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  color: #919191;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .steps__item {
    max-width: 100px;
    line-height: 120%;
  }
}
@media only screen and (min-width: 992px) {
  .steps__item {
    margin: 0 100px 0 0;
  }
}
.steps__item:last-child {
  margin-right: 0;
}
.steps__item span {
  font-size: 1.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  color: white;
  background: black;
  border-radius: 50%;
  padding: 15px 5px;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 25px;
  line-height: 100%;
}
@media only screen and (min-width: 992px) {
  .steps__item span {
    font-size: 2.5em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    padding: 16px 5px;
    width: 60px;
    height: 60px;
    transition: 0.3s;
  }
}
.steps__item--disable span {
  background: #dddddd;
}
.steps__link {
  text-transform: uppercase;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .steps__link:hover, .steps__link:focus {
    color: #00ade5;
  }
  .steps__link:hover span, .steps__link:focus span {
    background: #00ade5;
  }
}

.payment-tabs-nav {
  margin: 0 0 10px 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.payment-tabs-nav__item {
  background: #fff;
  border: 2px solid #e1e1e1;
  border-collapse: collapse;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
  flex-basis: 0;
}
@media only screen and (min-width: 992px) {
  .payment-tabs-nav__item {
    margin-right: 15px;
  }
}
.payment-tabs-nav__item:last-child {
  margin-right: 0;
}
.payment-tabs-nav__item.active {
  color: #00ade5;
  cursor: default;
  border-color: #00ade5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.payment-tabs-nav__link {
  display: block;
  padding: 10px;
  text-align: center;
  color: #3d3d3d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 130%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .payment-tabs-nav__link {
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 992px) {
  .payment-tabs-nav__link {
    padding: 15px 15px 10px;
  }
}
.active .payment-tabs-nav__link {
  color: #00ade5;
}
.active .payment-tabs-nav__link .icon {
  background: #00ade5;
  background: -webkit-linear-gradient(-90deg, #00ade5, #0086b2);
  background: -moz-linear-gradient(-90deg, #00ade5, #0086b2);
  background: linear-gradient(-90deg, #00ade5, #0086b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payment-tabs-nav__link .icon {
  display: block;
  margin: 0 auto 10px;
  font-size: 20px;
  background: #3d3d3d;
  background: -webkit-linear-gradient(-90deg, #3d3d3d, #242424);
  background: -moz-linear-gradient(-90deg, #3d3d3d, #242424);
  background: linear-gradient(-90deg, #3d3d3d, #242424);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .payment-tabs-nav__link .icon {
    position: relative;
    top: -3px;
    width: 100%;
  }
}

.payment-tabs {
  margin-top: 30px;
}
.payment-tabs__content {
  line-height: 150%;
  color: #606060;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}

.account-balance-form .field:last-of-type {
  margin-top: 15px;
  margin-bottom: 0;
}

.new-address {
  padding-top: 20px;
}

.react-table-container .react-table--has-data .rt-table {
  min-height: auto;
  overflow: auto;
}
.react-table-container .react-table--has-data .rt-table .rt-tbody {
  overflow: visible;
}
.react-table-container .react-table__make-default-col {
  flex: 90 0 0px;
  max-width: 90px;
}
@media only screen and (max-width: 767px) {
  .react-table-container .react-table__make-default-col {
    flex: 60 0 0px;
    max-width: 60px;
  }
}
.react-table-container .react-table__edit-col {
  text-align: right;
}
.react-table-container .react-table__edit-col > a {
  cursor: pointer;
}
.react-table-container .react-table__remove-col {
  flex: 30 0 0;
  max-width: 30px;
  text-align: right;
}
.react-table-container .react-table .rt-thead .rt-th.-cursor-pointer, .react-table-container .react-table .rt-thead .rt-td.-cursor-pointer {
  position: relative;
  padding-right: 15px;
}
.react-table-container .react-table .rt-thead .rt-th.-cursor-pointer .react-table__sort-icon, .react-table-container .react-table .rt-thead .rt-td.-cursor-pointer .react-table__sort-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  height: 17px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.react-table-extra {
  z-index: 1;
  display: flex;
  padding: 0 10px;
  color: black;
  text-align: right;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .react-table-extra {
    clear: both;
    margin: 5px -10px -10px -10px;
  }
}
@media only screen and (min-width: 992px) {
  .react-table-extra {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    height: 30px;
  }
}
.react-table__row--expanded .react-table-extra {
  top: 100%;
  bottom: auto;
  left: auto;
}
@media only screen and (min-width: 992px) {
  .react-table__row--expanded .react-table-extra {
    margin: 15px 0 0 0;
  }
}
.react-table-extra__info {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 0;
  vertical-align: middle;
  font-size: 0.563em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .react-table-extra__info {
    margin: 0 20px 0 0;
    font-size: 0.688em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.react-table-extra__info:last-child {
  margin: 0;
}
.react-table-extra__button {
  display: inline-block;
  min-width: 140px;
  vertical-align: middle;
  text-transform: none;
}

.react-table-header {
  padding: 7px 0;
}
@media only screen and (min-width: 992px) {
  .react-table-header {
    padding: 30px 0;
  }
}

.react-table-footer {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .react-table-footer {
    padding: 30px 0;
  }
}
.react-table-footer:last-child {
  padding-bottom: 0;
}

.react-table {
  z-index: 0;
}
.react-table .slick-track {
  margin-right: auto;
}
.react-table .field {
  margin: 0 5px;
  padding: 0;
  flex: 1;
}
.react-table .field:not(.field--checkbox) {
  min-width: 75px;
}
@media only screen and (min-width: 992px) {
  .react-table .field {
    margin: 0 10px;
  }
}
.react-table .field .field__input, .react-table .field .selectize-control.single .selectize-input, .selectize-control.single .react-table .field .selectize-input {
  padding: 0 5px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .react-table .field .field__input, .react-table .field .selectize-control.single .selectize-input, .selectize-control.single .react-table .field .selectize-input {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.react-table .field:first-child {
  margin-left: 0;
}
.react-table .field:last-child {
  margin-right: 0;
}
.react-table .field + .field {
  margin-left: 0;
}
.react-table .field--checkbox {
  width: auto;
}
.react-table .field--checkbox:before {
  margin: -4px 0;
}
@media only screen and (min-width: 992px) {
  .react-table .field--checkbox:before {
    width: 25px;
    height: 25px;
    font-size: 0.875em;
    line-height: 25px;
  }
}
.react-table .field--qty {
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.react-table .field--qty .field__input, .react-table .field--qty .selectize-control.single .selectize-input, .selectize-control.single .react-table .field--qty .selectize-input {
  width: 37px;
}
.react-table .field--addon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.react-table .field--full-width {
  width: 100%;
}
.react-table__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
}
.react-table__dataless {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 120%;
  pointer-events: none;
  transition: 0.3s ease;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .react-table__dataless {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.react-table__flex {
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.react-table__row {
  position: relative;
}
.react-table__row--expanded {
  z-index: 1;
  background: #f6f6f6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 15px 30px;
}
.react-table__row--expanded:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #00ade5;
}
.react-table__row--expanded > div {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .react-table__row--notification {
    padding-bottom: 30px;
  }
}
.react-table__row--selected {
  background: #fafbfc;
}
.react-table__row--selectable {
  cursor: pointer;
}
.react-table__thumbnail {
  margin: 0 10px 0 0;
  max-width: 40px;
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .react-table__thumbnail {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .react-table__thumbnail {
    margin: -5px 10px -5px 0;
    max-width: 60px;
  }
}
.react-table__button {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  width: 25px;
  height: 32px;
  border: none;
  color: black;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.rt-expandable .react-table__button {
  cursor: pointer;
}
.react-table__button--red {
  background-color: rgba(200, 76, 76, 0.2);
}
.react-table__button--blue {
  background-color: rgba(171, 114, 228, 0.2);
}
.react-table__button--green {
  background-color: rgba(113, 167, 94, 0.2);
}
.react-table__extra-data-toggle {
  display: inline-block;
  background: none;
  border: none;
  color: black;
  opacity: 0.4;
  font-size: 0.750em;
  padding: 0 10px;
}
.react-table__row--expanded .react-table__extra-data-toggle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.react-table__extra-data {
  padding: 0 10px;
}
.react-table__extra-data .react-table__heading {
  display: block;
  margin-bottom: 10px;
}
.react-table__heading {
  display: inline-block;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.05em;
  vertical-align: middle;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .react-table__heading {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.react-table__heading--big {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: black;
}
@media only screen and (min-width: 992px) {
  .react-table__heading--big {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.react-table__heading--block {
  display: block;
}
@media only screen and (max-width: 767px) {
  .react-table__heading.visible-xs {
    display: inline-block !important;
  }
}
.react-table__heading a,
.react-table__heading button {
  padding: 0;
  border: none;
  border-bottom: 1px solid;
  background: none;
  color: inherit;
}
.react-table__subheading {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.react-table__info {
  display: inline-block;
  vertical-align: middle;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .react-table__info {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.react-table__info b,
.react-table__info strong {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.react-table__info a {
  color: inherit;
  text-decoration: underline;
}
.react-table__info a:hover, .react-table__info a:focus {
  text-decoration: none;
}
.react-table__info--default {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .react-table__info .heading {
    margin-bottom: 0;
  }
}
.react-table__sort-icon {
  position: relative;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.react-table__sort-icon:before, .react-table__sort-icon:after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-width: 1px 1px 0 0;
  content: '';
  opacity: 0.3;
}
.react-table__sort-icon:before {
  bottom: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.react-table__sort-icon:after {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.-sort-asc .react-table__sort-icon:before {
  opacity: 1;
}
.-sort-desc .react-table__sort-icon:after {
  opacity: 1;
}
.react-table__toggle {
  position: relative;
  display: block;
  margin: 3px 0;
  width: 30px;
  height: 30px;
  border: none;
  color: black;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  .react-table__toggle:hover:before, .react-table__toggle:focus:before {
    opacity: 1;
  }
}
.react-table__toggle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-width: 2px 2px 0 0;
  content: '';
  opacity: 0.3;
  -webkit-transform: translate(-66%, -50%) rotate(45deg);
  -ms-transform: translate(-66%, -50%) rotate(45deg);
  transform: translate(-66%, -50%) rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .react-table__toggle:before {
    transition: 0.2s opacity;
  }
}
.react-table__row--expanded .react-table__toggle:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -66%) rotate(135deg);
  -ms-transform: translate(-50%, -66%) rotate(135deg);
  transform: translate(-50%, -66%) rotate(135deg);
}
.react-table__add {
  padding: 0;
  border: 0;
  background: none;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.react-table__add span {
  position: relative;
  display: block;
  margin: 3px auto;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.react-table__add span:before, .react-table__add span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.react-table__add span:before {
  width: 12px;
}
.react-table__add span:after {
  height: 12px;
}
.react-table__confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  background: #f2f5f8;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .react-table__confirm {
    padding: 30px;
  }
}
.react-table__row--removing .react-table__confirm {
  opacity: 1;
  z-index: 1;
}
.react-table__confirm__text {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .react-table__confirm__text {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.react-table__confirm__button {
  background: none;
  border: none;
  color: #919191;
  text-align: right;
  padding: 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  margin-right: 20px;
}
.react-table__confirm__button:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .react-table__confirm__button {
    margin-right: 30px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .react-table__confirm__button:hover, .react-table__confirm__button:focus {
    color: #5e5e5e;
  }
}
.react-table__confirm__button--green {
  color: #6dcf7c;
}
@media only screen and (min-width: 992px) {
  .react-table__confirm__button--green:hover, .react-table__confirm__button--green:focus {
    color: #35a145;
  }
}
.react-table__confirm__button--uppercase {
  text-transform: uppercase;
}
.react-table .rt-thead,
.react-table .rt-tbody {
  overflow: visible;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.react-table .rt-thead .rt-expandable,
.react-table .rt-tbody .rt-expandable {
  cursor: default;
}
.react-table .rt-thead .rt-tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) {
  .react-table .rt-tbody .rt-tr:hover, .react-table .rt-tbody .rt-tr:focus {
    background: #fafbfc;
  }
}
.react-table .rt-tbody .rt-tr--selected {
  background: #fafbfc;
}
.react-table .rt-tr-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.react-table .rt-tr-group:last-of-type {
  border-bottom: 0;
}
.react-table .rt-tr {
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .modal .react-table .rt-tr {
    padding: 0;
  }
}
.react-table .rt-th {
  padding: 15px 10px;
  height: 100%;
  white-space: normal;
}
@media only screen and (min-width: 992px) {
  .react-table .rt-th {
    padding: 20px 10px;
  }
}
.react-table .rt-th .heading {
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .react-table .rt-th .heading {
    padding: 20px 0;
  }
}
.react-table .rt-td {
  padding: 15px 10px;
  white-space: normal;
}
@media only screen and (min-width: 1600px) {
  .react-table .rt-td {
    padding: 20px 10px;
  }
}
.react-table .rt-td.no-padding {
  padding-right: 0;
  padding-left: 0;
}
.react-table .-pagination {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .react-table .-pagination {
    padding: 20px 0;
  }
}
.react-table .-pagination .-pageInfo {
  display: inline-block;
  color: black;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .react-table .-pagination .-pageInfo {
    padding: 0 30px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.react-table .-pagination .-pageJump {
  padding: 0 5px;
}
.react-table .-pagination .-pageJump input {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: white;
  line-height: 40px;
}
.react-table .-pagination .select-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .react-table .-pagination .select-wrap {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.react-table .-pagination .select-wrap:after {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-width: 2px 2px 0 0;
  content: '';
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.react-table .-pagination select {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 20px 0 5px;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: white;
  background-position: center right;
  background-repeat: no-repeat;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.react-table .-pagination .-center,
.react-table .-pagination .-previous,
.react-table .-pagination .-next {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.react-table .-pagination .-btn {
  display: inline-block;
  padding: 0;
  padding: 0 20px;
  background: none;
  color: black;
  text-transform: uppercase;
  line-height: 40px;
  opacity: 0.5;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .react-table .-pagination .-btn {
    padding: 0 50px;
    line-height: 44px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
    transition: 0.2s;
  }
  .react-table .-pagination .-btn:not(:disabled):hover, .react-table .-pagination .-btn:not(:disabled):focus {
    opacity: 1;
  }
}

.react-table-animate-enter {
  max-height: 0%;
}
.react-table-animate-enter.react-table-animate-enter-active {
  max-height: 100%;
  transition: max-height 200ms ease-in;
}
.react-table-animate-leave {
  max-height: 100%;
}
.react-table-animate-leave.react-table-animate-leave-active {
  overflow: hidden;
  max-height: 0%;
  transition: max-height 200ms ease-in;
}
.react-table-animate-appear {
  opacity: 0.01;
}
.react-table-animate-appear.react-table-animate-appear-active {
  opacity: 1;
  transition: opacity 200ms ease-in;
}

.react-datepicker {
  border: none;
  border-radius: 0;
  background: white;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2);
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}

.react-datepicker__header {
  padding: 0;
  border: 1px solid #e1e1e1;
  border-width: 1px 1px 0 1px;
  border-radius: 0;
  background: #f6f6f6;
}

.react-datepicker__navigation {
  top: 7px;
  height: 10px;
  overflow: hidden;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  display: none !important;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  margin: 0;
}

.react-datepicker__header__dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.react-datepicker__header__dropdown select {
  display: block;
  padding: 8px 5px;
  width: 100%;
  border: none;
  color: black;
  font-weight: bold;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.react-datepicker__header__dropdown > div {
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
}

.react-datepicker__day--selected {
  background-color: #00ade5;
}

.react-datepicker__month {
  display: table;
  margin: -1px 0 0 0;
  width: 100%;
  border-collapse: collapse;
}

.react-datepicker__day-names,
.react-datepicker__week {
  display: table-row;
}

.react-datepicker__day-name {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}

.react-datepicker__day,
.react-datepicker__time-name {
  display: table-cell;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  border-radius: 0 !important;
  font-size: 0.75em;
  font-weight: 600;
  font-family: "Arial", Helvetica, sans-serif;
}

.react-datepicker__navigation--previous {
  border-right-color: black !important;
}

.react-datepicker__navigation--next {
  border-left-color: black !important;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
  border-bottom-color: #f6f6f6;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
  border-bottom-color: #e1e1e1;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before {
  border-top-color: #f6f6f6;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before {
  border-top-color: #e1e1e1;
}

.field .react-datepicker-wrapper,
.field .react-datepicker__input-container {
  display: block;
}

/*------------------------------------*\
    LP Related
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .company-info {
    margin-top: 60px;
  }
}
.company-info__item {
  display: block;
  margin: 0 0 17.5px 0;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .company-info__item {
    margin: 0 0 25px 0;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.company-info__item:last-child {
  margin-bottom: 0;
}
.company-info__link {
  color: var(--color-text);
}
@media only screen and (min-width: 992px) {
  .company-info__link {
    transition: 0.2s all;
  }
  .company-info__link:not(span):hover, .company-info__link:not(span):focus {
    color: var(--color-main);
  }
}

.click-box__item {
  display: block;
  padding: 30px;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .click-box__item {
    padding: 40px;
    margin-bottom: 30px;
    transition: all 0.2s;
  }
  .click-box__item:hover, .click-box__item:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-color: white;
  }
}
.click-box__item--featured {
  text-align: center;
  padding-bottom: 50px;
}
.click-box__item--featured .click-box__image .icon {
  font-size: 40px;
}
.click-box__item--featured .click-box__title {
  margin-bottom: 30px;
}
.click-box__item--featured .click-box__description {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .click-box__item--featured .click-box__description {
    width: 535px;
    height: auto;
  }
}
.click-box__image {
  display: block;
  margin-bottom: 20px;
  height: 35px;
}
@media only screen and (min-width: 992px) {
  .click-box__image {
    margin-bottom: 30px;
  }
}
.click-box__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.click-box__image .icon {
  font-size: 35px;
  color: #00ade5;
}
.click-box__title {
  display: block;
  color: black;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: 140%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .click-box__title {
    font-size: 1.375em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.click-box__description {
  display: block;
  color: #606060;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 200%;
}
@media only screen and (min-width: 992px) {
  .click-box__description {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    width: 400px;
    max-width: 100%;
    height: 56px;
  }
}

@media only screen and (min-width: 992px) {
  .download-list {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .download-list {
    padding: 20px 0;
  }
}
.download-list__item {
  padding: 20px 0;
}
.download-list__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.download-list__content {
  margin-left: 60px;
}
.download-list__icon {
  width: 45px;
  margin-right: 15px;
  text-align: center;
}
.download-list__icon img {
  max-width: 100%;
  height: auto;
}
.download-list__icon [class^="icon-"] {
  font-size: 26px;
}
.download-list__heading {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .download-list__heading {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.event-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .event-pill {
    margin-bottom: 30px;
    transition: all 0.2s;
  }
  .event-pill:hover, .event-pill:focus {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  }
  .event-pill:hover .event-pill__date, .event-pill:focus .event-pill__date {
    background: black;
    color: white;
  }
}
.event-pill__date {
  background: #fafafa;
  color: black;
  width: 100px;
  min-height: 100px;
  padding: 20px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: 150%;
}
@media only screen and (min-width: 992px) {
  .event-pill__date {
    width: 150px;
    min-height: 150px;
    padding: 30px;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    transition: all 0.2s;
  }
}
@media only screen and (min-width: 1600px) {
  .event-pill__date {
    width: 165px;
    min-height: 165px;
    padding: 30px;
  }
}
.event-pill__content {
  flex: 1;
  background: white;
  color: black;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .event-pill__content {
    padding: 30px 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .event-pill__content {
    padding: 30px 60px;
  }
}
.event-pill__title {
  display: block;
  color: black;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: 150%;
}
@media only screen and (min-width: 992px) {
  .event-pill__title {
    margin-bottom: 10px;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.event-pill__meta {
  font-size: 0.750em;
}

@media only screen and (min-width: 992px) {
  .widget-container--horizontal .widget__body {
    min-height: 81px;
  }
}
.widget-container--vertical .widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .widget-container--vertical .widget {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .widget-container--vertical .widget {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.widget-container--vertical .widget:last-child {
  border-bottom: 0;
}

.widget {
  position: relative;
}
.widget--left-padded {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) {
  .widget--left-padded {
    padding-left: 60px;
  }
}
.widget__icon {
  position: absolute;
  left: 0;
}
.widget__icon img {
  max-width: 100%;
  height: auto;
}
.widget__icon .icon {
  font-size: 35px;
  color: #00ade5;
}
.widget__header {
  margin-bottom: 30px;
}
.widget__body {
  margin-bottom: 30px;
}
.widget__body .text-box p {
  line-height: 170%;
}
.widget__footer .button--arrow {
  font-size: 1.125em;
}
.widget__heading {
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.widget__pre-heading {
  display: block;
  text-transform: uppercase;
  color: #aaaaaa;
  letter-spacing: 0.05em;
  font-size: 0.633em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .widget__pre-heading {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

.store-list {
  display: block;
}
@media only screen and (min-width: 768px) {
  .store-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.store-list__item {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .store-list__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 50%;
    padding: 30px 25px;
    width: 190px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .store-list__item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1200px) {
  .store-list__item {
    width: 25%;
    padding: 50px 25px;
  }
}
.store-list__heading {
  display: block;
  margin-bottom: 15px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 768px) {
  .store-list__heading {
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.store-list__content p {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 768px) {
  .store-list__content p {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.store-list__content a {
  word-break: break-all;
}

.stores-field-group {
  position: relative;
}
.stores-field-group__field .field__input, .stores-field-group__field .selectize-control.single .selectize-input, .selectize-control.single .stores-field-group__field .selectize-input {
  padding-right: 30px;
}
.stores-field-group__submit {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background: transparent;
  border: none;
  box-shadow: none;
  color: #606060;
}

.customer-tag {
  position: relative;
  display: inline-block;
  background: black;
  padding: 15px 130px 15px 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .customer-tag {
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .customer-tag {
    border-radius: 5px;
    padding: 20px 150px 25px 35px;
  }
}
.customer-tag__wrapper {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .customer-tag__wrapper {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .customer-tag__container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .customer-tag__container {
    margin-bottom: 25px;
  }
}
.customer-tag__icon {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -5px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 2.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  color: rgba(255, 255, 255, 0.65);
}
.customer-tag__heading {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.633em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.customer-tag__number {
  color: white;
  font-size: 1.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}

.tracking-label {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 7.5px 12.5px 7.5px 40px;
  margin: 3px;
}
.tracking-label--data-table {
  margin: -5px 3px;
}
@media only screen and (min-width: 1600px) {
  .tracking-label--data-table {
    margin: -10px 3px;
  }
}
.tracking-label--green {
  box-shadow: none;
  background: #6dcf7c;
  color: white;
}
.tracking-label__icon {
  position: absolute;
  top: 50%;
  left: 8.5px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  display: inline-block;
  text-align: center;
}
.tracking-label__icon--main {
  color: #00ade5;
}
.tracking-label__icon--green-circle {
  border-radius: 23px;
  background: #6dcf7c;
  color: white;
  font-size: 0.625em;
}
.tracking-label__label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.65em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.tracking-label__value {
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .tracking-label__value {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

.approve-label {
  display: block;
  border-radius: 5px;
  background: #6dcf7c;
  color: white;
  text-align: center;
  padding: 11.5px 5px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (max-width: 767px) {
  .approve-label {
    margin: 5px 0;
    padding: 7.5px 5px;
  }
}
.approve-label__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.approve-label__text {
  display: inline-block;
}

.search-modal {
  position: fixed;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 991px) {
  .search-modal {
    right: 0;
    left: 100%;
    height: 60px;
    background: white;
    transition: 0.3s 0s opacity, 0.3s 0s left;
  }
}
@media only screen and (min-width: 992px) {
  .search-modal {
    top: 0;
    display: none;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-modal {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 1600px) {
  .search-modal {
    margin-left: -60px;
  }
}
.search-modal__container {
  height: 100%;
  color: black;
}
@media only screen and (max-width: 991px) {
  .search-modal__container {
    padding: 0 60px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .search-modal__container {
    border-bottom: 10px solid #00ade5;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1200px) {
  .search-modal__container {
    padding: 0 40px 40px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .search-modal__container {
    padding: 0 60px 50px 60px;
  }
}
.search-modal__header {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .search-modal__header {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .search-modal__header {
    height: 116px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-modal__header {
    height: 140px;
  }
}
.search-modal__form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .search-modal__form {
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 992px) {
  .search-modal__form {
    padding: 40px 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #00ade5;
  }
}
.search-modal__field {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 1200px) {
  .search-modal__field {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.search-modal__field-container {
  flex-grow: 1;
}
.search-modal__field-label {
  margin-right: 20px;
  opacity: 0.4;
}
@media only screen and (min-width: 992px) {
  .search-modal__field-label {
    margin-right: 30px;
    font-size: 24px;
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1200px) {
  .search-modal__field-label {
    font-size: 32px;
  }
}
.search-modal__clear {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .search-modal__clear {
    margin-left: 30px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  body.menu-active .search-modal {
    left: 60px;
    opacity: 1;
  }
}
body.search-active .body-backdrop {
  top: 0;
  z-index: 2;
  background: black;
  opacity: 0.6;
  transition: 0.2s 0s opacity;
}

@media only screen and (max-width: 767px) {
  .content-editor-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .content-editor-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.content-editor-list--clean .content-editor-list__item {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .content-editor-list--clean .content-editor-list__item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -1px;
  }
}
@media only screen and (min-width: 992px) {
  .content-editor-list--clean .content-editor-list__item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  .content-editor-list--clean .content-editor-list__item:nth-child(3n):after {
    display: none;
  }
}
.content-editor-list__item {
  position: relative;
  padding: 40px 30px 30px 85px;
  flex-basis: 33.33%;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .content-editor-list__item {
    border-bottom-width: 0;
  }
  .content-editor-list__item:last-child {
    border-bottom-width: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .content-editor-list__item {
    padding: 50px 40px 40px 125px;
    flex-basis: 33.33%;
    border-top-width: 0;
  }
  .content-editor-list__item:nth-child(1), .content-editor-list__item:nth-child(2), .content-editor-list__item:nth-child(3) {
    border-top-width: 2px;
  }
  .content-editor-list__item:nth-child(3n), .content-editor-list__item:nth-child(3n-1) {
    border-left-width: 0;
  }
}
.content-editor-list__header {
  position: relative;
  margin-bottom: 20px;
}
.content-editor-list__body {
  position: relative;
}
.content-editor-list__icon-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -85px;
  width: 85px;
}
@media only screen and (min-width: 992px) {
  .content-editor-list__icon-container {
    left: -125px;
    width: 125px;
  }
}
.content-editor-list__icon {
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.content-editor-list__icon svg {
  height: 22px;
}
.content-editor-list__icon svg rect, .content-editor-list__icon svg path {
  fill: #00ade5;
}
.content-editor-list__content {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .content-editor-list__content {
    height: 75px;
    margin-bottom: 30px;
  }
}
.content-editor-list__content > .text-box {
  color: #606060;
}
.content-editor-list__content > .text-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.boxed-message {
  position: relative;
  padding: 40px 30px;
  background: #fafbfc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .boxed-message {
    margin-bottom: 30px;
    padding: 41px 43px 41px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .boxed-message {
    margin-bottom: 40px;
    padding: 51px 53px 51px 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .boxed-message {
    margin-bottom: 50px;
    padding: 61px 63px 61px 88px;
  }
}
.boxed-message:last-child {
  margin-bottom: 0;
}
.boxed-message--green {
  background: #f4ffef;
  border-color: #f4ffef;
}
.boxed-message--yellow {
  background: #fffcef;
  border-color: #fffcef;
}
.boxed-message--yellow .boxed-message__header .icon {
  color: #f4db61;
}
.boxed-message--red {
  background: #cf6d6d;
  border-color: #cf6d6d;
  color: #fff;
}
.boxed-message--red .text-box {
  color: #fff;
}
.boxed-message--red .boxed-message__header {
  color: #fff;
}
.boxed-message--red .boxed-message__header .icon {
  color: #fff;
}
.boxed-message--clean {
  border: none;
}
@media only screen and (max-width: 991px) {
  .boxed-message--clean {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.boxed-message__header {
  position: relative;
  display: block;
  color: #333333;
  padding: 25px 0 0;
  margin-bottom: 20px;
}
.boxed-message__header:first-child {
  margin-top: -25px;
}
@media only screen and (min-width: 992px) {
  .boxed-message__header:first-child {
    margin-top: -30px;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .boxed-message__header:first-child {
    margin-top: -40px;
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .boxed-message__header:first-child {
    margin-top: -50px;
    padding: 50px 0 0;
  }
}
.boxed-message__header:last-child {
  margin-bottom: 0;
}
.boxed-message__header--border {
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .boxed-message__header-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.boxed-message__header-icon .icon {
  font-size: 24px;
}
.boxed-message__header-icon .icon--green {
  color: #6dcf7c;
}
.boxed-message__header-icon__holder {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .boxed-message__header-icon__holder {
    position: absolute;
    display: inline-block;
    height: 30px;
    left: -70px;
    width: 70px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .boxed-message__header-icon__holder {
    left: -80px;
    width: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .boxed-message__header-icon__holder {
    left: -88px;
    width: 88px;
  }
}

@media only screen and (max-width: 1540px) {
  .boxed-message .button span, .boxed-message .footer__button span {
    font-size: 0.75em;
  }
}
.website-status {
  display: block;
  background: transparent;
  border: 0;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 25px;
  line-height: 140%;
  width: 100%;
  font-size: 0.813em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .website-status {
    width: 315px;
    max-width: 100%;
    padding: 20px 35px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.website-status__container {
  display: block;
  margin: 0 0 0 auto;
}
.website-status--grey {
  background: #f2f5f8;
  color: #1e2022;
}
.website-status--green {
  background: #6dcf7c;
  color: white;
}

.website-status-text {
  display: inline-block;
  vertical-align: middle;
  color: #606060;
  margin-top: 15px;
  margin-left: 20px;
}
.website-status-text:first-child {
  margin-left: 0;
}
.website-status-text__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.125em;
}
.website-status-text__icon--red {
  color: #cf6d6d;
}
.website-status-text__icon--yellow {
  color: #f4db61;
}
.website-status-text__icon--green {
  color: #6dcf7c;
}
.website-status-text__icon--green-circle {
  color: #ffffff;
  background: #6dcf7c;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 23px;
  text-align: center;
  font-size: 0.75em;
}
.website-status-text__icon--green-circle .icon {
  line-height: inherit;
}
.website-status-text__content {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}

.publish-status {
  float: right;
}
@media only screen and (min-width: 992px) {
  .publish-status {
    margin-top: 8px;
  }
}
.publish-status__label {
  display: inline-block;
  color: #606060;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .publish-status__label {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.publish-status__field {
  display: inline-block;
  position: relative;
  border: 0;
  border-radius: 50px;
  background: #919191;
  color: white;
  text-align: center;
  width: 160px;
  height: 40px;
  text-transform: uppercase;
  padding: 5px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.publish-status__field:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.publish-status__field--active {
  background: #6dcf7c;
  padding-right: 35px;
}
.publish-status__field--active:before {
  right: 5px;
}
.publish-status__field--inactive {
  background: #c8c8c8;
  padding-left: 35px;
}
.publish-status__field--inactive:before {
  left: 5px;
}

.mobile-welcome {
  padding: 12.5px 20px;
}
@media print {
  .mobile-welcome {
    display: none;
  }
}
.mobile-welcome__text {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.mobile-welcome__text a {
  color: #00ade5;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}

.order-summary {
  background: #f6f6f6;
  padding: 20px 25px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .order-summary {
    padding: 40px 50px;
  }
}
.order-summary:last-child {
  margin-bottom: 0;
}
.order-summary__item {
  display: table;
  margin-bottom: 20px;
}
.order-summary__item:last-child {
  margin-bottom: 0;
}
.order-summary__label {
  display: table-cell;
  width: 135px;
  color: black;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  line-height: 160%;
}
@media only screen and (min-width: 992px) {
  .order-summary__label {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.order-summary__value {
  display: table-cell;
  color: #606060;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 160%;
}
@media only screen and (min-width: 992px) {
  .order-summary__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.order-item-extra {
  display: block;
  margin-top: 10px;
}
@media print {
  .order-item-extra {
    background: none;
    border: 1px #eee solid;
    margin: 0 10px;
    padding: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .order-item-extra:first-child {
    margin-top: 0;
  }
}
.order-item-extra__title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .order-item-extra__title {
    margin-bottom: 10px;
  }
}
.order-item-extra__content {
  display: block;
  line-height: 170%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .order-item-extra__content {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.order-item-extra__content ul, .order-item-extra__content ol {
  padding-left: 20px;
}

.user-action {
  margin: 0;
  padding: 0 20px 0px 20px;
  border-bottom: 10px solid #00ade5;
  background: #00ade5;
}
@media only screen and (min-width: 992px) {
  .user-action {
    padding: 0 30px 0px 30px;
    transition: 0.2s 0s all;
  }
}
@media only screen and (min-width: 1200px) {
  .user-action {
    padding: 0 45px 0px 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .user-action {
    padding: 0 60px 0px 60px;
  }
}
.user-action__bottom {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .user-action__bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .user-action__bottom {
    padding-bottom: 45px;
  }
}
.user-action__list {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .user-action__list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .user-action__list {
    margin-bottom: 50px;
  }
}
.user-action__list:last-child {
  margin-bottom: 0;
}
.user-action__list:after {
  display: table;
  clear: both;
  content: '';
}
.user-action__item {
  position: relative;
  float: left;
  margin-right: 20px;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .user-action__item {
    margin-right: 30px;
    transition: 0.2s 0s;
  }
}
@media only screen and (min-width: 1200px) {
  .user-action__item {
    margin-right: 45px;
  }
}
.user-action__item:last-child {
  margin-right: 0;
}
.user-action__item:hover .user-action__submenu:before, .user-action__item:focus .user-action__submenu:before {
  width: 100%;
}
.user-action__item--opacity {
  opacity: 0.4;
}
.user-action__item--opacity .user-action__icon {
  color: black !important;
}
.user-action__item--opacity.user-action__item--sub .user-action__wrapper:after {
  border-color: black;
}
.user-action__item--sub .user-action__wrapper:after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 0 0 5px;
  width: 6px;
  height: 6px;
  border: 2px solid white;
  border-width: 2px 2px 0 0;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 991px) {
  .user-action__item--sub .user-action__wrapper:after {
    top: 5px;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .user-action__item--sub .user-action__wrapper:after {
    transition: 0.2s 0s;
  }
}
.user-action__item--hover.user-action__item--sub .user-action__wrapper:after {
  border-color: #00ade5;
}
.user-action__link {
  position: relative;
  display: block;
  min-width: 110px;
  height: 60px;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .user-action__link {
    min-width: 90px;
    height: 116px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
    transition: 0.2s 0s;
  }
}
@media only screen and (min-width: 1200px) {
  .user-action__link {
    min-width: 150px;
    height: 140px;
    font-size: 1.063em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.user-action__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.user-action__group {
  display: inline-block;
  vertical-align: middle;
}
.user-action__icon {
  display: block;
  margin-bottom: 5px;
  font-size: 1.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.user-action__text {
  display: block;
}
.user-action__sub-container {
  position: absolute;
  top: 60px;
  right: -20px;
  display: block;
  padding: 30px;
  width: 500px;
  border-bottom: 10px solid #00ade5;
  background: white;
}
@media only screen and (min-width: 992px) {
  .user-action__sub-container {
    top: 116px;
    right: -30px;
    padding: 40px 50px;
    opacity: 0;
    transition: 0.2s 0s;
  }
}
@media only screen and (min-width: 1200px) {
  .user-action__sub-container {
    top: 140px;
    right: -45px;
    padding: 50px 60px;
  }
}
.user-action__submenu {
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
  list-style: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user-action__submenu {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
@media only screen and (min-width: 992px) {
  .user-action__submenu {
    margin: -15px 0 0 0;
    padding-top: 30px;
    border-top: 1px solid #333333;
    opacity: 0;
    transition: 0.1s 0s all;
  }
}
@media only screen and (min-width: 1600px) {
  .user-action__submenu {
    padding-top: 50px;
  }
}
.user-action__submenu:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 0%;
  height: 3px;
  border-radius: 5px;
  background: #00ade5;
  content: '';
  transition: 0.2s all;
}
.user-action__submenu__item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .user-action__submenu__item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user-action__submenu__item {
    max-width: 120px;
  }
}
.user-action__submenu__item:last-child {
  margin-bottom: 0;
}
.user-action__submenu__item:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  color: black;
  content: '\e90a';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 992px) {
  .user-action__submenu__item:before {
    transition: 0.2s all;
  }
}
.user-action__submenu__link {
  color: black;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .user-action__submenu__link {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    transition: 0.2s all;
  }
  .user-action__submenu__link:not(span):hover, .user-action__submenu__link:not(span):focus {
    color: #00ade5;
  }
  .user-action__submenu__link:not(span):hover:before, .user-action__submenu__link:not(span):focus:before {
    color: #00ade5;
  }
}

body.user-action-menu-active .header__secondary {
  overflow: initial;
  max-height: 100vh;
  height: 100vh;
}
body.user-action-menu-active .user-action {
  border-bottom: 10px solid #00ade5;
  background: white;
}
body.user-action-menu-active .user-action__link {
  color: black;
}
body.user-action-menu-active .user-action__icon {
  color: #00ade5;
}
@media only screen and (min-width: 992px) {
  body.user-action-menu-active .user-action__submenu, body.user-action-menu-active .user-action__sub-container {
    opacity: 1;
  }
}
body.user-action-menu-active .user-action__item--sub .user-action__wrapper:after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
body.user-action-menu-active .user-action__item--sub:not(.user-action__item--hover) .user-action__wrapper:after {
  border-color: black;
}
body.user-action-menu-active .body-backdrop {
  top: 0;
  z-index: 2;
  background: black;
  opacity: 0.6;
}

.switcher {
  position: relative;
}
@media print {
  .switcher {
    display: none;
  }
}
@media only screen and (max-width: 1599px) {
  .switcher .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .switcher .row > [class^='col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.switcher--active {
  display: block;
}
.switcher--active .switcher-toggle:after {
  color: var(--color-main);
}
.switcher--active .switcher__container {
  display: block;
}
.switcher__container {
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 1;
  display: none;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid var(--color-main);
  background: var(--color-bg-three);
}
@media only screen and (min-width: 992px) {
  .switcher__container {
    width: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .switcher__container {
    top: -40px;
    right: -40px;
    padding: 40px;
    width: 390px;
  }
}
.switcher__container .switcher-toggle {
  display: block;
  float: none;
  width: 100%;
}
.switcher__center {
  position: relative;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--color-bg-three);
}
@media only screen and (min-width: 1600px) {
  .switcher__center {
    padding-top: 25px;
  }
}
.switcher__heading {
  display: block;
  margin-bottom: 18px;
  color: var(--color-main);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 1600px) {
  .switcher__heading {
    margin-bottom: 25px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.switcher__list {
  margin-bottom: 10px;
}
.switcher__action {
  margin-top: 10px;
}
.switcher__action > .button, .switcher__action > .footer__button {
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
@media only screen and (min-width: 1600px) {
  .switcher__action > .button, .switcher__action > .footer__button {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
}
.switcher .field--button .field__value {
  padding: 3.5px 10px;
}
@media only screen and (min-width: 1600px) {
  .switcher .field--button .field__value {
    padding: 10.5px 15px;
  }
}

.switcher-toggle {
  position: relative;
  display: block;
  float: right;
  padding-right: 22.5px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--color-text);
  white-space: nowrap;
}
.switcher-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 7.5px;
  color: rgba(var(--color-rgb-toggle), 0.3);
  content: '\e90a';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 10px;
  font-family: 'icomoon' !important;
  line-height: 1;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.switcher-toggle__icon {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 1600px) {
  .switcher-toggle__icon {
    width: 30px;
  }
}
.switcher-toggle__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.switcher-toggle__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
}
@media only screen and (min-width: 1600px) {
  .switcher-toggle__text {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.product-configurator__button-helper {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product-configurator__button-helper {
    padding-top: 49px;
    text-align: right;
  }
}
.product-configurator__button-helper .button, .product-configurator__button-helper .footer__button {
  vertical-align: middle;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 190px;
}
@media only screen and (min-width: 992px) {
  .custom-dropdown {
    min-width: 210px;
  }
}
.custom-dropdown--active .custom-dropdown__choices {
  display: block;
}
.custom-dropdown--active .custom-dropdown__selected {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.custom-dropdown--active .custom-dropdown__selected:after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}
.custom-dropdown__selected {
  position: relative;
  display: block;
  background: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: none;
  padding: 1px 30px 1px 0;
}
@media only screen and (min-width: 992px) {
  .custom-dropdown__selected {
    padding: 1px 40px 1px 0;
  }
}
.custom-dropdown__selected:after {
  content: '\e90a';
  display: inline-block;
  font-family: 'icomoon';
  font-size: 0.5em;
  color: black;
  position: absolute;
  top: 50%;
  right: 12.5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 992px) {
  .custom-dropdown__selected:after {
    right: 15px;
    transition: 0.2s 0s;
  }
}
.custom-dropdown__choices {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 1000;
  margin-top: -2px;
  background: #fff;
  border: 2px solid #e4e4e4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  padding: 5px 0;
}
.custom-dropdown__choices__item {
  display: block;
  background: #fff;
}
.custom-dropdown__choices__item:hover, .custom-dropdown__choices__item:focus {
  background: #f7f7f7;
}
.custom-dropdown__icon {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  text-align: center;
  color: black;
}
@media only screen and (min-width: 992px) {
  .custom-dropdown__icon {
    width: 40px;
  }
}
.custom-dropdown__text {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0;
  color: black;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .custom-dropdown__text {
    padding: 10px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.mini-hint, .products-data-table__input-explanation {
  color: #606060;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .mini-hint, .products-data-table__input-explanation {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.website-configurator__name-box {
  display: block;
  border: 2px solid #e4e4e4;
  padding: 14px 20px;
}
@media only screen and (min-width: 1200px) {
  .website-configurator__name-box {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .website-configurator__name-box .heading {
    font-size: 1em;
  }
}
.website-configurator__name-box__container {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .website-configurator__name-box__container {
    margin-bottom: 20px;
  }
}
.website-configurator__name-box__container:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .card__header + .website-configurator__name-box__container {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-floater {
    display: none;
    position: fixed;
    bottom: -64px;
    left: 0;
    right: 0;
    z-index: 100;
    height: 64px;
    overflow: hidden;
    -webkit-transition: 0.2s height, 0.2s bottom;
    -o-transition: 0.2s height, 0.2s bottom;
    transition: 0.2s height, 0.2s bottom;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-floater--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-floater--opened {
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: 0.2s height, 0.2s bottom;
    -o-transition: 0.2s height, 0.2s bottom;
    transition: 0.2s height, 0.2s bottom;
  }
  .mobile-floater--opened .mobile-floater__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-floater--opened .mobile-floater__body {
    flex: 1;
  }
}

.mobile-floater__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: black;
  padding: 23px 30px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .mobile-floater__header {
    display: none;
  }
}
.mobile-floater__heading {
  flex: 1;
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  letter-spacing: 0.05em;
  color: #919191;
}
.mobile-floater__icon {
  display: block;
  text-align: right;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mobile-floater__icon .icon {
  color: #fff;
}
.mobile-floater__body {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .mobile-floater__body {
    height: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-floater__body .card {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    border: 0;
  }
}

@media only screen and (max-width: 991px) {
  body.mobile-floater-active {
    overflow: hidden;
  }
}

.refine-results {
  position: relative;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .refine-results {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.refine-results:last-child {
  margin-bottom: 0;
}
.refine-results__clear {
  background: transparent;
  border: none;
  color: #00ade5;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .refine-results__clear {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.refine-results__header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .refine-results__header {
    margin-bottom: 25px;
  }
}
.refine-results__header:last-child {
  margin-bottom: 0;
}
.refine-results__heading {
  display: block;
  color: black;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .refine-results__heading {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.refine-results__list {
  margin-top: -20px;
}
.refine-results__list:after {
  display: block;
  clear: both;
  content: '';
}
.refine-results__item {
  float: left;
  display: block;
  margin-top: 20px;
  margin-right: 20px;
}
.refine-results__label {
  margin-bottom: 10px;
}
.refine-results__pill {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 7px 10px;
  border-radius: 2px;
}
.refine-results__pill__text {
  color: #606060;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .refine-results__pill__text {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.refine-results__pill__remove {
  display: inline-block;
  vertical-align: middle;
  background: #d8d8d8;
  box-shadow: none;
  border: none;
  padding: 0;
  width: 14px;
  height: 14px;
  line-height: 100%;
  border-radius: 14px;
  margin-left: 10px;
  font-size: 6px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .refine-results__pill__remove {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .refine-results__pill__remove:hover, .refine-results__pill__remove:focus {
    background: #1e2022;
    color: #fff;
  }
}
.refine-results__pill__remove .icon {
  display: inline-block;
}

.checkout-form {
  position: relative;
}
.checkout-form:before, .checkout-form:after {
  position: absolute;
  z-index: -1;
  margin-left: 100%;
  content: '';
  opacity: 0;
  transition: 0.3s 0s opacity ease-in-out, 0s 0.3s z-index, 0s 0.3s margin-left;
}
.checkout-form:before {
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 768px) {
  .checkout-form:before {
    left: 0;
    right: 0;
  }
}
.checkout-form:after {
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(../../img/oval-black.svg) center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .checkout-form .card {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
.checkout-form--loading:before, .checkout-form--loading:after {
  z-index: 1000;
  margin-left: 0;
  opacity: 1;
  transition: 0.3s 0s opacity ease-in-out;
}
@media only screen and (max-width: 767px) {
  .checkout-form__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  }
}
@media only screen and (max-width: 767px) {
  .checkout-form__side {
    position: relative;
    z-index: 0;
    background: #f2f5f8;
  }
  .checkout-form__side .field[data-label] .field__text:before {
    background: #f2f5f8;
  }
  .checkout-form__side .notice {
    background: #fff;
  }
  .checkout-form__side .notice .field[data-label] .field__text:before {
    background: #fff;
  }
  .checkout-form__side .form__highlight {
    background: #fff;
  }
  .checkout-form__side .form__highlight .field[data-label] .field__text:before {
    background: #fff;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.cart-summary__tr-group {
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .cart-summary__tr-group--main {
    border-bottom: 0;
  }
}
@media print {
  .cart-summary__tr-group--main {
    border-bottom: 0;
  }
}
.data-table .cart-summary__tr {
  border-bottom: 0;
}
.cart-summary__indent {
  display: none;
  background: #F6F6F6;
  color: #c8c8c8;
  font-size: 1.25em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .cart-summary__indent {
    font-size: 2em;
    width: 40px;
  }
}
.cart-summary__indent > * {
  flex: 1;
}
.cart-summary__extra-data .data-table__heading {
  margin-bottom: 10px;
}
.cart-summary__extra-data .cart-list__label {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.cart-summary__extra-data .field:last-child {
  margin-top: -6px;
  margin-bottom: 0;
}
.cart-summary__info-box {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 10px 20px 10px;
  margin-bottom: 17px;
}
.cart-summary__info-box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cart-summary__info {
  display: block;
  color: #333333;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.cart-summary__label {
  height: 30px;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.cart-summary__notes-container {
  margin-top: 5px;
}
.cart-summary__notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f9f9;
  padding: 5px;
  cursor: pointer;
}
.cart-summary__notes .icon {
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  color: #00ade5;
}
.cart-summary__notes textarea {
  flex: 1;
  border: 0;
  padding: 0;
  overflow: hidden;
  resize: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}

.featured-card {
  position: relative;
  background: #fff;
  border-left: 5px solid transparent;
  padding: 30px;
  height: 100%;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .featured-card {
    padding: 60px 55px 90px;
  }
}
.featured-card--main {
  border-color: #00ade5;
}
.featured-card--secondary {
  border-color: #E8213D;
}
.featured-card__logo-container {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .featured-card__logo-container {
    height: 60px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .featured-card__logo-wrapper {
    align-self: center;
  }
}
.featured-card__logo--lp {
  width: 200px;
}
@media only screen and (min-width: 992px) {
  .featured-card__logo--lp {
    width: 300px;
  }
}
.featured-card__logo--queclink {
  width: 120px;
}
@media only screen and (min-width: 992px) {
  .featured-card__logo--queclink {
    width: 170px;
  }
}
.featured-card__content {
  margin-bottom: 50px;
  padding-left: 35px;
}
@media only screen and (min-width: 992px) {
  .featured-card__content {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 30px;
  }
}
.featured-card__action {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .featured-card__action {
    position: absolute;
    right: 50px;
    bottom: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .featured-coloured-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.featured-coloured-cards__section {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
@media only screen and (min-width: 992px) {
  .featured-coloured-cards__section {
    margin-top: -125px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-coloured-cards__section {
    margin-top: -145px;
  }
}
.featured-coloured-cards__item {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  max-width: 400px;
  height: 120px;
  margin: 0 auto 15px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
@media only screen and (min-width: 992px) {
  .featured-coloured-cards__item {
    padding: 30px 30px;
    height: 135px;
    margin: 0 7.5px;
    flex: 1;
    transition: 0.2s;
  }
  .featured-coloured-cards__item:hover, .featured-coloured-cards__item:focus {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (min-width: 1200px) {
  .featured-coloured-cards__item {
    padding: 35px 30px;
    height: 165px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-coloured-cards__item {
    padding: 50px 30px;
    height: 220px;
  }
}
.featured-coloured-cards__item:last-child {
  margin-bottom: 0;
}
.featured-coloured-cards__illust {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 45%;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .featured-coloured-cards__illust {
    max-width: 45%;
  }
}
.featured-coloured-cards__illust .photo {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .featured-coloured-cards__illust .photo {
    height: 100px;
  }
}
.featured-coloured-cards__info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .featured-coloured-cards__info {
    justify-content: space-around;
  }
}
.featured-coloured-cards__heading {
  display: block;
  color: #fff;
  max-width: 200px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .featured-coloured-cards__heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-coloured-cards__heading {
    font-size: 1.188em;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-coloured-cards__heading {
    font-size: 1.563em;
  }
}
.featured-coloured-cards__cta .button-link-plain {
  color: #fff;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  line-height: 140%;
  padding-left: 22.5px;
}
@media only screen and (min-width: 1200px) {
  .featured-coloured-cards__cta .button-link-plain {
    font-size: 0.813em;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-coloured-cards__cta .button-link-plain {
    font-size: 1em;
  }
}
.featured-coloured-cards__cta .button-link-plain:before {
  border-width: 3px 3px 0 0;
  border-color: #fff;
}

.queclink {
  position: absolute;
  top: 35px;
  right: -40px;
}
@media only screen and (min-width: 992px) {
  .queclink {
    top: 30px;
    right: -70px;
  }
}
@media only screen and (min-width: 1200px) {
  .queclink {
    top: 40px;
    right: -90px;
  }
}
@media only screen and (min-width: 1600px) {
  .queclink {
    right: -90px;
  }
}
@media only screen and (min-width: 992px) {
  .queclink {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media only screen and (min-width: 992px) {
  .header.affix .queclink {
    top: 30px;
  }
}
.header.affix .queclink__logo {
  width: 43px;
}
@media only screen and (min-width: 992px) {
  .header.affix .queclink__logo {
    width: 85px;
  }
}
.queclink__pre {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
  padding-top: 7px;
  color: white;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.438em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .queclink__pre {
    margin-right: 7px;
    padding-top: 15px;
    font-size: 0.688em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.queclink__logo {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .queclink__logo {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.queclink__logo > svg {
  width: 43px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .queclink__logo > svg {
    height: 15.43px;
  }
}
@media only screen and (min-width: 992px) {
  .queclink__logo > svg {
    width: 100px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}

.tag-wizard-price {
  text-align: right;
}
.tag-wizard-price__amount {
  display: block;
  color: #333333;
  font-size: 1.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .tag-wizard-price__amount {
    font-size: 1.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

@media only screen and (min-width: 992px) {
  .tag-wizard-stick {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .tag-wizard-form__container--sidemenuscreen .tag-wizard-stick {
    z-index: 1001;
  }
}

.tag-wizard-price-summary {
  position: relative;
  display: inline-block;
}
.tag-wizard-price-summary__cta {
  display: block;
  color: #00ade5;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  cursor: pointer;
}
.tag-wizard-price-summary__modal {
  position: absolute;
  right: 100%;
  bottom: -15px;
  z-index: -10;
  margin-right: 15px;
  padding: 20px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  width: 330px;
  text-align: left;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .tag-wizard-price-summary__modal {
    margin-right: 0;
    right: 0;
    bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .tag-wizard-price-summary__modal {
    right: 100%;
    bottom: -15px;
  }
}
.tag-wizard-price-summary__modal:after {
  content: " ";
  bottom: 12.5px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
}
@media only screen and (max-width: 767px) {
  .tag-wizard-price-summary__modal:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    bottom: -20px;
    left: unset;
    right: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .tag-wizard-price-summary__modal:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    margin-top: -10px;
    left: 100%;
  }
}
.tag-wizard-price-summary__modal--active {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.2ms;
}
.tag-wizard-price-summary__heading {
  display: block;
  color: #00ade5;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  letter-spacing: 0.57px;
  margin-bottom: 20px;
}
.tag-wizard-price-summary__list {
  margin-bottom: 22px;
}
.tag-wizard-price-summary__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.tag-wizard-price-summary__item:last-child {
  margin-bottom: 0;
}
.tag-wizard-price-summary__label {
  flex: 1;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: #606060;
}
.tag-wizard-price-summary__value {
  display: block;
  align-self: end;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: #333333;
  text-align: right;
}
.tag-wizard-price-summary__value--bigger {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}

.tag-wizard-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.tag-wizard-form__header-container {
  display: flex;
  align-items: center;
  align-items: unset;
  flex-direction: column;
  margin-bottom: 20px;
}
.tag-wizard-form__header-container .product-gallery {
  width: 100%;
}
.tag-wizard-form__header {
  display: block;
  padding-bottom: 30px;
}
.tag-wizard-form__header--usagescreen {
  width: initial;
}
.tag-wizard-form__container {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .tag-wizard-form__container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .tag-wizard-form__container--sidemenuscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 900;
    margin: 0;
    overflow-x: scroll;
    padding-bottom: 0 !important;
  }
}
.tag-wizard-form__container--sidemenuscreen .product-gallery-list {
  opacity: 0;
}
.tag-wizard-form__editorview {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .tag-wizard-form__editorview {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .tag-wizard-form__editorview--sidemenuscreen {
    padding: 0;
    z-index: 1002;
    position: fixed;
  }
}
.tag-wizard-form__editordetail {
  width: 41.6666666667%;
}
@media only screen and (max-width: 991px) {
  .tag-wizard-form__editordetail {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .tag-wizard-form__editordetail--sidemenuscreen {
    padding: 0;
    position: sticky;
  }
}
.tag-wizard-form__editorfooter {
  display: none;
}
@media only screen and (max-width: 480px) {
  .tag-wizard-form__editorfooter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 10px 20px 15px;
    z-index: 1001;
  }
  .tag-wizard-form__editorfooter > button:nth-child(1) {
    width: 140px;
    padding: 0;
  }
  .tag-wizard-form__editorfooter > button:nth-child(2) {
    width: 200px;
    padding: 0;
  }
}
.tag-wizard-form__body {
  display: block;
  width: 100%;
}
.tag-wizard-form__footer {
  display: block;
  width: 100%;
  align-self: end;
}

.tag-wizard-field-heading {
  display: block;
  color: #333333;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  margin: 0 0 10px 0;
  line-height: 150%;
}

.tag-wizard-field-instructions {
  display: block;
  color: #333333;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  margin: 10px 0 0;
  line-height: 150%;
}

.tag-usage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.tag-usage__item {
  flex: 1;
  position: relative;
  background: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  margin: 0 10px;
  cursor: pointer;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  transition: 0.2s;
}
.tag-usage__item:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 5px;
  border: 4px solid #00ade5;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.tag-usage__item--active {
  border-color: #00ade5;
}
.tag-usage__item--active:before {
  opacity: 1;
}
.tag-usage__item--inactive {
  opacity: 0.25;
  pointer-events: none;
}
.tag-usage__text {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.57;
  color: #333333;
}
@media only screen and (max-width: 480px) {
  .tag-usage__text {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.tag-review {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
}
.tag-review__type {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  border-radius: 5px;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.tag-review__type span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.tag-review__info {
  margin-left: 110px;
  padding: 15px 15px 20px 15px;
  line-height: 1.5;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.tag-review__info ul li,
.tag-review__info ol li {
  margin-left: 15px;
}

.printing-methods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.printing-methods__item {
  flex: 1;
  position: relative;
  background: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  opacity: 1;
  margin: 0 10px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  transition: 0.2s;
}
.printing-methods__item:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 5px;
  border: 4px solid #00ade5;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.printing-methods__item--active {
  border-color: #00ade5;
}
.printing-methods__item--active:before {
  opacity: 1;
}
.printing-methods__item--inactive {
  opacity: 0.25;
  pointer-events: none;
}
.printing-methods__text {
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.57;
  color: #333333;
}

.tag-wizard-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .tag-wizard-step {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.tag-wizard-step__item {
  position: relative;
  flex: 1;
}
.tag-wizard-step__item:first-child:before {
  width: 50%;
  left: 50%;
}
.tag-wizard-step__item:last-child:before {
  left: 0;
  width: 50%;
}
.tag-wizard-step__item:first-child:last-child:before {
  display: none;
}
.tag-wizard-step__item--active .tag-wizard-step__number {
  background: #333;
}
.tag-wizard-step__item--active .tag-wizard-step__text {
  color: #333;
}
.tag-wizard-step__item--completed {
  cursor: pointer;
}
.tag-wizard-step__item--completed .tag-wizard-step__number {
  background: #00ade5;
}
.tag-wizard-step__item--completed .tag-wizard-step__text {
  color: #00ade5;
}
.tag-wizard-step__item:before {
  content: "";
  position: absolute;
  top: 24.5px;
  width: 100%;
  z-index: -1;
  height: 1px;
  background: #e4e4e4;
}
@media only screen and (max-width: 480px) {
  .tag-wizard-step__item:before {
    top: 15px;
  }
}
.tag-wizard-step__number {
  display: block;
  background: #e4e4e4;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (max-width: 480px) {
  .tag-wizard-step__number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.tag-wizard-step__text {
  display: block;
  text-align: center;
  color: #919191;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (max-width: 480px) {
  .tag-wizard-step__text {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

.tag-wizard-nlis-property-state {
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) {
  .tag-wizard-nlis-property-state {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.tag-wizard-nlis-property-state .icon {
  display: inline-block;
  vertical-align: middle;
  color: #00ade5;
  margin-right: 5px;
}

.tag-wizard-mmbf__item {
  position: relative;
  background: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.tag-wizard-mmbf__item:last-child {
  margin-bottom: 0;
}
.tag-wizard-mmbf__input {
  padding: 13px 60px 13px 13px;
}
.tag-wizard-mmbf__input .field {
  margin-bottom: 0;
}
.tag-wizard-mmbf__input .field--checkbox:before {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.tag-wizard-mmbf__input .field__value {
  width: auto;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 768px) {
  .tag-wizard-mmbf__input .field__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.tag-wizard-mmbf__image {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 40px;
  transform: translateY(-50%);
}
.tag-wizard-mmbf__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tag-wizard-empty {
  padding: 50px 0 10px;
}
@media only screen and (min-width: 992px) {
  .tag-wizard-empty {
    padding: 100px 0 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .tag-wizard-empty {
    padding: 120px 0 10px;
  }
}
.tag-wizard-empty__body {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tag-wizard-variation-item {
  position: relative;
  background: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  padding: 5px 0;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  transition: 0.2s;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 48%;
  margin: 1%;
}
@media only screen and (min-width: 768px) {
  .tag-wizard-variation-item {
    padding: 10px;
    width: 32%;
    margin: 1%;
    /* height: 130px;

    width: 130px;
    max-width: 130px; */
  }
  .tag-wizard-variation-item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .tag-wizard-variation-item:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
  .tag-wizard-variation-item img {
    width: 100%;
  }
}
.tag-wizard-variation-item--single {
  width: 130px;
  max-width: 100%;
}
.tag-wizard-variation-item--no-interaction {
  cursor: pointer;
}
.tag-wizard-variation-item:nth-of-type(2n) {
  margin-right: 0;
}
.tag-wizard-variation-item:nth-of-type(2n + 1) {
  margin-left: 0;
}
.tag-wizard-variation-item:before {
  content: '';
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 5px;
  border: 4px solid #00ade5;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.tag-wizard-variation-item.activeBorder:before {
  opacity: 1;
}
.tag-wizard-variation-item.activeBorder span:after {
  width: 17px;
  height: 17px;
  content: '';
  background-image: url("../img/temp/bluetickmark.svg");
  position: absolute;
  margin-left: 2px;
}
@media (min-width: 768px) {
  .tag-wizard-variation-item.activeBorder span:after {
    width: 20px;
    height: 20px;
  }
}

.referral-coupon-form__wrapper {
  display: flex;
  justify-content: flex-end;
}
.referral-coupon-form__container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .referral-coupon-form__container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .referral-coupon-form__container {
    margin-bottom: 25px;
  }
}
.referral-coupon-form__code {
  padding: 2rem;
  background-color: #eef1f6;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500;
}
.referral-coupon-form__alert {
  padding: 1rem;
  background-color: #f6Cbcf;
  text-align: center;
  font-weight: 400;
}
.referral-coupon-form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.referral-coupon-form__copy {
  display: flex;
  color: #13a1df;
  border-radius: 5px;
  cursor: pointer;
}
.referral-coupon-form__copy-icon {
  margin-right: 8px;
}
.referral-coupon-form__copy-icon:before {
  color: #13a1df !important;
}
.referral-coupon-form__delete {
  display: flex;
  color: #fff;
  background-color: #c25757;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.referral-coupon-form__delete-icon {
  margin-right: 10px;
}
.referral-coupon-form__delete-icon:before {
  color: #fff !important;
}

.report__header {
  position: relative;
}
.report__header svg {
  left: 50%;
}
.report__card svg {
  left: 50%;
}
.report .react-bootstrap-table-pagination > div:first-child {
  display: none;
}
.report .react-bootstrap-table-pagination .react-bootstrap-table-pagination-list {
  flex: unset;
  max-width: 100%;
}
.report .react-bootstrap-table-pagination .react-bootstrap-table-page-btns-ul {
  display: flex;
  justify-content: center;
}
.report .react-bootstrap-table-pagination .page-item > a {
  background: white;
  border: 2px solid #e1e1e1;
  color: #919191;
  text-align: center;
}
.report .react-bootstrap-table-pagination .active.page-item {
  border-color: #00ade5;
}
.report .react-bootstrap-table-pagination .active.page-item > a {
  border-color: #00ade5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.report .react-bootstrap-table-pagination .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 0 7px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.report .react-bootstrap-table-pagination .page-link:hover, .report .react-bootstrap-table-pagination .page-link:focus {
  opacity: 1;
  border-color: #00c0ff;
}
.report .react-bootstrap-table-pagination .page-item[title="previous page"] {
  position: absolute;
  left: 0;
}
.report .react-bootstrap-table-pagination .page-item[title="previous page"] .page-link {
  width: 150px;
}
.report .react-bootstrap-table-pagination .page-item[title="next page"] {
  position: absolute;
  right: 0;
}
.report .react-bootstrap-table-pagination .page-item[title="next page"] .page-link {
  width: 150px;
}

.checkout-delivery-label {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  border-radius: 4px;
  background: #cf6d6d;
  color: #fff;
  text-transform: uppercase;
  padding: 6px;
  vertical-align: middle;
  text-align: center;
  line-height: 70%;
  margin-left: 3px;
}
@media only screen and (min-width: 992px) {
  .checkout-delivery-label {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

.nait-property-fields__button-wrapper {
  padding: 2px 0;
}
@media only screen and (min-width: 992px) {
  .nait-property-fields__button-wrapper {
    padding: 10px 0;
  }
}
.nait-property-fields__button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 1em;
  text-align: center;
  background: #fff;
  border: 2px solid #e1e1e1;
  box-shadow: none;
  color: #00ade5;
  margin-right: 4px;
  transition: 0.2s;
}
.nait-property-fields__button:last-child {
  margin-right: 0;
}
.nait-property-fields__button:hover, .nait-property-fields__button:focus {
  box-shadow: none;
  border-color: #00ade5;
  outline: none;
}

.notification {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  background: #ffe9b3;
  border-radius: 5px;
  line-height: 140%;
  padding: 15px;
  margin: 5px 0;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.notification .text-box {
  margin: 0 !important;
}
.notification .text-box p {
  padding: 0 !important;
  font-family: "Helvetica Neue LT W05_65 Medium";
}

/*------------------------------------*\
    ADDITIONAL FOR FIELDS
\*------------------------------------*/
.field-box {
  display: block;
  background: #fff;
  border: 2px solid #f6f6f6;
  border-radius: 5px;
  margin-bottom: 12.5px;
  padding: 10px 30px 10px 45px;
}
.field-box > .field--radio,
.field-box > .field--checkbox {
  display: block;
  margin-left: -30px;
  margin-bottom: 0;
}
.field-box--filled {
  background: #f6f6f6;
}
.field-box--filled .field[data-label] .field__text:before {
  background: #f6f6f6;
}
@media only screen and (max-width: 991px) {
  .field-box--filled .field[data-label] .field__text:before {
    height: 5px;
  }
}
.field-box--filled .field-box__extra {
  display: block;
}
.field-box--filled.field-box .boxed-message {
  display: block;
}
.field-box .boxed-message {
  display: none;
}
@media only screen and (max-width: 991px) {
  .field-box .boxed-message {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .field-box .boxed-message {
    max-width: 320px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .field-box .boxed-message {
    max-width: 360px;
  }
}
.field-box__extra {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .field-box__extra {
    margin-top: 0;
  }
}

.field-inline-edit {
  position: relative;
}
.field-inline-edit--small .field__input, .field-inline-edit--small .selectize-control.single .selectize-input, .selectize-control.single .field-inline-edit--small .selectize-input {
  height: 36px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) {
  .field-inline-edit--small .field__input, .field-inline-edit--small .selectize-control.single .selectize-input, .selectize-control.single .field-inline-edit--small .selectize-input {
    height: 41px;
    line-height: 41px;
  }
}
.field-inline-edit--small .button, .field-inline-edit--small .footer__button {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .field-inline-edit--small .button, .field-inline-edit--small .footer__button {
    height: 45px;
  }
}
.field-inline-edit--active .field-inline-edit__save,
.field-inline-edit--active .field-inline-edit__notification {
  opacity: 1;
  pointer-events: initial;
}
.field-inline-edit__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.field-inline-edit__item {
  flex: 1;
}
.field-inline-edit__save {
  flex: initial;
  position: relative;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.field-inline-edit__notification {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.field-inline-edit__notification-text {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 0.563em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  color: black;
}
.field-inline-edit__notification-text span {
  color: #919191;
}

.field-mini-heading {
  display: inline-block;
  color: #606060;
  margin-bottom: 10px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .field-mini-heading {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

.field-instruction {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .field-instruction {
    margin-bottom: 20px;
  }
}
.field + .field-instruction {
  margin-top: -8px;
}
@media only screen and (min-width: 992px) {
  .field + .field-instruction {
    margin-top: -13px;
  }
}
.field--alert + .field-instruction {
  visibility: hidden;
}

.field-tooltip {
  color: white;
  z-index: 2;
  position: absolute;
  right: -2px;
  top: -2px;
  font-size: 0.625em;
  padding: 4px;
  border: 0;
  line-height: 100%;
  cursor: pointer;
}
.field-tooltip:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px;
  border-color: #00ade5 #00ade5 transparent transparent;
  border-radius: 0px 5px 0px 0px;
  right: 0;
  top: 0;
  background: transparent;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  cursor: pointer;
}
.field-tooltip[aria-describedby]:after {
  border-radius: 50%;
  border-top: 10px solid #00ade5;
  border-right: 10px solid #00ade5;
  border-left: 10px solid #00ade5;
  border-bottom: 10px solid #00ade5;
  right: -5px;
  top: -3px;
  background: #00ade5;
}
.field-tooltip--alone {
  background: #ececec;
  color: #919191;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  font-size: 0.5em;
  position: relative;
  margin: 0 0 0 5px;
  border: solid 1px #d5d5d5;
}
@media only screen and (min-width: 992px) {
  .field-tooltip--alone {
    transition: 0.3s;
  }
}
.field-tooltip--alone:after {
  display: none;
}
.field-tooltip--alone[aria-describedby] {
  color: white;
  border-color: #00ade5;
  background: #00ade5;
  width: 24px;
  height: 24px;
}

.field-tooltip-popup {
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: -1000;
  margin-bottom: 5px;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  line-height: 157%;
  padding: 15px;
  width: 285px;
  opacity: 0;
  border-radius: 3px;
}
.field-tooltip-popup:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: rgba(51, 51, 51, 0.9);
  border-width: 5px;
  margin-left: -5px;
}
.field-tooltip-popup--active {
  opacity: 1;
  z-index: 3;
  transition: opacity 0.2s;
}

.field .popover, body .popover {
  box-shadow: none;
  margin-left: 0;
  margin-top: -80px;
  margin-right: 0;
  z-index: 9;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.field .popover.right, body .popover.right {
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .field .popover.right, body .popover.right {
    top: -15px !important;
    right: 0px !important;
  }
}
.field .popover.left, body .popover.left {
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .field .popover.left, body .popover.left {
    top: -15px !important;
    left: 0px !important;
  }
}
.field .popover .arrow, body .popover .arrow {
  display: none;
}
.field .popover-title, body .popover-title {
  background: transparent;
  border: 0;
  padding: 15px 30px 5px 15px;
  line-height: 140%;
  color: #000;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.field .popover-title .close, body .popover-title .close {
  font-size: 0.688em;
  color: #919191;
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
}
.field .popover-content, body .popover-content {
  color: #606060;
  padding: 10px 15px 15px;
  line-height: 180%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  color: #606060;
}

.field-selectize__item {
  padding: 7.5px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.field-selectize__title {
  display: block;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: initial;
  margin-bottom: 3px;
}
.field-selectize__title:last-child {
  margin-bottom: 0;
}
.field-selectize__subtitle {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  font-style: italic;
  line-height: initial;
}
.field-selectize__display {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: transparent;
}

.field--button {
  margin-bottom: 10px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 5px;
  background: black;
  color: white;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .field--button:hover, .field--button:focus {
    border-color: #00ade5;
    background-color: #1e2022;
    color: white;
  }
}
.field--button.field--focus, .field-inline-edit--active .field--button.field {
  border-color: #00ade5;
  background-color: #1e2022;
  color: white;
}
.field--button + .field--button {
  margin-top: auto;
}
.field--button.field--checked {
  background: #1e2022;
  color: white;
}
.field--button.field--inline {
  margin-right: 5px;
}
.field--button:before {
  content: none !important;
}
.field--button .field__input, .field--button .selectize-control.single .selectize-input, .selectize-control.single .field--button .selectize-input {
  position: absolute;
  top: 1px;
  float: left;
  width: auto;
  height: auto;
  opacity: 0;
  cursor: pointer;
}
.field--button .field__value {
  padding: 7.5px 10px;
}
@media only screen and (min-width: 992px) {
  .field--button .field__value {
    padding: 15px;
  }
}

.field--file .field__input, .field--file .selectize-control.single .selectize-input, .selectize-control.single .field--file .selectize-input {
  padding-top: 11px;
}
@media only screen and (min-width: 992px) {
  .field--file .field__input, .field--file .selectize-control.single .selectize-input, .selectize-control.single .field--file .selectize-input {
    padding-top: 14px;
  }
}

.field--colorpicker .field__input, .field--colorpicker .selectize-control.single .selectize-input, .selectize-control.single .field--colorpicker .selectize-input {
  padding-right: 75px;
}

.field__color-preview {
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -2px;
  width: 50px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}

.field--dropzone {
  padding: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .field--dropzone {
    margin-bottom: 30px;
  }
}
.field--dropzone--loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #e1e2e3;
  opacity: 0.5;
}
.field--dropzone .field__text, .field--dropzone .field[data-label] .field__text, .field[data-label] .field--dropzone .field__text {
  position: absolute;
  top: -8px;
  z-index: 1;
  display: inline;
  background: white;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) {
  .field--dropzone .field__text, .field--dropzone .field[data-label] .field__text, .field[data-label] .field--dropzone .field__text {
    margin: 0 10px;
    padding: 0 5px;
  }
}

.field__dropzone-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, -50%);
}

.field__dropzone__mini-text {
  position: absolute;
  top: 100%;
  display: block;
  padding-top: 5px;
  color: #919191;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  opacity: 0.5;
}
.field__dropzone__mini-text span {
  color: #000;
}

.field__dropzone-explanation {
  position: relative;
  z-index: 0;
  display: block;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 35px 20px 30px;
  text-align: center;
  background: #F8F8FA;
  color: rgba(0, 0, 0, 0.4);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
   supported by Chrome and Opera */
}
.field__dropzone-explanation--bigger {
  padding: 52px 20px 52px;
}
.field__dropzone-explanation__image {
  display: block;
  margin: 0 auto 20px;
}
.field__dropzone-explanation__image > .icon-image {
  color: rgba(0, 0, 0, 0.2);
  font-size: 38px;
}
.field__dropzone-explanation__big-text {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 11.5px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.813em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.field__dropzone-explanation__small-text {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.field__dropzone-explanation__highlight {
  color: black;
}

.dz-details {
  border-radius: 3px;
  overflow: hidden;
}
.dz-details img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.dz-clickable {
  cursor: pointer;
}

.dz-remove {
  position: absolute;
  top: 15px;
  right: 15px;
  text-shadow: 1px 1px 2px #fff;
  cursor: pointer;
}

.react-select.field {
  width: 100%;
}
.react-select.field--focus, .field-inline-edit--active .react-select.field {
  z-index: 3 !important;
}
.react-select .field__input--autoresize {
  z-index: -1;
  opacity: 0;
}
.react-select__container {
  z-index: 2;
}
.react-select__control {
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  z-index: 0;
}
.react-select__placeholder + div {
  position: absolute;
}
.react-select__value-container {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.react-select__single-value {
  position: absolute;
}
.react-select__multi-value {
  margin-right: 5px !important;
}
.react-select__option {
  cursor: pointer !important;
  font-size: 0.875em !important;
}
.react-select__menu {
  position: relative;
  z-index: 999 !important;
}

.react-select__container {
  z-index: 2;
}

.delivery--addreess--holder .react-select__menu-list {
  max-height: 180px !important;
}

.react-notice-box {
  position: relative;
  background: #fafbfc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .react-notice-box {
    padding: 20px 30px;
  }
}
.react-notice-box:last-child {
  margin-bottom: 0;
}
.react-notice-box .button, .react-notice-box .footer__button {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  padding: 10px 17.5px;
  margin: 0 5px;
  text-transform: none;
}
.react-notice-box .button .icon, .react-notice-box .footer__button .icon {
  display: inline-block;
  margin: -2px 10px;
}
.react-notice-box .button .icon:first-child, .react-notice-box .footer__button .icon:first-child {
  margin-left: -5px;
}
.react-notice-box .button .icon:last-child, .react-notice-box .footer__button .icon:last-child {
  margin-right: -5px;
}
.react-notice-box--icon {
  padding-left: 80px;
}
.react-notice-box--yellow {
  background: #fffcef;
  border-color: #fffcef;
}
.react-notice-box--yellow .button, .react-notice-box--yellow .footer__button {
  border: 2px solid white;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.react-notice-box--yellow .button:hover, .react-notice-box--yellow .footer__button:hover, .react-notice-box--yellow .button:focus, .react-notice-box--yellow .footer__button:focus {
  background-color: rgba(0, 0, 0, 0.4);
}
.react-notice-box--red {
  background: #cf6d6d;
  border-color: #cf6d6d;
  color: #fff;
}
.react-notice-box--red .text-box {
  color: inherit;
}
.react-notice-box--red .button, .react-notice-box--red .footer__button {
  border: 2px solid white;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.react-notice-box--red .button:hover, .react-notice-box--red .footer__button:hover, .react-notice-box--red .button:focus, .react-notice-box--red .footer__button:focus {
  background-color: rgba(0, 0, 0, 0.4);
}
.react-notice-box--blue {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}
.react-notice-box--blue .text-box {
  color: inherit;
}
.react-notice-box--blue .button, .react-notice-box--blue .footer__button {
  border: 2px solid white;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.react-notice-box--blue .button:hover, .react-notice-box--blue .footer__button:hover, .react-notice-box--blue .button:focus, .react-notice-box--blue .footer__button:focus {
  background-color: rgba(0, 0, 0, 0.4);
}
.react-notice-box--green {
  background: #6dcf7c;
  border-color: #6dcf7c;
  color: #fff;
}
.react-notice-box--green .text-box {
  color: inherit;
}
.react-notice-box--green .button, .react-notice-box--green .footer__button {
  border: 2px solid white;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.react-notice-box--green .button:hover, .react-notice-box--green .footer__button:hover, .react-notice-box--green .button:focus, .react-notice-box--green .footer__button:focus {
  background-color: rgba(0, 0, 0, 0.4);
}
.react-notice-box__content-area {
  position: relative;
  margin-bottom: 15px;
}
.react-notice-box__content-area:last-child {
  margin-bottom: 0;
}
.react-notice-box__content {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: 1.57;
}
.react-notice-box__content ul, .react-notice-box__content ol {
  padding-left: 15px;
}
.react-notice-box__action-area {
  position: relative;
  margin-bottom: 15px;
}
.react-notice-box__action-area .text-box {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  margin-left: 8px;
}
.react-notice-box__action-area:last-child {
  margin-bottom: 0;
}
.react-notice-box__icon-area {
  position: absolute;
  top: 50%;
  left: -80px;
  width: 80px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
}

.google-places-autocomplete {
  position: relative;
  width: 100%;
}
.google-places-autocomplete__suggestions-container {
  background: #fff;
  border-radius: 0 0 5px 5px;
  color: #000;
  position: absolute;
  width: 100%;
  z-index: 2;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.09);
}
.google-places-autocomplete__suggestion {
  font-size: 0.75em;
  line-height: 1.4;
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .google-places-autocomplete__suggestion {
    font-size: 0.75em;
  }
}
.google-places-autocomplete__suggestion:hover, .google-places-autocomplete__suggestion:focus {
  background-color: #fafafa;
}

/*------------------------------------*\
    DATA TABLES RELATED
\*------------------------------------*/
.dt-assigned-supplier__name {
  flex: 1 0 100px;
  max-width: 100px;
}
@media only screen and (min-width: 375px) {
  .dt-assigned-supplier__name {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
.dt-assigned-supplier__number {
  flex: 1;
}

.dt-cart-summary--sub .dt-cart-summary__image {
  padding-left: 20px !important;
}
@media only screen and (min-width: 992px) {
  .dt-cart-summary--sub .dt-cart-summary__image {
    padding-left: 40px !important;
  }
}
.dt-cart-summary--sub .cart-summary__indent {
  display: flex;
}
.dt-cart-summary__image {
  position: relative;
  flex: 1 0 70px;
  max-width: 70px;
}
@media only screen and (min-width: 768px) {
  .dt-cart-summary__image {
    flex: 1 0 125px;
    max-width: 125px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-cart-summary__image {
    flex: 1 0 160px;
    max-width: 160px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .dt-cart-summary__image {
    padding-right: 30px;
  }
}
.dt-cart-summary__image img {
  max-width: 60px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .dt-cart-summary__image img {
    max-width: 85px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-cart-summary__image img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-cart-summary__product {
    flex: 1 0 250px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-cart-summary__price {
    flex: 1 0 85px;
    max-width: 85px;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .dt-cart-summary__total {
    flex: 1 0 100px;
    max-width: 100px;
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .dt-cart-summary__total {
    flex: 1 0 110px;
    max-width: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-cart-summary__quantity {
    flex: 1 0 125px;
    max-width: 125px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .dt-cart-summary__quantity {
    flex: 1 0 185px;
    max-width: 185px;
  }
}
@media only screen and (max-width: 767px) {
  .dt-cart-summary__extra {
    padding-top: 0 !important;
    padding-left: 80px !important;
  }
}

.dt-coupon-list__tr--expired .data-table__info, .dt-referral-coupon-list__tr--expired .data-table__info {
  opacity: 0.5;
  text-decoration: line-through;
}
.dt-coupon-list__checkbox, .dt-referral-coupon-list__checkbox {
  flex: 1 0 20px;
  max-width: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media only screen and (min-width: 375px) {
  .dt-coupon-list__checkbox, .dt-referral-coupon-list__checkbox {
    flex: 1 0 35px;
    max-width: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-coupon-list__checkbox, .dt-referral-coupon-list__checkbox {
    flex: 1 0 50px;
    max-width: 50px;
    padding-right: 10px;
  }
}
.dt-coupon-list__code, .dt-referral-coupon-list__code {
  flex: 1;
}
.dt-coupon-list__discount, .dt-referral-coupon-list__discount {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .dt-coupon-list__discount, .dt-referral-coupon-list__discount {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
.dt-coupon-list__usage, .dt-referral-coupon-list__usage {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .dt-coupon-list__usage, .dt-referral-coupon-list__usage {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
.dt-coupon-list__expiry, .dt-referral-coupon-list__expiry {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .dt-coupon-list__expiry, .dt-referral-coupon-list__expiry {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
.dt-coupon-list__action, .dt-referral-coupon-list__action {
  text-align: right;
  flex: 1 0 50px;
  max-width: 50px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .dt-coupon-list__action, .dt-referral-coupon-list__action {
    flex: 1 0 70px;
    max-width: 70px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-coupon-list__action, .dt-referral-coupon-list__action {
    flex: 1 0 95px;
    max-width: 95px;
  }
}

.dt-delivery-address__nickname {
  flex: 1 0 150px;
  max-width: 150px;
  color: black;
}
@media only screen and (max-width: 767px) {
  .dt-delivery-address__nickname {
    flex: 1 0 100px;
    max-width: 100px;
  }
}
.dt-delivery-address__address {
  flex: 1;
}

.dt-in-store-list__checkbox {
  flex: 1 0 20px;
  max-width: 20px;
  padding-right: 0;
}
@media only screen and (min-width: 375px) {
  .dt-in-store-list__checkbox {
    flex: 1 0 35px;
    max-width: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-in-store-list__checkbox {
    flex: 1 0 50px;
    max-width: 50px;
    padding-right: 10px;
  }
}
.dt-in-store-list__image {
  flex: 1 0 60px;
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .dt-in-store-list__image {
    flex: 1 0 90px;
    max-width: 90px;
  }
}
.dt-in-store-list__code {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .dt-in-store-list__code {
    display: none;
  }
}
.dt-in-store-list__name {
  flex: 2;
}
.dt-in-store-list__price {
  flex: 1 0 80px;
  max-width: 80px;
}
.dt-in-store-list__action {
  text-align: right;
  flex: 1 0 65px;
  max-width: 65px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .dt-in-store-list__action {
    flex: 1 0 70px;
    max-width: 70px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-in-store-list__action {
    flex: 1 0 95px;
    max-width: 95px;
  }
}

.dt-invoices__ref {
  flex: 1 0 75px;
  width: 75px;
}
@media only screen and (min-width: 375px) {
  .dt-invoices__ref {
    flex: 1 0 90px;
    width: 90px;
  }
}
.dt-invoices__ordered {
  flex: 1 0 90px;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .dt-invoices__ordered {
    display: none;
  }
}
.dt-invoices__due {
  flex: 1 0 80px;
  width: 80px;
}
@media only screen and (min-width: 375px) {
  .dt-invoices__due {
    flex: 1 0 90px;
    width: 90px;
  }
}
.dt-invoices__total {
  flex: 1 0 85px;
  max-width: 85px;
}
@media only screen and (min-width: 375px) {
  .dt-invoices__total {
    flex: 1 0 100px;
    max-width: 100px;
  }
}
.dt-invoices__view {
  text-align: center;
  flex: 1 0 40px;
  max-width: 40px;
}
@media only screen and (min-width: 992px) {
  .dt-invoices__view {
    display: none;
  }
}
.dt-invoices__action {
  text-align: right;
  flex: 1 0 30px;
  max-width: 30px;
}
@media only screen and (min-width: 375px) {
  .dt-invoices__action {
    flex: 1 0 40px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .dt-invoices__action {
    flex: 1 0 165px;
    max-width: 165px;
  }
}

.dt-pic-numbers__number {
  flex: 1 0 75px;
  width: 75px;
}
@media only screen and (min-width: 375px) {
  .dt-pic-numbers__number {
    flex: 1 0 90px;
    width: 90px;
  }
}
.dt-pic-numbers__business-name {
  flex: 1 0 90px;
  width: 90px;
}
.dt-pic-numbers__first-name {
  flex: 1 0 90px;
  width: 90px;
}
.dt-pic-numbers__last-name {
  flex: 1 0 90px;
  width: 90px;
}
.dt-pic-numbers__town {
  flex: 1 0 90px;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .dt-pic-numbers__viewmore {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dt-pic-numbers__viewmore .data-table__extra-data-toggle {
    padding: 0;
  }
}

.stylesheet__item {
  display: block;
  border-radius: 5px;
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 5px;
}
.stylesheet__item:last-child {
  margin-bottom: 0;
}
.stylesheet__item--border {
  background: transparent;
  border: 1px solid #ddd;
}
.stylesheet__title {
  display: block;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  margin-bottom: 10px;
}
.stylesheet__code {
  display: inline-block;
  border-radius: 5px;
  background: #ddd;
  color: black;
  padding: 5px 7.5px;
  font-size: 0.875em;
  margin-top: 5px;
}

/*------------------------------------*\
    REACT TABLES STYLING
\*------------------------------------*/
.rt-coupon-list--expired .react-table__info, .rt-referral-coupon-list--expired .react-table__info {
  opacity: 0.5;
  text-decoration: line-through;
}
.rt-coupon-list__checkbox, .rt-referral-coupon-list__checkbox {
  flex: 1 0 20px;
  max-width: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media only screen and (min-width: 375px) {
  .rt-coupon-list__checkbox, .rt-referral-coupon-list__checkbox {
    flex: 1 0 35px;
    max-width: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .rt-coupon-list__checkbox, .rt-referral-coupon-list__checkbox {
    flex: 1 0 50px;
    max-width: 50px;
    padding-right: 10px;
  }
}
.rt-coupon-list__code, .rt-referral-coupon-list__code {
  flex: 1;
  word-break: break-all;
}
.rt-coupon-list__discount, .rt-referral-coupon-list__discount {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .rt-coupon-list__discount, .rt-referral-coupon-list__discount {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
.rt-coupon-list__usage, .rt-referral-coupon-list__usage {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .rt-coupon-list__usage, .rt-referral-coupon-list__usage {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
.rt-coupon-list__expiry, .rt-referral-coupon-list__expiry {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .rt-coupon-list__expiry, .rt-referral-coupon-list__expiry {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
.rt-coupon-list__action, .rt-referral-coupon-list__action {
  text-align: right;
  flex: 1 0 50px;
  max-width: 50px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .rt-coupon-list__action, .rt-referral-coupon-list__action {
    flex: 1 0 70px;
    max-width: 70px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .rt-coupon-list__action, .rt-referral-coupon-list__action {
    flex: 1 0 95px;
    max-width: 95px;
  }
}

.react-table .rt-in-store-list__checkbox {
  flex: 30 0 auto;
  width: 30px;
  max-width: 30px;
  padding-left: 0;
}
@media only screen and (min-width: 375px) {
  .react-table .rt-in-store-list__checkbox {
    flex: 35 0 auto;
    width: 35px;
    max-width: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .react-table .rt-in-store-list__checkbox {
    flex: 50 0 auto;
    width: 50px;
    max-width: 50px;
    padding-right: 10px;
  }
}
.react-table .rt-in-store-list__image {
  flex: 60 0 auto;
  width: 60px;
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .react-table .rt-in-store-list__image {
    flex: 90 0 auto;
    width: 90px;
    max-width: 90px;
  }
}
.react-table .rt-in-store-list__code {
  flex: 100 0 auto;
  width: 100px;
  word-break: break-all;
}
@media only screen and (min-width: 992px) {
  .react-table .rt-in-store-list__code {
    flex: 130 0 auto;
    width: 130px;
  }
}
.react-table .rt-in-store-list__name {
  flex: 200 0 auto;
  width: 200px;
}
@media only screen and (min-width: 992px) {
  .react-table .rt-in-store-list__name {
    flex: 200 0 auto;
    width: 200px;
  }
}
.react-table .rt-in-store-list__profit {
  flex: 80 0 auto;
  max-width: 80px;
}
@media only screen and (min-width: 992px) {
  .react-table .rt-in-store-list__profit {
    flex: 100 0 auto;
    max-width: 100px;
  }
}
.react-table .rt-in-store-list__price {
  flex: 70 0 auto;
  width: 70px;
  max-width: 70px;
  text-overflow: unset;
  word-break: break-all;
}
@media only screen and (min-width: 992px) {
  .react-table .rt-in-store-list__price {
    flex: 85 0 auto;
    width: 85px;
    max-width: 85px;
  }
}
@media only screen and (min-width: 1200px) {
  .react-table .rt-in-store-list__price {
    flex: 110 0 auto;
    width: 110px;
    max-width: 110px;
  }
}
.react-table .rt-in-store-list__action {
  text-align: right;
  flex: 60 0 auto;
  width: 60px;
  max-width: 60px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .react-table .rt-in-store-list__action {
    flex: 70 0 auto;
    width: 70px;
    max-width: 70px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .react-table .rt-in-store-list__action {
    flex: 95 0 auto;
    width: 95px;
    max-width: 95px;
  }
}

.react-table .rt-invoices__ref {
  flex: 1 0 75px;
  width: 75px;
  padding-left: 0;
}
@media only screen and (min-width: 375px) {
  .react-table .rt-invoices__ref {
    flex: 1 0 90px;
    width: 90px;
  }
}
.react-table .rt-invoices__ordered {
  flex: 1 0 90px;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .react-table .rt-invoices__ordered {
    display: none;
  }
}
.react-table .rt-invoices__due {
  flex: 1 0 80px;
  width: 80px;
}
@media only screen and (min-width: 375px) {
  .react-table .rt-invoices__due {
    flex: 1 0 90px;
    width: 90px;
  }
}
.react-table .rt-invoices__total {
  flex: 1 0 85px;
  max-width: 85px;
}
@media only screen and (min-width: 375px) {
  .react-table .rt-invoices__total {
    flex: 1 0 100px;
    max-width: 100px;
  }
}
.react-table .rt-invoices__view {
  text-align: center;
  flex: 1 0 40px;
  max-width: 40px;
}
@media only screen and (min-width: 992px) {
  .react-table .rt-invoices__view {
    display: none;
  }
}
.react-table .rt-invoices__action {
  text-align: right;
  flex: 1 0 30px;
  max-width: 30px;
  padding-right: 0;
}
@media only screen and (min-width: 375px) {
  .react-table .rt-invoices__action {
    flex: 1 0 40px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .react-table .rt-invoices__action {
    flex: 1 0 165px;
    max-width: 165px;
  }
}

.react-table .rt-pic-numbers__number {
  flex: 1 0 75px;
  width: 75px;
  padding-left: 0;
}
@media only screen and (min-width: 375px) {
  .react-table .rt-pic-numbers__number {
    flex: 1 0 90px;
    width: 90px;
  }
}
.react-table .rt-pic-numbers__business-name {
  flex: 1 0 90px;
  width: 90px;
}
.react-table .rt-pic-numbers__first-name {
  flex: 1 0 90px;
  width: 90px;
}
.react-table .rt-pic-numbers__last-name {
  flex: 1 0 90px;
  width: 90px;
}
.react-table .rt-pic-numbers__town {
  flex: 1 0 90px;
  width: 90px;
}

/*------------------------------------*\
    NEW HOMEPAGE
\*------------------------------------*/
.explanation-box {
  display: block;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .explanation-box {
    padding: 35px;
  }
}
.explanation-box--featured {
  padding: 50px 30px;
}
@media only screen and (min-width: 992px) {
  .explanation-box--featured {
    padding: 85px 45px 85px 50px;
    margin-top: -170px;
  }
}
.explanation-box__container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .explanation-box__container .animated:nth-child(0) {
    animation-delay: 0s;
  }
  .explanation-box__container .animated:nth-child(1) {
    animation-delay: 0.2s;
  }
  .explanation-box__container .animated:nth-child(2) {
    animation-delay: 0.4s;
  }
  .explanation-box__container .animated:nth-child(3) {
    animation-delay: 0.6s;
  }
  .explanation-box__container .animated:nth-child(4) {
    animation-delay: 0.8s;
  }
  .explanation-box__container .animated:nth-child(5) {
    animation-delay: 1s;
  }
  .explanation-box__container .animated:nth-child(6) {
    animation-delay: 1.2s;
  }
}
@media only screen and (min-width: 992px) {
  .explanation-box--featured .explanation-box__heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .explanation-box--featured .explanation-box__heading {
    margin-bottom: 60px;
  }
}
.explanation-box__image {
  margin-bottom: 35px;
}
.explanation-box__image:last-child {
  margin-bottom: 0;
}
.explanation-box__text .text-box {
  color: inherit;
}
.explanation-box__bottom-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.explanation-box__bottom-bg img, .explanation-box__bottom-bg svg {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .nlis-tag-section__image {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .nlis-tag-section__image {
    padding-right: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .nlis-tag-section__image {
    padding-right: 100px;
  }
}
.nlis-tag-section__image img, .nlis-tag-section__image svg {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .nlis-tag-section__image img, .nlis-tag-section__image svg {
    margin: 0;
  }
}
.nlis-tag-section__button-box {
  margin-top: 60px;
}
.nlis-tag-section__button {
  margin-bottom: 25px;
}
.nlis-tag-section__button:last-child {
  margin-bottom: 0;
}

.outstanding-feature-box {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 8px solid #00ade5;
}
.outstanding-feature-box__image img, .outstanding-feature-box__image svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.outstanding-feature-box__content {
  padding: 20px 30px 25px;
}
@media only screen and (min-width: 992px) {
  .outstanding-feature-box__content {
    padding: 40px 50px 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .outstanding-feature-box__content {
    padding: 40px 75px 60px;
  }
}
.outstanding-feature-box__content .text-box {
  color: #6d6f79;
}
@media only screen and (min-width: 992px) {
  .outstanding-feature-box__content .text-box ul li {
    padding-left: 40px;
  }
}
.outstanding-feature-box__content .text-box ul li:before {
  content: '\e93e';
  color: #6dcf7c;
}
@media only screen and (min-width: 992px) {
  .outstanding-feature-box__content .text-box ul li:before {
    margin-left: -40px;
  }
}

.outstanding-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.outstanding-feature-list:after {
  display: block;
  clear: both;
  content: '';
}
@media only screen and (min-width: 768px) {
  .outstanding-feature-list {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1600px) {
  .outstanding-feature-list {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .outstanding-feature-list .animated:nth-child(0) {
    animation-delay: 0s;
  }
  .outstanding-feature-list .animated:nth-child(1) {
    animation-delay: 0.2s;
  }
  .outstanding-feature-list .animated:nth-child(2) {
    animation-delay: 0.4s;
  }
  .outstanding-feature-list .animated:nth-child(3) {
    animation-delay: 0.6s;
  }
  .outstanding-feature-list .animated:nth-child(4) {
    animation-delay: 0.8s;
  }
  .outstanding-feature-list .animated:nth-child(5) {
    animation-delay: 1s;
  }
  .outstanding-feature-list .animated:nth-child(6) {
    animation-delay: 1.2s;
  }
}
.outstanding-feature-list__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .outstanding-feature-list__item {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .outstanding-feature-list__item {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 1600px) {
  .outstanding-feature-list__item {
    margin-bottom: 100px;
  }
}
.outstanding-feature-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .outstanding-feature-list__item:nth-child(2n) {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .outstanding-feature-list__item:nth-child(2n + 1) {
    padding-right: 20px;
  }
}
.outstanding-feature-list__image {
  width: 65px;
  margin-right: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .outstanding-feature-list__image {
    width: 70px;
    margin-right: 30px;
  }
}
.outstanding-feature-list__image img, .outstanding-feature-list__image svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .outstanding-feature-list__content {
    flex: 1;
  }
}

@media only screen and (min-width: 992px) {
  .suggest-registration .animated:nth-child(0) {
    animation-delay: 0s;
  }
  .suggest-registration .animated:nth-child(1) {
    animation-delay: 0.1s;
  }
  .suggest-registration .animated:nth-child(2) {
    animation-delay: 0.2s;
  }
  .suggest-registration .animated:nth-child(3) {
    animation-delay: 0.3s;
  }
  .suggest-registration .animated:nth-child(4) {
    animation-delay: 0.4s;
  }
  .suggest-registration .animated:nth-child(5) {
    animation-delay: 0.5s;
  }
  .suggest-registration .animated:nth-child(6) {
    animation-delay: 0.6s;
  }
}
.suggest-registration__text-box {
  color: #fff;
  opacity: 0.6;
}
.suggest-registration__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  align-items: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
  background-image: linear-gradient(to left, #022d48, #02253e 82%, #023d5c);
}
@media only screen and (min-width: 992px) {
  .suggest-registration__item {
    padding: 45px 30px 45px 10px;
    background-image: linear-gradient(to left, #021c32, #022037 82%, #022e49);
    transition: 0.2s;
  }
  .suggest-registration__item:hover, .suggest-registration__item:focus {
    background-image: linear-gradient(to left, #022d48, #02253e 82%, #023d5c);
    z-index: 1;
  }
  .suggest-registration__item:hover .suggest-registration__content, .suggest-registration__item:focus .suggest-registration__content {
    opacity: 1;
  }
}
.suggest-registration__item:last-child {
  margin-bottom: 0;
}
.suggest-registration__type {
  text-align: center;
  width: 150px;
}
@media only screen and (min-width: 992px) {
  .suggest-registration__type {
    width: 185px;
  }
}
@media only screen and (min-width: 1200px) {
  .suggest-registration__type {
    width: 240px;
  }
}
.suggest-registration__illust {
  width: 40px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 992px) {
  .suggest-registration__illust {
    width: 50px;
  }
}
.suggest-registration__illust img, .suggest-registration__illust svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.suggest-registration__content-area {
  flex: 1;
  padding: 20px 20px 20px 0;
}
@media only screen and (min-width: 992px) {
  .suggest-registration__content-area {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.suggest-registration__content {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .suggest-registration__content {
    flex: 1;
    padding: 0 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .suggest-registration__content {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 992px) {
  .suggest-registration__content {
    transition: 0.2s;
    opacity: 0.6;
  }
}
.suggest-registration__text {
  max-width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
  line-height: 1.44;
}
@media only screen and (min-width: 992px) {
  .suggest-registration__text {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
@media only screen and (min-width: 1200px) {
  .suggest-registration__text {
    max-width: 520px;
  }
}
.suggest-registration__cta {
  width: 150px;
}
@media only screen and (min-width: 992px) {
  .suggest-registration__cta {
    width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .suggest-registration__cta {
    width: 220px;
  }
}
.suggest-registration__cta .button, .suggest-registration__cta .footer__button {
  text-transform: none;
  margin: 0;
}

.sponsored-by {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-image: radial-gradient(circle at 50% 50%, #061a34, #000000 88%);
}
@media only screen and (min-width: 992px) {
  .sponsored-by__bg-angle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55%;
    background: url("../../img/powered-by-angle.svg") no-repeat right center;
    background-size: cover;
    pointer-events: none;
  }
}
@media only screen and (min-width: 992px) {
  .sponsored-by__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.sponsored-by__left {
  padding: 55px 110px;
}
@media only screen and (max-width: 991px) {
  .sponsored-by__left {
    padding: 55px 80px;
  }
}
@media only screen and (max-width: 480px) {
  .sponsored-by__left {
    padding: 15% 30px 30px;
    background-image: radial-gradient(circle at 0 100%, #091b32, #143b6f);
    transform: skewY(3deg) translateY(-10%);
  }
}
.sponsored-by__right {
  padding: 30px 20px;
}
@media only screen and (min-width: 992px) {
  .sponsored-by__right {
    padding: 55px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .sponsored-by__right {
    padding: 55px 110px;
  }
}
@media only screen and (max-width: 480px) {
  .sponsored-by__content {
    transform: skewY(-3deg);
  }
}
.sponsored-by__content .text-box p {
  color: white;
  font-size: 1.125em;
  line-height: 1.44;
}
@media only screen and (min-width: 992px) {
  .sponsored-by__content .text-box p {
    font-size: 1.625em;
  }
}
@media only screen and (min-width: 1200px) {
  .sponsored-by__content .text-box p {
    font-size: 2em;
  }
}
.sponsored-by__content .text-box p b, .sponsored-by__content .text-box p strong {
  color: inherit;
}
.sponsored-by__text {
  margin-bottom: 10px;
  color: #fff;
  opacity: 0.7;
}
.sponsored-by__text .text-box {
  color: inherit;
}
.sponsored-by__text .text-box p {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .sponsored-by__text .text-box p {
    font-size: 0.813em;
  }
}
.sponsored-by__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.sponsored-by__logo-item {
  display: block;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .sponsored-by__logo-item {
    margin-right: 35px;
  }
}
.sponsored-by__logo-item:last-child {
  margin-right: 0;
}
.sponsored-by__logo-item--quecklink img {
  width: 125px;
}
@media only screen and (max-width: 480px) {
  .sponsored-by__logo-item--quecklink img {
    width: 80px;
  }
}
.sponsored-by__logo-item--lp {
  padding-top: 8px;
}
@media only screen and (min-width: 992px) {
  .sponsored-by__logo-item--lp {
    padding-top: 12px;
  }
}
.sponsored-by__logo-item--lp img {
  width: 214px;
}
@media only screen and (max-width: 480px) {
  .sponsored-by__logo-item--lp img {
    width: 120px;
  }
}
.sponsored-by__logo-item img {
  max-width: 100%;
  height: auto;
}

.tag-chooser__item {
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  background-color: white;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .tag-chooser__item {
    padding: 40px 40px 55px;
    height: 100%;
  }
}
.tag-chooser__header {
  width: 380px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 992px) {
  .tag-chooser__header {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .tag-chooser__header {
    margin-bottom: 50px;
  }
}

.tag-chooser-featured {
  text-align: center;
}
.tag-chooser-featured:after {
  display: block;
  clear: both;
  content: '';
}
.tag-chooser-featured__item {
  float: left;
  display: block;
  color: #3d3d3d;
  width: 50%;
  padding: 0 10px;
}
.tag-chooser-featured__item:first-child {
  margin-left: 0;
}
.tag-chooser-featured__item:last-child {
  margin-right: 0;
}
.tag-chooser-featured__image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .tag-chooser-featured__image {
    margin-bottom: 30px;
  }
}
.tag-chooser-featured__image:last-child {
  margin-bottom: 0;
}
.tag-chooser-featured__image img, .tag-chooser-featured__image svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.tag-chooser-featured__text {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .tag-chooser-featured__text {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}

.tag-chooser-list {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 410px;
  max-width: 100%;
}
.tag-chooser-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #c8c8c8;
  height: 60px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .tag-chooser-list__item {
    height: 71px;
    transition: 0.2s;
  }
  .tag-chooser-list__item:hover, .tag-chooser-list__item:focus {
    border-bottom-color: #00ade5;
  }
  .tag-chooser-list__item:hover .tag-chooser-list__cta__link, .tag-chooser-list__item:focus .tag-chooser-list__cta__link {
    opacity: 1;
  }
  .tag-chooser-list__item:hover .tag-chooser-list__cta__link .icon, .tag-chooser-list__item:focus .tag-chooser-list__cta__link .icon {
    color: #00ade5;
  }
  .tag-chooser-list__item:hover .tag-chooser-list__cta__link span, .tag-chooser-list__item:focus .tag-chooser-list__cta__link span {
    color: black;
  }
}
.tag-chooser-list__icon {
  width: 70px;
  padding-right: 20px;
}
.tag-chooser-list__icon img, .tag-chooser-list__icon svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.tag-chooser-list__title {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .tag-chooser-list__title {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W01_75 Bold";
  }
}
.tag-chooser-list__cta {
  flex: 1;
  padding-right: 16px;
  text-align: right;
  font-size: 0.813em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .tag-chooser-list__cta {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}
.tag-chooser-list__cta__item {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .tag-chooser-list__cta__item {
    margin-right: 20px;
  }
}
.tag-chooser-list__cta__item:last-child {
  margin-right: 0;
}
.tag-chooser-list__cta__link {
  display: inline-block;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .tag-chooser-list__cta__link {
    opacity: 0.2;
    transition: 0.2s;
  }
}
.tag-chooser-list__cta__link .icon {
  color: #00ade5;
}
@media only screen and (min-width: 992px) {
  .tag-chooser-list__cta__link .icon {
    color: black;
    transition: 0.2s;
  }
}
.tag-chooser-list__cta__link span {
  display: inline-block;
  color: black;
}

/*------------------------------------*\
    TAG EDITOR
\*------------------------------------*/
#canvas-wrapper {
  padding: 20px;
  text-align: center;
}

#canvas {
  display: block;
  box-sizing: content-box;
  margin: 1px auto;
  background: #999999;
  box-shadow: 0 0 1px 1px black;
}

.canvas-container {
  margin: 0 auto;
}

.alert {
  border-radius: 5px;
  color: inherit;
}
.alert > p {
  line-height: 160%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .alert > p {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.alert button {
  padding: 0;
  border: 0;
  background: none;
  text-decoration: underline;
}

.alert-danger {
  border-color: #cf6d6d;
  background: #f5e0e0;
}

.errorList {
  margin: 0 0 10px 0 !important;
  list-style-position: inside;
}
.errorList:last-child {
  margin-bottom: 0 !important;
}
.errorList__item {
  color: #919191;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .errorList__item {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
  }
}

.layersList {
  list-style: none;
}
.layersList__item {
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: black;
  text-align: center;
}
.layersList__item:not(:last-child) {
  border-bottom-color: #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .layersList__item {
    transition: 0.2s 0s;
  }
  .layersList__item:hover, .layersList__item:focus {
    border-color: #00ade5;
  }
}
.layersList__item--disabled {
  opacity: 0.2;
  pointer-events: none;
}
.layersList__item--active {
  border-color: #919191;
  box-shadow: 0 0 1px 1px #919191;
}
.layersList__item-container {
  display: flex;
  align-items: center;
}
.layersList__type {
  display: block;
  width: 30px;
  color: #919191;
  font-size: 1.5em;
  flex-shrink: 0;
}
.layersList__type i.icon-text::before, .layersList__type i.icon-sequence::before, .layersList__type i.icon-list::before, .layersList__type i.icon-customList::before, .layersList__type i.icon-image::before, .layersList__type i.icon-code::before, .layersList__type i.icon-rfid::before, .layersList__type i.icon-initialvalues::before {
  color: #00ade5;
}
.layersList__content {
  color: #333333;
  display: block;
  overflow: hidden;
  text-transform: capitalize;
  width: 100%;
  margin: 0 15px;
  border-radius: 5px;
  background: white;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  flex-grow: 1;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
@media only screen and (min-width: 992px) {
  .layersList__content {
    line-height: 40px;
  }
}
.layersList__content--lineText {
  padding-right: 5px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
  color: #606060;
}
.layersList__button {
  display: block;
  margin-left: 5px;
  padding: 0 5px;
  border: none;
  background: none;
  color: #919191;
  line-height: 30px;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .layersList__button {
    line-height: 40px;
    transition: 0.2s 0s;
  }
  .layersList__button:hover, .layersList__button:focus {
    color: black;
  }
}
.layersList__more {
  display: block;
  color: #00ade5;
  padding: 10px 0;
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
  text-align: center;
  text-transform: lowercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
@media only screen and (min-width: 992px) {
  .layersList__more {
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_55 Roman";
    line-height: 40px;
  }
}
.layersList__more:before {
  content: "+";
  margin-right: 10px;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.layersList__more span {
  text-transform: uppercase;
}
.layersList__more--disabled {
  opacity: 0.3;
  cursor: default;
}

.redblock {
  width: 50px;
  height: 50px;
  background: red;
}

.editor {
  position: relative;
}
.editor .vspace {
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .editor .vspace {
    padding-bottom: 15px;
    flex-wrap: nowrap;
  }
}
.editor .vspace--small {
  padding-bottom: 10px;
}
.editor:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  border-radius: 4px;
  background: url(../../img/loading--black.svg) #f2f5f8 center center no-repeat;
  background-size: 10%;
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: 0.2s 0s;
}
.editor--loading {
  pointer-events: none;
}
.editor--loading:before {
  opacity: 0.85;
  pointer-events: all;
}
.editor__title {
  display: block;
  margin: 0 0 10px 0;
  color: black;
  line-height: 140%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .editor__title {
    font-size: 1.625em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
@media only screen and (max-width: 480px) {
  .editor__subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.editor__info {
  display: flex;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .editor__info {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
@media only screen and (max-width: 480px) {
  .editor__info {
    margin-bottom: 0;
  }
}
.editor__sku {
  color: #00ade5;
  text-transform: uppercase;
}
.editor__dimensions {
  color: #333;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (max-width: 480px) {
  .editor__dimensions {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.editor__heading {
  display: block;
  margin: 0 0 10px 0;
  color: #919191;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}

.editorOptions {
  position: relative;
  min-height: 100%;
}

.editorView {
  border-radius: 5px;
  text-align: center;
  align-items: center;
}
.editorView--horizontal .editorView__center, .editorView--2pl .editorView__center, .editorView--2pmi .editorView__center, .editorView--2ps .editorView__center, .editorView--2psm .editorView__center, .editorView--cat .editorView__center, .editorView--ct .editorView__center, .editorView--ejbs .editorView__center, .editorView--eltc .editorView__center, .editorView--eltcr .editorView__center, .editorView--elts .editorView__center, .editorView--fb .editorView__center, .editorView--ft .editorView__center, .editorView--fto .editorView__center, .editorView--jlt .editorView__center, .editorView--lt .editorView__center, .editorView--mb .editorView__center, .editorView--ml .editorView__center, .editorView--mmi .editorView__center, .editorView--ms .editorView__center, .editorView--mxm .editorView__center, .editorView--of1 .editorView__center, .editorView--of2 .editorView__center, .editorView--of3 .editorView__center, .editorView--of4 .editorView__center {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.editorView--vertical .editorViewSide, .editorView--emps .editorViewSide, .editorView--emts .editorViewSide, .editorView--mt .editorViewSide, .editorView--mtt .editorViewSide, .editorView--tt .editorViewSide {
  margin-bottom: 80px;
}
.editorView--vertical .editorViewSide:last-child, .editorView--emps .editorViewSide:last-child, .editorView--emts .editorViewSide:last-child, .editorView--mt .editorViewSide:last-child, .editorView--mtt .editorViewSide:last-child, .editorView--tt .editorViewSide:last-child {
  margin-bottom: 0;
}
.editorView--vertical .editorViewSide__regions, .editorView--emps .editorViewSide__regions, .editorView--emts .editorViewSide__regions, .editorView--mt .editorViewSide__regions, .editorView--mtt .editorViewSide__regions, .editorView--tt .editorViewSide__regions {
  margin: 0 -5px;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .editorView--vertical .editorViewSide__regions, .editorView--emps .editorViewSide__regions, .editorView--emts .editorViewSide__regions, .editorView--mt .editorViewSide__regions, .editorView--mtt .editorViewSide__regions, .editorView--tt .editorViewSide__regions {
    margin: 0 -15px;
  }
}
.editorView--vertical .editorViewRegion, .editorView--emps .editorViewRegion, .editorView--emts .editorViewRegion, .editorView--mt .editorViewRegion, .editorView--mtt .editorViewRegion, .editorView--tt .editorViewRegion {
  padding: 0 5px;
  max-width: 50%;
}
.editorView__wrapper {
  position: relative;
  max-width: 100%;
  background: white;
  border-radius: 5px;
  border: solid 1px #e4e4e4;
}
.editorView__center {
  position: relative;
  max-width: 100%;
  flex-grow: 1;
}
.editorView__center--half {
  display: flex;
}
.editorView__center--half .editorViewSide {
  width: 50%;
}
.editorView__warning {
  position: relative;
  text-align: left;
}
.editorView__warning--text {
  padding: 7.5px 10px;
  color: #fff;
  background-color: #ce2c2c;
  margin: -10px 15px 15px;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) {
  .editorView__warning--text {
    margin: -35px 20px 20px;
  }
}
.editorView__warning--text .text-box {
  color: inherit;
}
.editorView__warning--text .text-box p {
  line-height: 1.3;
}
.editorView__heading {
  display: block;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.editorView__tag {
  position: relative;
  margin: 0 auto;
  background: center center no-repeat;
  background-size: contain;
}
.editorView__tag:before {
  display: block;
  padding-bottom: 100%;
  content: "";
}

.editorRightView {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  align-items: center;
}
.editorRightView__center {
  max-width: 100%;
  background: white;
  border-radius: 5px;
  border: solid 0 #e4e4e4;
  flex-grow: 1;
}
.editorRightView__heading {
  display: block;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.editorRightView__tag {
  position: relative;
  margin: 0 auto;
  background: center center no-repeat;
  background-size: contain;
}
.editorRightView__tag:before {
  display: block;
  padding-bottom: 100%;
  content: "";
}

.editorViewSide {
  padding: 0 5px;
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}
.editorViewSide--disabled {
  opacity: 0;
}
.editorViewSide__canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.editorViewSide__regions {
  display: flex;
  max-width: 100%;
}
.editorViewSide__options {
  padding: 5px;
  text-align: left;
}

.editorViewRegion {
  max-width: 100%;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.editorViewRegion--disabled {
  pointer-events: none;
}
.editorViewRegion--active {
  pointer-events: none;
}

.editorViewArea:hover .editorViewSide__add, .editorViewArea:focus .editorViewSide__add {
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: 0.1s 0s opacity, 0s 0s right, 0.2s 0s background-color;
}
.editorViewArea--disabled {
  opacity: 0.2;
  pointer-events: none;
}

.editorView--2pl .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/2pl--front.png);
}
.editorView--2pl .editorView__tag:before {
  padding-bottom: 124.5%;
  mix-blend-mode: overlay;
}
.editorView--2pl .editorView__tag--back {
  background-image: url(../../img/tags/2pl--back.png);
}

.editorView--2pmi .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/2pmi--front.png);
}
.editorView--2pmi .editorView__tag:before {
  padding-bottom: 31.5%;
  mix-blend-mode: overlay;
}
.editorView--2pmi .editorView__tag--back {
  background-image: url(../../img/tags/2pmi--back.png);
}

.editorView--2pmx .editorView__tag {
  max-width: 100%;
}
.editorView--2pmx .editorView__tag:before {
  mix-blend-mode: overlay;
}
.editorView--2pmx .editorView__tag--back {
  max-width: 100%;
}
.editorView--2pmx .editorView__tag--back:before {
  mix-blend-mode: overlay;
}

.editorView--2ps .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/2ps--front.png);
}
.editorView--2ps .editorView__tag:before {
  padding-bottom: 111%;
  mix-blend-mode: overlay;
}
.editorView--2ps .editorView__tag--back {
  background-image: url(../../img/tags/2ps--back.png);
}

.editorView--2psm .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/2psm--front.png);
}
.editorView--2psm .editorView__tag:before {
  padding-bottom: 158.7%;
  mix-blend-mode: overlay;
}
.editorView--2psm .editorView__tag--back {
  background-image: url(../../img/tags/2psm--back.png);
}

.editorView--cat .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/cat--front.png);
}
.editorView--cat .editorView__tag:before {
  padding-bottom: 165.4%;
  mix-blend-mode: overlay;
}
.editorView--cat .editorView__tag--back {
  background-image: url(../../img/tags/cat--back.png);
}

.editorView--ct .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/ct--front.png);
}
.editorView--ct .editorView__tag:before {
  padding-bottom: 152.1%;
  mix-blend-mode: overlay;
}
.editorView--ct .editorView__tag--back {
  background-image: url(../../img/tags/ct--back.png);
}

.editorView--eenc .editorView__tag {
  max-width: 800px;
}
.editorView--eenc .editorView__tag:before {
  mix-blend-mode: overlay;
}
.editorView--eenc .editorView__tag--back {
  max-width: 800px;
}
.editorView--eenc .editorView__tag--back:before {
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 480px) {
  .editorView--eenc .editorView__tag--mobile {
    max-width: 180px;
  }
}

.editorView--ejbs .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/ejbs--front.png);
}
.editorView--ejbs .editorView__tag:before {
  padding-bottom: 100%;
  mix-blend-mode: overlay;
}
.editorView--ejbs .editorView__tag--back {
  background-image: url(../../img/tags/ejbs--back.png);
}

.editorView--eltc .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/eltc--front.png);
}
.editorView--eltc .editorView__tag:before {
  padding-bottom: 95.4%;
  mix-blend-mode: overlay;
}
.editorView--eltc .editorView__tag--back {
  background-image: url(../../img/tags/eltc--back.png);
}

.editorView--eltcr .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/eltcr--front.png);
}
.editorView--eltcr .editorView__tag:before {
  padding-bottom: 95.4%;
  mix-blend-mode: overlay;
}
.editorView--eltcr .editorView__tag--back {
  background-image: url(../../img/tags/eltcr--back.png);
}

.editorView--elts .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/elts--front.png);
}
.editorView--elts .editorView__tag:before {
  padding-bottom: 73.6%;
  mix-blend-mode: overlay;
}
.editorView--elts .editorView__tag--back {
  background-image: url(../../img/tags/elts--back.png);
}

.editorView--emps .editorViewSide {
  max-width: calc(100% - 10px);
}
@media only screen and (min-width: 992px) {
  .editorView--emps .editorViewSide {
    max-width: calc(100% - 30px);
  }
}
.editorView--emps .editorView__tag {
  max-width: 800px;
  background-image: url(../../img/tags/emps--front.png);
}
.editorView--emps .editorView__tag:before {
  padding-bottom: 18.25%;
  mix-blend-mode: overlay;
}
.editorView--emps .editorView__tag--back {
  background-image: url(../../img/tags/emps--back.png);
}

.editorView--emts .editorViewSide {
  max-width: calc(100% - 10px);
}
@media only screen and (min-width: 992px) {
  .editorView--emts .editorViewSide {
    max-width: calc(100% - 30px);
  }
}
.editorView--emts .editorView__tag {
  max-width: 800px;
  background-image: url(../../img/tags/emts--front.png);
}
.editorView--emts .editorView__tag:before {
  padding-bottom: 16.625%;
  mix-blend-mode: overlay;
}
.editorView--emts .editorView__tag--back {
  background-image: url(../../img/tags/emts--back.png);
}

.editorView--fb .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/fb--front.png);
}
.editorView--fb .editorView__tag:before {
  padding-bottom: 100%;
  mix-blend-mode: overlay;
}
.editorView--fb .editorView__tag--back {
  background-image: url(../../img/tags/fb--back.png);
}

.editorView--ft .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/ft--front.png);
}
.editorView--ft .editorView__tag:before {
  padding-bottom: 145.4%;
  mix-blend-mode: overlay;
}
.editorView--ft .editorView__tag--back {
  background-image: url(../../img/tags/ft--back.png);
}

.editorView--fto .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/fto--front.png);
}
.editorView--fto .editorView__tag:before {
  padding-bottom: 156.3%;
  mix-blend-mode: overlay;
}
.editorView--fto .editorView__tag--back {
  background-image: url(../../img/tags/fto--back.png);
}

.editorView--jlt .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/jlt--front.png);
}
.editorView--jlt .editorView__tag:before {
  padding-bottom: 100%;
  mix-blend-mode: overlay;
}
.editorView--jlt .editorView__tag--back {
  background-image: url(../../img/tags/jlt--back.png);
}

.editorView--lt .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/lt--front.png);
}
.editorView--lt .editorView__tag:before {
  padding-bottom: 100%;
  mix-blend-mode: overlay;
}
.editorView--lt .editorView__tag--back {
  background-image: url(../../img/tags/lt--back.png);
}

.editorView--mb .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/mb--front.png);
}
.editorView--mb .editorView__tag:before {
  padding-bottom: 100%;
  mix-blend-mode: overlay;
}
.editorView--mb .editorView__tag--back {
  background-image: url(../../img/tags/mb--back.png);
}

.editorView--ml .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/ml--front.png);
}
.editorView--ml .editorView__tag:before {
  padding-bottom: 124.5%;
  mix-blend-mode: overlay;
}
.editorView--ml .editorView__tag--back {
  background-image: url(../../img/tags/ml--back.png);
}

.editorView--mmi .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/mmi--front.png);
}
.editorView--mmi .editorView__tag:before {
  padding-bottom: 35.1%;
  mix-blend-mode: overlay;
}
.editorView--mmi .editorView__tag--back {
  background-image: url(../../img/tags/mmi--back.png);
}

.editorView--ms .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/ms--front.png);
}
.editorView--ms .editorView__tag:before {
  padding-bottom: 98.4%;
  mix-blend-mode: overlay;
}
.editorView--ms .editorView__tag--back {
  background-image: url(../../img/tags/ms--back.png);
}

.editorView--mt .editorViewSide {
  max-width: calc(100% - 10px);
}
@media only screen and (min-width: 992px) {
  .editorView--mt .editorViewSide {
    max-width: calc(100% - 30px);
  }
}
.editorView--mt .editorView__tag {
  max-width: 800px;
  background-image: url(../../img/tags/mt--front.png);
}
.editorView--mt .editorView__tag:before {
  padding-bottom: 18.25%;
  mix-blend-mode: overlay;
}
.editorView--mt .editorView__tag--back {
  background-image: url(../../img/tags/mt--back.png);
}

.editorView--mtt .editorViewSide {
  max-width: calc(100% - 10px);
}
@media only screen and (min-width: 992px) {
  .editorView--mtt .editorViewSide {
    max-width: calc(100% - 30px);
  }
}
.editorView--mtt .editorView__tag {
  max-width: 800px;
  background-image: url(../../img/tags/mtt--front.png);
}
.editorView--mtt .editorView__tag:before {
  padding-bottom: 19.1%;
  mix-blend-mode: overlay;
}
.editorView--mtt .editorView__tag--back {
  background-image: url(../../img/tags/mtt--back.png);
}

.editorView--mxm .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/mxm--front.png);
}
.editorView--mxm .editorView__tag:before {
  padding-bottom: 136.9%;
  mix-blend-mode: overlay;
}
.editorView--mxm .editorView__tag--back {
  background-image: url(../../img/tags/mxm--back.png);
}

.editorView--of1 .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/of1--front.png);
}
.editorView--of1 .editorView__tag:before {
  padding-bottom: 100%;
  mix-blend-mode: overlay;
}
.editorView--of1 .editorView__tag--back {
  background-image: url(../../img/tags/of1--back.png);
}

.editorView--of2 .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/of2--front.png);
}
.editorView--of2 .editorView__tag:before {
  padding-bottom: 98.1%;
  mix-blend-mode: overlay;
}
.editorView--of2 .editorView__tag--back {
  background-image: url(../../img/tags/of2--back.png);
}

.editorView--of3 .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/of3--front.png);
}
.editorView--of3 .editorView__tag:before {
  padding-bottom: 124.8%;
  mix-blend-mode: overlay;
}
.editorView--of3 .editorView__tag--back {
  background-image: url(../../img/tags/of3--back.png);
}

.editorView--of4 .editorView__tag {
  max-width: 400px;
  background-image: url(../../img/tags/of4--front.png);
}
.editorView--of4 .editorView__tag:before {
  padding-bottom: 136%;
  mix-blend-mode: overlay;
}
.editorView--of4 .editorView__tag--back {
  background-image: url(../../img/tags/of4--back.png);
}

.editorView--tt .editorViewSide {
  max-width: calc(100% - 10px);
}
@media only screen and (min-width: 992px) {
  .editorView--tt .editorViewSide {
    max-width: calc(100% - 30px);
  }
}
.editorView--tt .editorView__tag {
  max-width: 800px;
  background-image: url(../../img/tags/tt--front.png);
}
.editorView--tt .editorView__tag:before {
  padding-bottom: 14.875%;
  mix-blend-mode: overlay;
}
.editorView--tt .editorView__tag--back {
  background-image: url(../../img/tags/tt--back.png);
}

.editorColoursList {
  margin-right: -10px;
}
.editorColoursList:after {
  display: block;
  clear: both;
  content: '';
}
.editorColoursList__item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 5px 5px 0;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 5px;
  background: none;
  box-shadow: 0 0 0 1px #e1e1e1;
  flex-grow: 1;
}
@media only screen and (min-width: 992px) {
  .editorColoursList__item {
    margin: 0 15px 15px 0;
    width: 38px;
    height: 38px;
  }
}
.editorColoursList__item--active {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #00ade5;
}
@media only screen and (min-width: 992px) {
  .editorColoursList__item--active {
    box-shadow: 0 0 0 3px white, 0 0 0 6px #00ade5;
  }
}

.editorButtons {
  display: flex;
  margin: 0 -7px 15px -7px;
}
@media only screen and (min-width: 992px) {
  .editorButtons {
    margin-bottom: 20px;
  }
}
.editorButtons--row {
  flex-wrap: wrap;
}
.editorButtons__item {
  position: relative;
  margin: 0 7px;
  padding: 10px 5px;
  border: none;
  border: 4px solid #e1e1e1;
  border-radius: 5px;
  background: white;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}
.editorButtons__item--active {
  border-color: #00ade5;
}
.editorButtons__item img {
  display: block;
  margin: 0 auto 5px auto;
}
.editorButtons__item img:last-child {
  margin-bottom: 0;
}
.editorButtons__item span {
  text-align: center;
  color: #333333;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .editorButtons__item span {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.editorButtons--row .editorButtons__item {
  margin-bottom: 14px;
  min-width: 60px;
  flex-grow: 0;
}

.editorDetails {
  position: relative;
  margin: -15px;
  min-height: calc(100% + 30px);
  border-radius: 4px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px) {
  .editorDetails {
    margin: -40px -30px 0 -30px;
    min-height: calc(100% + 80px);
  }
}
.editorDetails__container {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .editorDetails__container {
    padding: 40px 30px;
  }
}
.editorDetails__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  border: none;
  background: none;
  color: black;
  opacity: 0.5;
}
.editorDetails__close .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .editorDetails__close .icon {
    width: 9px;
    height: 9px;
  }
}
.editorDetails__close .icon:before, .editorDetails__close .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.editorDetails__close .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.editorDetails__close .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (min-width: 992px) {
  .editorDetails__close {
    transition: 0.2s;
  }
  .editorDetails__close:hover, .editorDetails__close:focus {
    opacity: 1;
  }
}
.editorDetails__close .icon {
  width: 20px;
  height: 20px;
}
.editorDetails__title {
  display: block;
  margin: 0 0 10px 0;
  color: black;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .editorDetails__title {
    font-size: 1.375em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.editorDetails__sku {
  display: block;
  margin: 0 0 10px 0;
  color: #00ade5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .editorDetails__sku {
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}

.editorSummary__total {
  display: flex;
  height: 60px;
  align-items: center;
}
.editorSummary__total span {
  color: black;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .editorSummary__total span {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.editorSummary__total span + span {
  padding: 5px 0 0 10px;
  color: #919191;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.editorSummary__button {
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .editorSummary__button {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.editorSummary__button span {
  vertical-align: inherit;
}
.editorSummary__info {
  display: block;
  margin: 0 0 10px 0;
  color: #919191;
  line-height: 120%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.editorSummary__info strong {
  color: #3d3d3d;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
.editorSummary__disclaimer {
  display: block;
  line-height: 140%;
  opacity: 0.7;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_55 Roman";
}
.editorSummary .field--qty {
  margin-bottom: 10px;
}
.editorSummary .field--qty .field__input, .editorSummary .field--qty .selectize-control.single .selectize-input, .selectize-control.single .editorSummary .field--qty .selectize-input {
  width: 33%;
  height: 56px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
@media only screen and (min-width: 992px) {
  .editorSummary .field--qty .field__input, .editorSummary .field--qty .selectize-control.single .selectize-input, .selectize-control.single .editorSummary .field--qty .selectize-input {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
  }
}
.editorSummary .field--qty .field__control--minus:before {
  margin-left: -8px;
  width: 15px;
  height: 3px;
  border-radius: 2px;
}
.editorSummary .field--qty .field__control--plus:before {
  margin-right: -7px;
  width: 15px;
  height: 3px;
  border-radius: 2px;
}
.editorSummary .field--qty .field__control--plus:after {
  margin-top: -7px;
  width: 3px;
  height: 15px;
  border-radius: 2px;
}

.editorUpload {
  position: relative;
  padding: 30px 20px;
  border: 1px dotted #4a90e2;
  border-radius: 4px;
  background: #f6f6f6;
  text-align: center;
  cursor: pointer;
}
.editorUpload:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px dotted rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  content: '';
  pointer-events: none;
}
.editorUpload__heading {
  display: block;
  margin: 0 0 10px 0;
  line-height: 120%;
  font-size: 1em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W01_75 Bold";
}
.editorUpload__subheading {
  display: block;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Helvetica Neue LT W05_65 Medium";
}

/*------------------------------------*\
    Template
\*------------------------------------*/
.website-configurator-activate .field-box > label {
  display: flex !important;
}

.edit-homepage__card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.edit-homepage__card-header-heading {
  margin: 0;
}
.edit-homepage__tab-button {
  display: flex;
  align-items: center;
  height: auto;
}
.edit-homepage__tabs-nav {
  display: flex;
  flex-wrap: wrap;
  min-height: 90px;
}
.edit-homepage__tabs-nav-item {
  margin-bottom: 3px;
  margin-right: 30px;
}


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