@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;
}

/*------------------------------------*\
    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-ds-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-ds-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-ds-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-ds-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-ds-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-ds-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-ds-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-ds-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-ds-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-ds-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-ds-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-ds-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%;
  }
}
@media (min-width: 1920px) {
  .col-ds-1, .col-ds-2, .col-ds-3, .col-ds-4, .col-ds-5, .col-ds-6, .col-ds-7, .col-ds-8, .col-ds-9, .col-ds-10, .col-ds-11, .col-ds-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-ds-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 .embed,
.text-box .media {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .text-box .embed .embed-responsive-item,
.text-box .media .embed-responsive-item,
.embed-responsive iframe,
.text-box .embed iframe,
.text-box .media iframe,
.embed-responsive embed,
.text-box .embed embed,
.text-box .media embed,
.embed-responsive object,
.text-box .embed 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 .embed,
.text-box .media {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3, .text-box .embed-responsive-4by3.embed,
.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;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*------------------------------------*\
    BASE
\*------------------------------------*/
@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;
}

#tbclient {
  display: block;
}

body,
html {
  height: 100%;
}

body {
  background: white center center no-repeat fixed;
  background-size: cover;
  color: #505659;
}
@media print {
  body {
    background: white;
  }
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  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-inner-spin-button,
input::-webkit-outer-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: 1440px;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    width: 1440px;
  }
}
.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: 1440px;
  }
}
@media only screen and (min-width: 1920px) {
  .container .container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1600px) {
  .container--bigger {
    max-width: 1440px;
    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: 1920px) {
  .container--full {
    max-width: 1920px;
    width: auto;
  }
}
.container--fluid {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1920px) {
  .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;
  padding-bottom: 0;
}

@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;
    padding-bottom: 0;
  }
}
@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;
    padding-bottom: 0;
  }
}
@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;
    padding-bottom: 0;
  }
}
@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;
    padding-bottom: 0;
  }
}
.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--medium {
  margin: 0 -10px;
}
.row--medium > div[class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}
.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;
  }
}
.row--vbottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.col-div:after {
  content: '';
  display: block;
}
@media only screen and (max-width: 767px) {
  .col-div:after {
    height: 30px;
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 768px) {
  .col-div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    border-left: 1px solid #e8e8e8;
  }
}
@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: block;
  margin: 0 auto;
}
.site-logo img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .site-logo img {
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .site-logo img {
    transition: all 0.2s;
  }
}
.site-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: inherit;
}
@media only screen and (max-width: 991px) {
  .site-logo svg {
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .site-logo svg {
    transition: all 0.2s;
  }
}

.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;
  }
}
/*------------------------------------*\
    ESSENTIALS
\*------------------------------------*/
.vspace {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace {
    padding-bottom: 30px;
  }
}
.vspace--small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--small {
    padding-bottom: 30px;
  }
}
.vspace--big {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--big {
    padding-bottom: 50px;
  }
}
.vspace--double {
  padding-bottom: 80px;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 992px) {
  .vspace--double {
    padding-bottom: 80px;
  }
}
.vspace--xs {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .vspace--xs {
    padding-bottom: 0;
  }
}
.vspace:last-child {
  padding-bottom: 0;
}
.vspace > .heading:last-child {
  margin-bottom: 0;
}

.alert {
  border-radius: 0;
}
.alert p {
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .alert p {
    font-size: 0.75em;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
  }
}

.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: #026cf3;
  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: 700;
  font-family: "Rubik", sans-serif;
}
.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:after, .website-alerts__close .icon:before {
  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: "Rubik", sans-serif;
}
@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: "Rubik", sans-serif;
  }
}
.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: 500;
  font-family: "Rubik", sans-serif;
}
.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: 2;
  height: 100%;
  background-color: black;
  content: '';
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.3s top;
}

@media only screen and (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.heading {
  display: block;
  margin: 0 0 20px;
  color: #252525;
}
@media only screen and (max-width: 991px) {
  .heading br {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .heading {
    margin: 0 0 30px;
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading .section--dark {
  color: inherit;
}
.heading b,
.heading strong {
  font-size: 1em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.heading--lv1, .text-box h1 {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 992px) {
  .heading--lv1, .text-box h1 {
    font-size: 2.625em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.43;
    letter-spacing: -1px;
  }
}
.heading--lv2, .text-box h2 {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .heading--lv2, .text-box h2 {
    font-size: 2em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
  }
}
.heading--lv3, .text-box h3 {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
  letter-spacing: normal;
}
@media only screen and (min-width: 992px) {
  .heading--lv3, .text-box h3 {
    font-size: 1.75em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.7;
    letter-spacing: normal;
  }
}
.heading--lv4, .text-box h4 {
  font-size: 1em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.25px;
}
@media only screen and (min-width: 992px) {
  .heading--lv4, .text-box h4 {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.25px;
  }
}
.heading--lv5, .text-box h5 {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
  letter-spacing: normal;
}
@media only screen and (min-width: 992px) {
  .heading--lv5, .text-box h5 {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
.heading--lv6, .text-box h6 {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .heading--lv6, .text-box h6 {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
  }
}
.heading--main {
  color: #026cf3 !important;
}
.heading--green {
  color: #1da641 !important;
}
.heading--white {
  color: white;
}
.heading--center {
  text-align: center;
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--bold {
  font-weight: 500;
}
.heading--no-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.heading a {
  color: inherit;
}
.heading .icon {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  font-size: 1.5em;
}

.subheading {
  display: block;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .subheading {
    margin: 0 0 30px;
  }
}
.subheading:last-child {
  margin-bottom: 0;
}
.subheading + .intro {
  margin: 10px 0 0;
}
.section--dark .subheading {
  color: inherit;
}
.subheading u {
  border-bottom: 2px solid;
  text-decoration: none;
}
.subheading b,
.subheading strong {
  font-size: 1em;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.subheading--lv1 {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .subheading--lv1 {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
  }
}
.subheading--lv2 {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .subheading--lv2 {
    font-size: 1em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
  }
}
.subheading--lv3 {
  font-size: 0.625em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .subheading--lv3 {
    font-size: 0.75em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 0 0 5px;
  }
}
.subheading--lv4 {
  font-size: 0.75em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .subheading--lv4 {
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
  }
}
.subheading--bold {
  font-weight: 500;
}
.subheading--main {
  color: #026cf3;
}
.subheading--secondary {
  color: #4a90e2;
}
.subheading a {
  color: inherit;
}
.heading + .subheading {
  margin-top: -10px;
}
@media only screen and (min-width: 992px) {
  .heading + .subheading {
    margin-top: -20px;
  }
}
.subheading .icon {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  font-size: 1.5em;
}

.text-box {
  margin: 0 0 20px;
  text-transform: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .text-box {
    margin: 0 0 30px;
  }
}
.text-box:last-child {
  margin-bottom: 0;
}
.section--dark .text-box, .section--white-text .text-box {
  color: inherit;
}
.text-box iframe {
  margin: 0 0 30px;
  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 .embed,
.text-box .media {
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .text-box .embed,
  .text-box .media {
    margin: 0 auto 30px;
    max-width: 750px;
  }
}
.text-box .embed:last-child,
.text-box .media:last-child {
  margin-bottom: 0;
}
.text-box .embed iframe,
.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 .captionImage {
  padding: 0 0 15px;
}
@media only screen and (min-width: 992px) {
  .text-box .captionImage {
    padding: 0 0 20px;
  }
}
.text-box .captionImage:last-child {
  padding-bottom: 0;
}
.text-box p {
  padding: 0 0 20px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.85;
}
@media only screen and (min-width: 992px) {
  .text-box p {
    padding: 0 0 30px;
    font-size: 1em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.65;
  }
}
.text-box p:last-child {
  padding-bottom: 0;
}
.text-box ol,
.text-box ul {
  padding: 0 0 15px;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .text-box ol,
  .text-box ul {
    padding: 0 0 20px;
  }
}
.text-box ol:last-child,
.text-box ul:last-child {
  padding-bottom: 0;
}
.text-box ol li,
.text-box ul li {
  padding: 0 0 7.5px 25px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.85;
}
@media only screen and (min-width: 768px) {
  .text-box ol li,
  .text-box ul li {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
@media only screen and (min-width: 992px) {
  .text-box ol li,
  .text-box ul li {
    padding-left: 30px;
    font-size: 1em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.65;
  }
}
.text-box ol li:last-child,
.text-box ul li:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .text-box ol.col2,
  .text-box ul.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.text-box ol.col2 li,
.text-box ul.col2 li {
  page-break-inside: avoid;
}
.text-box ul li {
  padding-left: 10px;
}
@media only screen and (min-width: 992px) {
  .text-box ul li {
    padding-left: 12px;
  }
}
.text-box ul li:before {
  display: block;
  float: left;
  margin: 10px 0 0 -10px;
  background: black;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
}
@media only screen and (min-width: 992px) {
  .text-box ul li:before {
    margin: 10px 0 0 -12px;
  }
}
.text-box ol {
  counter-reset: textBoxOl;
}
.text-box ol li:before {
  display: block;
  float: left;
  margin: 0 0 0 -22px;
  content: counter(textBoxOl) ".";
  counter-increment: textBoxOl;
  font-size: 1em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .text-box ol li:before {
    margin-left: -30px;
  }
}
.section--dark .text-box ol li:before {
  color: white;
}
.text-box a {
  color: #026cf3;
  font-size: 1em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .text-box a {
    transition: 0.2s 0s;
  }
  .text-box a:focus, .text-box a:hover {
    color: #0256c0;
  }
}
.section--dark .text-box a {
  color: white;
}
.text-box button {
  padding: 0;
  border: none;
  background: none;
  color: #026cf3;
  font-size: 1em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.text-box b, .text-box strong {
  font-weight: 500;
}
.section--dark .text-box b,
.section--dark .text-box strong {
  color: inherit;
}
.text-box--big p {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.57;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) {
  .text-box--big p {
    font-size: 1em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.63;
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-box--big p {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.2px;
  }
}
.text-box--big ol li,
.text-box--big ul li {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.57;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) {
  .text-box--big ol li,
  .text-box--big ul li {
    font-size: 1em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.63;
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-box--big ol li,
  .text-box--big ul li {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.2px;
  }
}
.text-box--small p {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
  letter-spacing: normal;
}
@media only screen and (min-width: 992px) {
  .text-box--small p {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
.text-box--small p + .heading {
  margin-top: 30px;
}
.text-box--small ol li,
.text-box--small ul li {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .text-box--small ol li,
  .text-box--small ul li {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
  }
}
@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-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .text-box--right {
    text-align: right;
  }
}
.text-box--white {
  color: white;
}
.text-box--white .heading {
  color: white;
}
.text-box--main .heading {
  color: #026cf3;
}
.text-box--green .heading {
  color: #1da641;
}
@media only screen and (min-width: 768px) {
  .text-box__twocolumns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.text-box__twocolumns li {
  page-break-inside: avoid;
}

.photo {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .photo {
    /*display: inline-block;*/
  }
}
@media only screen and (min-width: 992px) {
  .photo {
    margin: 0 auto;
  }
}
.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:focus img, .photo--zoom:hover 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;
  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: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .photo__video-helper {
    padding: 30px 25px 20px;
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.photo__video-helper:before {
  display: block;
  margin: 0 auto 15px;
  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;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.photo__caption a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .photo--responsive {
    float: left;
    width: 130px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.photo-list__item {
  margin: 0 0 20px;
}

.field {
  position: relative;
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #f9f9f9;
  color: #252525;
  text-align: left;
  cursor: text;
  transition: 0.2s 0s;
  border: 2px solid transparent;
}
@media only screen and (min-width: 992px) {
  .field {
    margin: 0 0 20px;
    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: 500;
  font-family: "Rubik", sans-serif;
  -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] .login-area input, .login-area .field[data-label] input,
.field[data-label] .login-area textarea,
.login-area .field[data-label] textarea,
.field[data-label] .login-area select,
.login-area .field[data-label] select {
  position: relative;
  z-index: 1;
  opacity: 0;
  border-radius: 5px !important;
}
.field[data-label] .field__alt {
  position: absolute;
  opacity: 0;
}
.field[data-label] .field__text {
  position: relative;
  z-index: 2;
  display: inline;
  background: transparent;
  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 0;
    padding: 6px 5px 0;
  }
}
.field--alone {
  margin-bottom: 0;
}
.field--light .field__input, .field--light .login-area input, .login-area .field--light input,
.field--light .login-area textarea,
.login-area .field--light textarea,
.field--light .login-area select,
.login-area .field--light select {
  background: white;
}
.field--highlight {
  background: #f6f6f6;
}
.field--alert {
  border-color: #c84c4c;
  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--filled[data-label]:before, .field--focus[data-label]:before {
  opacity: 0;
  transition-delay: 0s;
}
.field--filled[data-label] .field__text, .field--focus[data-label] .field__text {
  opacity: 1;
  transition-delay: 0.1s;
}
.field--filled[data-label] .field__input, .field--filled[data-label] .login-area input, .login-area .field--filled[data-label] input,
.field--filled[data-label] .login-area textarea,
.login-area .field--filled[data-label] textarea,
.field--filled[data-label] .login-area select,
.login-area .field--filled[data-label] select, .field--focus[data-label] .field__input, .field--focus[data-label] .login-area input, .login-area .field--focus[data-label] input,
.field--focus[data-label] .login-area textarea,
.login-area .field--focus[data-label] textarea,
.field--focus[data-label] .login-area select,
.login-area .field--focus[data-label] select {
  opacity: 1;
}
.field--focus {
  border-color: #026cf3;
}
@media only screen and (min-width: 992px) {
  .field--focus:hover {
    border-color: #026cf3;
  }
}
.field--focus[data-label] .field__text {
  color: black !important;
}
.field--focused {
  border-color: black;
}
.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 .login-area input, .login-area .field--big input,
.field--big .login-area textarea,
.login-area .field--big textarea,
.field--big .login-area select,
.login-area .field--big select {
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .field--big .field__input, .field--big .login-area input, .login-area .field--big input,
  .field--big .login-area textarea,
  .login-area .field--big textarea,
  .field--big .login-area select,
  .login-area .field--big select {
    height: 50px;
    line-height: 50px;
    font-size: 2em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
.field--disabled {
  background: #f6f6f6;
}
.field--disabled .field__input, .field--disabled .login-area input, .login-area .field--disabled input,
.field--disabled .login-area textarea,
.login-area .field--disabled textarea,
.field--disabled .login-area select,
.login-area .field--disabled select {
  border-color: transparent;
  color: #666666;
}
.field--textarea:before, .login-area textarea:before {
  top: 24px !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.field--textarea .field__input, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
.field--textarea .login-area textarea,
.login-area .field--textarea textarea,
.login-area textarea textarea,
.field--textarea .login-area select,
.login-area .field--textarea select,
.login-area textarea select {
  overflow: auto;
  padding-top: 5px;
  padding-bottom: 16px;
  min-height: 30px;
  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, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
  .field--textarea .login-area textarea,
  .login-area .field--textarea textarea,
  .login-area textarea textarea,
  .field--textarea .login-area select,
  .login-area .field--textarea select,
  .login-area textarea select {
    min-height: 30px;
    height: 200px;
  }
}
.field--select:after, .login-area select:after {
  position: absolute;
  right: 10px;
  bottom: 15px;
  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, .login-area select:after {
    right: 15px;
    bottom: 15px;
  }
}
.field--select .field__input, .login-area select .field__input, .field--select .login-area input, .login-area .field--select input, .login-area select input,
.field--select .login-area textarea,
.login-area .field--select textarea,
.login-area select textarea,
.field--select .login-area select,
.login-area .field--select select,
.login-area select select {
  position: relative;
  z-index: 1;
  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, .login-area select .field__input::-ms-expand, .field--select .login-area input::-ms-expand, .login-area .field--select input::-ms-expand, .login-area select input::-ms-expand,
.field--select .login-area textarea::-ms-expand,
.login-area .field--select textarea::-ms-expand,
.login-area select textarea::-ms-expand,
.field--select .login-area select::-ms-expand,
.login-area .field--select select::-ms-expand,
.login-area select select::-ms-expand {
  display: none;
}
.field--select option, .login-area select option {
  padding: 2px 15px;
}
.field--checkbox, .login-area input[type=checkbox], .field--radio, .login-area input[type=radio] {
  display: flex;
  overflow: visible;
  margin-bottom: 15px;
  border: none;
  background: none;
  cursor: pointer;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .field--checkbox, .login-area input[type=checkbox], .field--radio, .login-area input[type=radio] {
    margin-bottom: 20px;
  }
}
.field--checkbox:not(label), .login-area input[type=checkbox]:not(label), .field--radio:not(label), .login-area input[type=radio]:not(label) {
  cursor: default;
}
.field--checkbox.field--checked .field__text, .login-area input.field--checked[type=checkbox] .field__text,
.field--checkbox.field--checked .field__value,
.login-area input.field--checked[type=checkbox] .field__value, .field--radio.field--checked .field__text, .login-area input.field--checked[type=radio] .field__text,
.field--radio.field--checked .field__value,
.login-area input.field--checked[type=radio] .field__value {
  color: black;
  opacity: 1;
}
.field--checkbox .field__input, .login-area input[type=checkbox] .field__input, .field--checkbox .login-area input, .login-area .field--checkbox input, .login-area input[type=checkbox] input,
.field--checkbox .login-area textarea,
.login-area .field--checkbox textarea,
.login-area input[type=checkbox] textarea,
.field--checkbox .login-area select,
.login-area .field--checkbox select,
.login-area input[type=checkbox] select, .field--radio .field__input, .login-area input[type=radio] .field__input, .field--radio .login-area input, .login-area .field--radio input, .login-area input[type=radio] input,
.field--radio .login-area textarea,
.login-area .field--radio textarea,
.login-area input[type=radio] textarea,
.field--radio .login-area select,
.login-area .field--radio select,
.login-area input[type=radio] select {
  position: absolute;
  top: 1px;
  float: left;
  width: auto;
  height: auto;
  opacity: 0;
  cursor: pointer;
}
.field--checkbox .field__text, .login-area input[type=checkbox] .field__text, .field--checkbox .field[data-label] .field__text, .field[data-label] .field--checkbox .field__text,
.field--checkbox .field__value,
.login-area input[type=checkbox] .field__value, .field--radio .field__text, .login-area input[type=radio] .field__text, .field--radio .field[data-label] .field__text, .field[data-label] .field--radio .field__text,
.field--radio .field__value,
.login-area input[type=radio] .field__value {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
  color: #666666;
  vertical-align: middle;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .field--checkbox .field__text, .login-area input[type=checkbox] .field__text, .field--checkbox .field[data-label] .field__text, .field[data-label] .field--checkbox .field__text,
  .field--checkbox .field__value,
  .login-area input[type=checkbox] .field__value, .field--radio .field__text, .login-area input[type=radio] .field__text, .field--radio .field[data-label] .field__text, .field[data-label] .field--radio .field__text,
  .field--radio .field__value,
  .login-area input[type=radio] .field__value {
    width: 200px;
  }
}
.field--checkbox .field__text a, .login-area input[type=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,
.login-area input[type=checkbox] .field__value a, .field--radio .field__text a, .login-area input[type=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,
.login-area input[type=radio] .field__value a {
  border-bottom: 1px solid;
  color: black;
}
.field + .field--checkbox, .login-area .field + input[type=checkbox], .field + .field--radio, .login-area .field + input[type=radio] {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .field + .field--checkbox, .login-area .field + input[type=checkbox], .field + .field--radio, .login-area .field + input[type=radio] {
    margin-top: 20px;
  }
}
.field--radio:before, .login-area input[type=radio]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 2px #e8e8e8 inset, 0 0 0 4px white inset;
  content: '';
  vertical-align: middle;
}
.field--radio.field--checked:before, .login-area input.field--checked[type=radio]:before {
  background: #026cf3;
  box-shadow: 0 0 0 2px #026cf3 inset, 0 0 0 4px white inset;
}
.field--checkbox:before, .login-area input[type=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, .login-area input[type=checkbox]:before {
    width: 25px;
    height: 25px;
    font-size: 0.875em;
    line-height: 25px;
  }
}
.field--checkbox.field--checked:before, .login-area input.field--checked[type=checkbox]:before {
  border-color: #026cf3;
  background: white;
  box-shadow: 0 0 0 2px #026cf3 inset, 0 0 0 4px white inset;
  color: #026cf3;
  content: '\e908';
}
.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 .login-area input, .login-area .field--qty input,
.field--qty .login-area textarea,
.login-area .field--qty textarea,
.field--qty .login-area select,
.login-area .field--qty select {
  display: inline-block;
  padding: 0;
  width: 47px;
  height: 30px;
  background: white;
  color: inherit;
  vertical-align: top;
  text-align: center;
  min-width: 0;
  -ms-flex: 1 0%;
}
@media only screen and (min-width: 992px) {
  .field--qty .field__input, .field--qty .login-area input, .login-area .field--qty input,
  .field--qty .login-area textarea,
  .login-area .field--qty textarea,
  .field--qty .login-area select,
  .login-area .field--qty select {
    height: 30px;
    font-size: 0.75em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.field--qty .icon:before {
  font-weight: bold;
}
.field--datepicker {
  position: relative;
}
.field--datepicker:after {
  position: absolute;
  right: 12px;
  bottom: 50%;
  z-index: 2;
  content: '\e907';
  font-family: icomoon;
  pointer-events: none;
  color: #026cf3;
  font-size: 14px;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media only screen and (min-width: 1600px) {
  .field--datepicker:after {
    font-size: 24px;
  }
}
.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:after, .field--card-visa_electron:after {
  background-image: url("../../img/cards/ic-card-visa.png");
}
.field--card-mastercard:after {
  background-image: url("../../img/cards/ic-card-master.png");
}
.field--border {
  border-color: #e8e8e8;
}
.field__alt, .field__input, .login-area input,
.login-area textarea,
.login-area select {
  display: block;
  overflow: hidden;
  box-sizing: border-box !important;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  border: 1px solid #e1e1e1;
  background: white;
  box-shadow: none;
  color: inherit;
  text-align: inherit;
  line-height: 30px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  border: none;
  background: none;
}
@media only screen and (min-width: 992px) {
  .field__alt, .field__input, .login-area input,
  .login-area textarea,
  .login-area select {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    transition: 0.2s 0s;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
.field__alt::-webkit-input-placeholder, .field__input::-webkit-input-placeholder, .login-area input::-webkit-input-placeholder,
.login-area textarea::-webkit-input-placeholder,
.login-area select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.field__alt--autoresize, .field__input--autoresize {
  opacity: 0;
}
.field__alt--autoresize + .field__input, .login-area .field__alt--autoresize + input,
.login-area .field__alt--autoresize + textarea,
.login-area .field__alt--autoresize + select, .field__input--autoresize + .field__input, .login-area .field__input--autoresize + input,
.login-area .field__input--autoresize + textarea,
.login-area .field__input--autoresize + select {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.field__alt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  line-height: 30px;
  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: 30px;
  }
}
.field__text, .field[data-label] .field__text {
  display: block;
  color: #919191;
  line-height: 120%;
  margin: 0 5px 0;
  padding: 2.5px 7.5px 0 7.5px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__text, .field[data-label] .field__text {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    margin: 0 10px 0;
    padding: 6px 5px 0;
  }
}
.field__text a, .field[data-label] .field__text a {
  color: black;
}
.field__text--big {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__text--big {
    font-size: 1em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
.field__value {
  display: block;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 768px) {
  .field__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
.field__value b {
  font-size: 0.1em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.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: "Rubik", sans-serif;
  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: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@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: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__alert {
    padding: 2.5px 15px;
    font-size: 0.688em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.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: 700;
  font-family: "Rubik", sans-serif;
}
.field .field {
  margin-bottom: 0;
}

input[type=file].field__input, .login-area input[type=file] {
  line-height: 100%;
}

.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: "Rubik", sans-serif;
}

.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 #666666;
}
.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 .login-area input[type=checkbox], .login-area .form__highlight input[type=checkbox],
.form__highlight .field--radio,
.form__highlight .login-area input[type=radio],
.login-area .form__highlight input[type=radio] {
  padding: 0;
}
.form__highlight .field--checkbox:last-of-type, .form__highlight .login-area input[type=checkbox]:last-of-type, .login-area .form__highlight input[type=checkbox]:last-of-type,
.form__highlight .field--radio:last-of-type,
.form__highlight .login-area input[type=radio]:last-of-type,
.login-area .form__highlight input[type=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 .login-area input[type=checkbox], .login-area .form__highlight--additional input[type=checkbox],
.form__highlight--additional .field--radio,
.form__highlight--additional .login-area input[type=radio],
.login-area .form__highlight--additional input[type=radio] {
  width: 80%;
}

.iframe-form {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.form-box {
  display: block;
  padding: 20px;
  background: #f9f9f9;
}
@media only screen and (min-width: 992px) {
  .form-box {
    padding: 30px 35px;
  }
}
.form-box .field[data-label] .field__text:before {
  background: #f9f9f9;
  height: 5px;
}

.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 16px 35px;
  border: 1px solid transparent;
  border-radius: 35px;
  background: #026cf3;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button {
    display: inline-block;
    padding: 25px 65px;
    border-width: 1px;
    border-radius: 35px;
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    transition: 0.2s 0s;
  }
  .button:not(.button--disabled):focus, .button:not(.button--disabled):hover {
    background: #2b87fd;
  }
}
@media only screen and (min-width: 1200px) {
  .button {
    padding: 27px 75px;
    border-radius: 45px;
    font-size: 1em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
@media only screen and (min-width: 992px) {
  .button + .button {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .button + .button {
    margin-left: 15px;
  }
}
.button .icon {
  position: relative;
  margin: 0;
  vertical-align: middle;
  font-size: 1.5em;
}
@media only screen and (min-width: 360px) {
  .button .icon {
    margin: -3px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .button .icon {
    font-size: 1.125em;
  }
}
.button .icon:first-child {
  margin-left: 0;
}
.button .icon:last-child {
  margin-right: 0;
}
.button--border {
  border-color: #026cf3;
  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):focus, .button--border:not(.button--disabled):hover {
    background: #026cf3;
    color: white;
  }
}
.button--back {
  color: black !important;
}
.button--back:before {
  display: inline-block;
  margin-right: 8px;
  color: #026cf3;
  content: '\e904';
  font-family: icomoon;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button--transparent {
  background: none;
  color: #666666;
}
@media only screen and (min-width: 992px) {
  .button--transparent:not(.button--disabled):focus, .button--transparent:not(.button--disabled):hover {
    background: none;
    color: #4d4d4d;
  }
}
.button--white {
  border-color: transparent;
  background: white;
  color: #026cf3;
}
@media only screen and (min-width: 992px) {
  .button--white:not(.button--disabled):focus, .button--white:not(.button--disabled):hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.9);
  }
}
.button--grey {
  border-color: transparent;
  background: #f9f9f9;
  color: #666666;
  text-transform: initial;
}
@media only screen and (min-width: 992px) {
  .button--grey:not(.button--disabled):focus, .button--grey:not(.button--disabled):hover {
    border-color: transparent;
    background: #e0e0e0;
    color: #141414;
  }
}
.button--small {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  padding: 14px 30px;
}
@media only screen and (min-width: 992px) {
  .button--small {
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    padding: 15px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .button--small {
    padding: 17px 30px;
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.button--big {
  padding: 9px 10px;
  min-width: 150px;
  font-size: 0.875em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button--big {
    padding: 17px 20px;
    min-width: 200px;
    font-size: 1em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.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: 360px) {
  .button--field {
    height: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .button--field {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 54px;
  }
}
.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: #1da641;
  color: white;
  text-transform: initial;
}
@media only screen and (min-width: 992px) {
  .button--green:not(.button--disabled):focus, .button--green:not(.button--disabled):hover {
    background: #126528;
  }
}
.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--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: #a9cffe;
  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 {
  display: inline-block;
  vertical-align: middle;
}

@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 {
  display: inline-block;
  margin-bottom: 10px;
}
.button-box--inline .button:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .button-box .button {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .button-box .button {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.button-box .button--small {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .button-box .button--small {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .button-box .button:last-child {
    margin-right: 0;
  }
}

.button-box.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: black;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button-link {
    line-height: 160%;
    font-size: 1em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    transition: 0.2s 0s;
  }
  .button-link:focus, .button-link:hover {
    color: #026cf3;
  }
}
@media only screen and (min-width: 1600px) {
  .button-link {
    font-size: 1.125em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.button-link span {
  display: inline-block;
  vertical-align: middle;
}
.button-link .icon {
  margin: 0 3px;
}
.button-link .icon:first-child {
  margin-left: 0;
}
.button-link .icon:last-child {
  margin-right: 0;
}
.button-link--main {
  color: #026cf3;
}
@media only screen and (min-width: 992px) {
  .button-link--main:focus, .button-link--main:hover {
    color: #0256c0;
  }
}
.button-link--gold {
  color: #f2d47a;
}
@media only screen and (min-width: 992px) {
  .button-link--gold:focus, .button-link--gold:hover {
    color: #edc54c;
  }
}
.button-link--white {
  color: white;
}
@media only screen and (min-width: 992px) {
  .button-link--white:focus, .button-link--white:hover {
    color: #f2d47a;
  }
}
.button-link--small {
  font-size: 0.625em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button-link--small {
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}

.button-link-plain {
  position: relative;
  z-index: 1;
  border: none;
  background: none;
  color: black;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button-link-plain {
    font-size: 1em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    transition: 0.2s 0s;
  }
  .button-link-plain:focus, .button-link-plain:hover {
    color: #026cf3;
  }
}
.button-link-plain--inactive {
  color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .button-link-plain--inactive:focus, .button-link-plain--inactive:hover {
    color: rgba(0, 0, 0, 0.3);
  }
}
.button-link-plain--light {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--light {
    font-size: 1em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
.button-link-plain--light-grey {
  color: #000000;
  opacity: 0.2;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--light-grey:focus, .button-link-plain--light-grey:hover {
    color: #000000;
    opacity: 1;
    transition: 0.2s;
  }
}
.button-link-plain--grey {
  color: #666666;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--grey:focus, .button-link-plain--grey:hover {
    color: #333333;
  }
}
.button-link-plain--main {
  color: #026cf3;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--main:focus, .button-link-plain--main:hover {
    color: #0256c0;
  }
}
.button-link-plain--active {
  color: #026cf3;
}
.button-link-plain--uppercase {
  text-transform: uppercase;
}
.button-link-plain--back:before {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #026cf3;
  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: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--big {
    font-size: 1.125em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.button-link-plain--small {
  font-size: 0.75em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--small {
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.button-link-plain--xsmall {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .button-link-plain--xsmall {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
.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: #026cf3;
}

.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;
  z-index: 0;
  margin: 0 0 40px;
  background: center center no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
}
@media only screen and (min-width: 992px) {
  .section {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section {
    margin: 0 0 100px;
  }
}
.section:first-child {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section:first-child {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section:first-child {
    margin-top: 100px;
  }
}
.section:first-child.banner, .section:first-child.section--bg, .section:first-child.section--border, .section:first-child.section--nopadding {
  margin-top: 0;
}
.section:last-child.section--bg, .section:last-child.section--border, .section:last-child.section--nopadding {
  margin-bottom: 0;
}
.section--bg, .section--border {
  padding: 80px 0;
}
@media only screen and (min-width: 992px) {
  .section--bg, .section--border {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section--bg, .section--border {
    padding: 100px 0;
  }
}
.section--bg:last-child, .section--border:last-child {
  margin-bottom: 0;
}
.section--bg + .section--bg, .section--bg + .section--border, .section--border + .section--bg, .section--border + .section--border {
  margin-top: -40px;
}
@media only screen and (min-width: 992px) {
  .section--bg + .section--bg, .section--bg + .section--border, .section--border + .section--bg, .section--border + .section--border {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section--bg + .section--bg, .section--bg + .section--border, .section--border + .section--bg, .section--border + .section--border {
    margin-top: -100px;
  }
}
.section--nopadding + .section--bg, .section--nopadding + .section--border {
  margin-top: -40px;
}
@media only screen and (min-width: 992px) {
  .section--nopadding + .section--bg, .section--nopadding + .section--border {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section--nopadding + .section--bg, .section--nopadding + .section--border {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .section--bigbg {
    padding: 160px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section--bigbg {
    padding: 200px 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--trianglebg {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section--trianglebg {
    padding: 40px 20px 0;
  }
  .section--trianglebg::after {
    content: '';
    width: 40px;
    top: 0;
    left: 0;
    height: 90%;
    position: absolute;
    z-index: -1;
    background-image: url("../../img/textures/textures-1.svg");
    background-repeat: repeat-y;
    background-position: left bottom;
    background-size: 1300%;
  }
}
@media only screen and (min-width: 768px) {
  .section--trianglebg {
    background-image: url("../../img/textures/textures-1.svg");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 85%;
  }
}
.section--sidepattern {
  position: relative;
}
.section--sidepattern:before {
  content: '';
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 10%;
  background-image: url("../../img/textures/textures-dots.svg");
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 1600%;
}
@media only screen and (min-width: 768px) {
  .section--sidepattern:before {
    background-size: 1000%;
  }
}
@media only screen and (min-width: 992px) {
  .section--sidepattern:before {
    width: 13%;
    background-size: 500%;
  }
}
.section--sidepattern-triangle:before {
  background-image: url("../../img/textures/textures-1.svg");
  background-position: right top;
  background-size: 900%;
}
@media only screen and (min-width: 768px) {
  .section--sidepattern-triangle:before {
    background-size: 600%;
  }
}
@media only screen and (min-width: 992px) {
  .section--sidepattern-triangle:before {
    background-size: 500%;
  }
}
.section--sidepattern-stripe:before {
  background-image: url("../../img/textures/stripe.svg");
  background-position: right top;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .section--sidepattern-stripe:before {
    background-size: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .section--sidepattern-stripe:before {
    background-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section--sidepattern-half:before {
    width: 40%;
    background-size: 175% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .section--sidepattern-half:before {
    width: 45%;
    background-size: 100% !important;
  }
}
.section--angled:after {
  background: white;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  transform: skewY(-10.5deg);
  transform-origin: 100%;
}
@media only screen and (min-width: 768px) {
  .section--angled:after {
    height: 70%;
  }
}
.section--angled:before {
  content: '';
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  opacity: 0.05;
  background-image: url("../../img/textures/textures-1.svg");
  background-position: right top;
  background-size: 250%;
}
@media only screen and (min-width: 768px) {
  .section--angled:before {
    background-size: 130%;
  }
}
.section--green {
  background: #1da641;
}
.section--blue {
  background: #026cf3;
}
.section--dark {
  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--medium {
  padding: 45px 0;
}
@media only screen and (min-width: 992px) {
  .section--medium {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--medium {
    padding: 75px 0;
  }
}
.section--small {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .section--small {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section--small {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section--smallmargin {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section--smallmargin {
    margin: 0 0 40px;
  }
}
.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__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;
  }
}
.header:not(.header--index) + .content > .section .content-header {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .header:not(.header--index) + .content > .section .content-header {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .header:not(.header--index) + .content > .section .content-header {
    padding-top: 60px;
  }
}

.more-info {
  display: block;
  margin: -15px auto 0;
  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: "Rubik", sans-serif;
}

.modal {
  z-index: 1050 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 992px) {
  .modal {
    text-align: left;
  }
}
.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;
}
@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--enquiry .modal__content {
  background-color: #1da641;
  position: relative;
  z-index: 1;
  border-bottom: 10px solid #f1f3f5;
}
.modal--enquiry .modal__content:before {
  content: '';
  height: 40%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.05;
  position: absolute;
  background-image: url("../../img/textures/textures-1--black.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: 700;
  font-family: "Rubik", sans-serif;
}
@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:focus, .modal__close:hover {
    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:after, .modal__close .icon:before {
  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:after, .modal__close .icon:before {
    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;
}
@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: "Rubik", sans-serif;
}
.modal__header {
  position: relative;
  padding: 20px 15px 0;
}
@media only screen and (min-width: 992px) {
  .modal__header {
    border-bottom: 0;
    padding: 45px 55px 0;
    color: black;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__header {
    padding: 70px 75px 0;
  }
}
.modal__header--borderless {
  border: 0;
}
.modal__header--center {
  text-align: center;
}
.modal__header .heading {
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) {
  .modal__header .heading {
    color: inherit;
  }
}
.modal__header .heading:last-child {
  margin-bottom: 0;
}
.modal__content {
  padding: 30px 10px;
}
@media only screen and (min-width: 768px) {
  .modal__content {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content {
    padding: 30px 55px 55px;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__content {
    padding: 30px 80px 70px;
  }
}
.modal__iframe {
  max-height: 500px;
  overflow: scroll;
  margin: 0 0 35px;
}

.modal-dialog {
  width: 100% !important;
  margin: 0 auto !important;
}
@media print {
  .modal-dialog {
    margin: 0 auto;
  }
}

.modal-backdrop {
  background: black;
}
@media print {
  .modal-backdrop {
    background: white;
  }
}
.modal-backdrop.in {
  opacity: 0.8;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: rgba(255, 255, 255, 0.75);
}
@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 {
  20%,
  53%,
  80%,
  from,
  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 {
  20%,
  53%,
  80%,
  from,
  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, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 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;
}

.login-area {
  text-align: center;
}
.login-area .form__submit {
  width: 100%;
}

#ForgotPassword {
  float: right;
  margin: 10px 0 0 0;
  text-decoration: underline;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
#ForgotPassword a {
  color: inherit;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  color: #505659;
  background: white;
}
@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: 20px 0;
    transition: 0.1s 0s padding-bottom, 0.1s 0s padding-top, 0.3s 0s box-shadow;
  }
}
@media print {
  .header {
    position: relative;
  }
}
.header:before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
@media only screen and (min-width: 992px) {
  .header:before {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(47, 68, 86, 0.7);
  }
}
.header.affix {
  -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 992px) {
  .modal-open .header {
    padding-right: 17px;
  }
}
.header__logo-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .header__logo-container {
    margin: 0 auto 0 0;
  }
}
.header__site-logo {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 140px;
}
@media only screen and (min-width: 992px) {
  .header__site-logo {
    width: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__site-logo {
    width: 190px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__site-logo {
    width: 200px;
  }
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-content: space-between;
  width: 100%;
}
.header-menu .button {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  padding: 14px 30px;
}
@media only screen and (min-width: 992px) {
  .header-menu .button {
    font-size: 0.75em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    padding: 14px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-menu .button {
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}

.header-contact {
  margin-left: auto;
  font-size: 0.875em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 991px) {
  .header-contact {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #f9f9f9;
    z-index: 2;
  }
}
@media only screen and (min-width: 992px) {
  .affix .header-contact {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .header-contact__phone {
    display: block;
    margin: 0 auto 20px;
    color: #252525;
  }
}
@media only screen and (min-width: 992px) {
  .header-contact__phone {
    margin-right: 15px;
    transition: all 0.2s;
    color: inherit;
  }
  .header-contact__phone:focus, .header-contact__phone:hover {
    color: #026cf3;
  }
}

.desktop-contact {
  display: flex;
  gap: 0.2rem;
}
.desktop-contact .button--header {
  margin-left: 0;
}
.desktop-contact .desktop-phone {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 991px) {
  body.cart-active .header__site-logo, body.menu-active .header__site-logo {
    pointer-events: none;
  }
}

.toggle-menu {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 110;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  color: inherit;
  letter-spacing: 0.1em;
  opacity: 1;
  font-size: 1em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.toggle-menu__box {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.toggle-menu__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  display: block;
  height: 2px;
  background: #252525;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: background 0 1s;
}
.toggle-menu__lines:after, .toggle-menu__lines:before {
  position: absolute;
  left: 0;
  display: block;
  opacity: 1;
  border-top: 2px solid #252525;
  content: '';
  transition-delay: 0.1s, 0s;
  transition-duration: 0.1s, 0.1s;
}
.header--index .toggle-menu__lines:after, .header--index .toggle-menu__lines:before {
  background: #252525;
}
.toggle-menu__lines:before {
  width: 20px;
  top: -6px;
  transition-property: top, transform;
}
.toggle-menu__lines:after {
  width: 20px;
  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 {
  margin: 0 auto;
  width: 20px;
  border: none;
  background: transparent;
}
body.menu-active .toggle-menu__lines::after, body.menu-active .toggle-menu__lines::before {
  transition-delay: 0s, 0.1s;
  width: 100%;
}
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;
}
@media only screen and (max-width: 991px) {
  .menu {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .menu:last-child {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.menu__item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .menu__item {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item {
    padding-right: 40px;
    transition: 0.2s 0s opacity;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .menu__item:not(.menu__item--sub):focus .menu__link, .menu__item:not(.menu__item--sub):hover .menu__link {
    color: #026cf3;
  }
  .menu__item:not(.menu__item--sub):focus .menu__link:before, .menu__item:not(.menu__item--sub):hover .menu__link:before {
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .menu__item {
    padding-right: 50px;
  }
}
@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;
  }
}
.menu__item--sub {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .menu__item--sub.menu__item--hover .menu__link {
    color: #026cf3;
  }
  .menu__item--sub.menu__item--hover .menu__link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu__item--sub .submenu-nav {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--sub:focus .submenu-nav, .menu__item--sub:hover .submenu-nav {
    display: block;
    opacity: 1;
    transition: opacity 0.2s;
  }
  .menu__item--sub:focus .menu__link, .menu__item--sub:hover .menu__link {
    color: #026cf3;
  }
  .menu__item--sub:focus .menu__link:after, .menu__item--sub:hover .menu__link:after {
    color: #026cf3;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--sub:nth-child(2) .submenu-nav__wrapper {
    background-color: #e2edfb;
  }
  .menu__item--sub:nth-child(2) .submenu-nav__wrapper:before {
    border-bottom: 10px solid #e2edfb;
  }
  .menu__item--sub:nth-child(2) .submenu-nav__wrapper:after {
    opacity: 0.5;
    background-image: url("../../img/textures/textures-3.svg");
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--sub:nth-child(3) .submenu-nav__wrapper {
    background-color: #e8efdb;
    box-shadow: 10px 10px 0 0 #cbd3bd;
  }
  .menu__item--sub:nth-child(3) .submenu-nav__wrapper:before {
    border-bottom: 10px solid #e8efdb;
  }
  .menu__item--sub:nth-child(3) .submenu-nav__wrapper:after {
    opacity: 0.5;
    background-image: url("../../img/textures/textures-1--up.svg");
  }
}
.menu__item--toggle--active .submenu-nav {
  display: block;
  opacity: 1;
}
.menu__link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  color: inherit;
  font-size: 1em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .menu__link {
    transition: all 0.2s;
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.menu__item--sub .menu__link:after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon' !important;
  font-size: 1em;
  color: #ccd3d8;
}
@media only screen and (max-width: 991px) {
  .menu__item--sub .menu__link:after {
    right: 0;
    top: -2px;
    font-size: 1.5em;
    content: url("../../icons/chevron-down.svg");
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--sub .menu__link:after {
    left: calc(100% + 3px);
    margin: 0;
    content: url("../../icons/chevron-down.svg");
    transition: all 0.2s;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link--center {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .menu-nav {
    position: fixed;
    padding: 20px 40px 0;
    top: 60px;
    bottom: 0;
    left: 100%;
    z-index: 1;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 0.3s 0s opacity, 0.3s 0s left;
  }
}
@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;
    background: white;
    height: calc(100% - 60px);
  }
}
.menu-nav__helper:after {
  display: block;
  clear: both;
  content: '';
}
.menu-nav__logo {
  margin: 0 auto 30px;
  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: 0;
  opacity: 1;
}
body.menu-active .body-backdrop {
  top: 0;
  z-index: 2;
  opacity: 1;
  background-color: white;
  transition: 0.2s 0s opacity;
}

.submenu {
  position: relative;
  margin: 20px 0;
  list-style: none;
  color: #252525;
}
@media only screen and (min-width: 992px) {
  .submenu {
    margin: 0 0 30px;
    color: #505659;
  }
}
.submenu:last-child {
  margin-bottom: 0;
}
.submenu__item {
  position: relative;
  display: block;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .submenu__item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .submenu__item {
    margin-bottom: 20px;
  }
}
.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 {
  position: relative;
  display: block;
  color: inherit;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .submenu__link {
    font-size: 0.875em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    display: inline-block;
    transition: 0.2s all;
  }
  .submenu__link:not(span):focus:before, .submenu__link:not(span):hover:before {
    width: 100%;
  }
}
.submenu__link:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 3px;
  background: #026cf3;
  transition: all 0.2s;
}

.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: -100px;
    top: 0;
    opacity: 0;
    min-width: 300px;
    transition: opacity 0.2s;
  }
}
.submenu-nav__wrapper {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .submenu-nav__wrapper {
    margin-top: 33px;
    padding: 25px 30px 25px 80px;
    min-width: 300px;
    box-shadow: 10px 10px 0 0 rgba(2, 108, 243, 0.2);
    background-color: #f1f3f5;
  }
  .submenu-nav__wrapper:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 40%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f1f3f5;
  }
  .submenu-nav__wrapper:after {
    content: "";
    width: 80px;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: url("../../img/textures/textures-dots.svg");
    background-repeat: repeat-y;
    background-position: right bottom;
    background-size: 600%;
  }
}

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: 0;
  padding: 45px 30px 30px;
  background: #f9f9f9;
  border: none;
  color: #505659;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 45px 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 55px 0 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer {
    padding: 100px 0 30px;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer__content {
  margin: 0 0 15px;
  color: #505659;
}
@media only screen and (min-width: 992px) {
  .footer__content {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__content {
    margin: 0 0 45px;
  }
}
.footer .text-box {
  color: #505659;
}
.footer__link {
  color: #505659 !important;
}
.footer__logo {
  position: relative;
  max-width: 100%;
  width: 60px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    width: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__logo {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__logoimg {
    margin: 0 auto 20px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .footer__logocontent {
    text-align: center;
  }
}
.footer__menu-toggle {
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  max-width: 160px;
  width: 100%;
  border: 2px solid white;
  background: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 38px;
  font-size: 0.75em;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .footer__menu-toggle {
    margin: 0 0 0 auto;
  }
}
.footer .icon {
  font-size: 1.5em;
  color: #88939f;
  display: block;
  text-align: right;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .footer .icon {
    margin-right: 0;
    text-align: center;
  }
}
.footer__phonelink {
  color: #026cf3;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.footer .icon {
  margin-left: 21.5px;
  margin-right: 21.5px;
}
.footer .icon.icon-pin {
  content: url("../../icons/map-pin.svg");
}
.footer .icon.icon-phone {
  content: url("../../icons/phone.svg");
}

.footer-menu {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-menu {
    width: auto;
    text-align: left;
    float: left;
    margin-bottom: 0;
  }
}
.footer-menu__item {
  position: relative;
  float: left;
}
@media only screen and (min-width: 768px) {
  .footer-menu__item {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-menu__item:focus .footer-menu__link, .footer-menu__item:hover .footer-menu__link {
    border-bottom-color: #026cf3;
    color: #026cf3;
  }
  .footer-menu__item:focus .footer-menu__link:after, .footer-menu__item:hover .footer-menu__link:after {
    border-color: #026cf3;
  }
  .footer-menu__item:focus .footer-submenu:before, .footer-menu__item:hover .footer-submenu:before {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-menu__item:last-child {
    padding-right: 0;
  }
}
.footer-menu__link {
  display: block;
  line-height: 160%;
  font-size: 1em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #026cf3;
}
@media only screen and (min-width: 992px) {
  .footer-menu__link {
    transition: 0.2s all;
  }
  .footer-menu__link:not(span):focus, .footer-menu__link:not(span):hover {
    color: #0256c0;
  }
}

.footer-submenu {
  position: relative;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .footer-submenu {
    margin-top: 15px;
    transition: 0.2s all;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-submenu {
    margin-top: 25px;
  }
}
.footer-submenu__item {
  position: relative;
  padding-left: 17.5px;
  margin-bottom: 8px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .footer-submenu__item {
    padding-left: 20px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-submenu__item {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 1.57;
  }
}
.footer-submenu__item:before {
  display: block;
  float: left;
  margin: 1px 0 0 -17.5px;
  color: #999999;
  content: "\e901";
  font-family: icomoon;
  font-size: 0.75em;
}
@media only screen and (min-width: 992px) {
  .footer-submenu__item:before {
    margin: 2px 0 0 -20px;
  }
}
.footer-submenu__link {
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .footer-submenu__link {
    transition: 0.2s all;
  }
  .footer-submenu__link:not(span):focus, .footer-submenu__link:not(span):hover {
    color: #026cf3;
  }
}

.copyright {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  padding: 20px 0;
  background: #f1f3f5;
  color: #505659;
  line-height: 160%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .copyright {
    float: left;
  }
}
@media print {
  .copyright {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .copyright__content {
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .copyright__credit {
    text-align: right;
  }
}
.copyright__credit a {
  display: inline-block;
}
.copyright a {
  color: #026cf3;
}
.copyright .back-to-top {
  position: absolute;
  background: white;
  font-size: 2em;
  color: #88939f;
  right: 15px;
  top: -25px;
  z-index: 1;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.copyright .back-to-top .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.content {
  position: relative;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .content {
    padding-top: 84px;
  }
}
.header--bg + .content > .section:first-child {
  margin-top: -60px;
  padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  .header--bg + .content > .section:first-child {
    margin-top: -84px;
    padding-top: 144px;
  }
}

@media only screen and (min-width: 992px) {
  .content-col {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .icon-content {
    max-width: 350px;
    margin: 0 auto;
  }
}
.icon-content .heading {
  color: #252525;
}

.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: #026cf3;
  background: -webkit-linear-gradient(-90deg, #026cf3, #0256c0);
  background: -moz-linear-gradient(-90deg, #026cf3, #0256c0);
  background: linear-gradient(-90deg, #026cf3, #0256c0);
  -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;
}

.section-404 {
  text-align: center;
}

.contact-info__heading {
  color: white;
  margin-bottom: 0;
}
.contact-info__item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .contact-info__item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-info__item {
    margin-bottom: 40px;
  }
}
.contact-info__item:last-child {
  margin-bottom: 0;
}
.contact-info__link {
  display: inline-block;
  color: #252525;
  font-size: 1em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .contact-info__link {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    transition: all 0.2s;
  }
  .contact-info__link:hover, .contact-info__link:focus {
    color: #edc54c;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-info__link {
    font-size: 2.125em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}

.g-recaptcha div {
  max-width: 100% !important;
}

.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: 700;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .pagination__nav {
    width: 150px;
    line-height: 44px;
    font-size: 0.75em;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__nav {
    font-size: 0.813em;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
  }
}
@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: #1179fd;
  }
}
.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: 700;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 360px) {
  .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: 700;
    font-family: "Rubik", sans-serif;
    transition: 0.2s;
  }
  .pagination__item:not(.pagination__item--active):hover, .pagination__item:not(.pagination__item--active):focus {
    opacity: 1;
    border-color: #1179fd;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__item {
    font-size: 0.813em;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
  }
}
.pagination__item--active {
  border-color: #026cf3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.banner {
  position: relative;
  z-index: 1;
  background: #026cf3 -45%;
  background: -webkit-linear-gradient(17deg, #026cf3 -45%, rgba(127, 186, 0, 0.45) 137%);
  background: -moz-linear-gradient(17deg, #026cf3 -45%, rgba(127, 186, 0, 0.45) 137%);
  background: linear-gradient(17deg, #026cf3 -45%, rgba(127, 186, 0, 0.45) 137%);
}
@media only screen and (min-width: 992px) {
  .banner {
    background: #026cf3 -5%;
    background: -webkit-linear-gradient(49deg, #026cf3 -5%, rgba(127, 186, 0, 0.45) 122%);
    background: -moz-linear-gradient(49deg, #026cf3 -5%, rgba(127, 186, 0, 0.45) 122%);
    background: linear-gradient(49deg, #026cf3 -5%, rgba(127, 186, 0, 0.45) 122%);
  }
}
@media only screen and (max-width: 991px) {
  .banner .heading--lv1, .banner .text-box h1, .text-box .banner h1 {
    font-size: 1.625em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .banner .text-box p {
    font-size: 0.75em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
}
.banner:before {
  content: '';
  width: 70%;
  height: 100%;
  position: absolute;
  background-position: right bottom;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-image: url("../../img/textures/banner-triangle.png");
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .banner:before {
    width: 38%;
    background-size: cover;
  }
}

.subpage-banner {
  padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .subpage-banner {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .subpage-banner {
    padding: 50px 0 60px;
  }
}
.subpage-banner:before {
  content: '';
  height: 100%;
  position: absolute;
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 28%;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .subpage-banner:before {
    width: 18%;
  }
}
.subpage-banner--small {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .subpage-banner--small {
    padding: 40px 0;
  }
}
.subpage-banner--gradient {
  background: #026cf3 18%;
  background: -webkit-linear-gradient(67deg, #026cf3 18%, rgba(127, 186, 0, 0.45) 100%);
  background: -moz-linear-gradient(67deg, #026cf3 18%, rgba(127, 186, 0, 0.45) 100%);
  background: linear-gradient(67deg, #026cf3 18%, rgba(127, 186, 0, 0.45) 100%);
}
.subpage-banner--green {
  background: #1da641;
  background: -webkit-linear-gradient(17deg, #1da641 7%, rgba(62, 173, 43, 0.82) 60%, rgba(127, 186, 0, 0.45) 127%);
  background: -moz-linear-gradient(17deg, #1da641 7%, rgba(62, 173, 43, 0.82) 60%, rgba(127, 186, 0, 0.45) 127%);
  background: linear-gradient(17deg, #1da641 7%, rgba(62, 173, 43, 0.82) 60%, rgba(127, 186, 0, 0.45) 127%);
}
.subpage-banner--green2 {
  background: #1da641 44%;
  background: -webkit-linear-gradient(6deg, #1da641 44%, rgba(127, 186, 0, 0.45) 133%);
  background: -moz-linear-gradient(6deg, #1da641 44%, rgba(127, 186, 0, 0.45) 133%);
  background: linear-gradient(6deg, #1da641 44%, rgba(127, 186, 0, 0.45) 133%);
}
.subpage-banner--blue {
  background: #0053bc 14%;
  background: -webkit-linear-gradient(73deg, #0053bc 14%, #94cde3 113%);
  background: -moz-linear-gradient(73deg, #0053bc 14%, #94cde3 113%);
  background: linear-gradient(73deg, #0053bc 14%, #94cde3 113%);
}
.subpage-banner--triangle:before {
  background-image: url("../../img/textures/subpage-triangle.svg");
}
.subpage-banner--dotted:before {
  background-image: url("../../img/textures/subpage-dotted.svg");
}
.subpage-banner--square:before {
  background-image: url("../../img/textures/subpage-square.svg");
}
.subpage-banner + .section--angled {
  margin-top: -45px;
}
@media only screen and (min-width: 992px) {
  .subpage-banner + .section--angled {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-banner + .section--angled {
    margin-top: -110px;
  }
}

@media only screen and (max-width: 991px) {
  .content-box .container {
    padding: 0;
    width: 100%;
  }
}
.content-box__container {
  position: relative;
  background: #f9f9f9;
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .content-box__container {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box__container {
    padding: 80px 80px;
  }
}
.content-box__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .content-box__bg {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) {
  .content-box__bg {
    width: 100%;
    height: 100%;
  }
}
.content-box__image {
  margin: 0 auto;
  display: block;
}
.content-box--fullwidth {
  background: #f9f9f9;
}
@media only screen and (min-width: 1200px) {
  .content-box--fullwidth .content-box__container {
    padding: 80px 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-box--fullwidth .content-box__container {
    padding: 80px 190px;
  }
}

.box__item {
  background: white;
  padding: 25px 20px;
  box-shadow: 10px 10px 0 0 rgba(37, 37, 37, 0.1);
}
@media only screen and (min-width: 768px) {
  .box__item {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .box__item {
    padding: 40px 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .box__item {
    padding: 60px 100px;
  }
}
.box--big .box__item {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .box--big .box__item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .box--big .box__item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.content-section__media {
  border-radius: 3px;
}
.content-section__media--shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .testimonials:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials__logo {
    max-width: 150px;
    margin: 0 auto 30px;
  }
}
.testimonials__item {
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .testimonials__item {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials__item {
    padding-bottom: 120px;
  }
}
.testimonials__item:last-of-type {
  padding-bottom: 20px;
}
.testimonials__content {
  position: relative;
  padding: 50px 10px 35px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .testimonials__content {
    padding: 80px 20px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials__content {
    padding: 80px 30px 70px;
  }
}
.testimonials__quote {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background-image: url("../../img/quote.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .testimonials__quote {
    height: 70px;
  }
}
.testimonials__quote:after, .testimonials__quote:before {
  content: '';
  background: #4a90e2;
  width: 40%;
  height: 2px;
  display: block;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .testimonials__quote:after, .testimonials__quote:before {
    margin-top: 35px;
  }
}
.testimonials__quote:before {
  float: left;
}
.testimonials__quote:after {
  float: right;
}
.testimonials__quote--close {
  height: 20px;
  bottom: 0;
  top: auto;
  background-image: url("../../img/quote-close.svg");
}
@media only screen and (min-width: 992px) {
  .testimonials__quote--close {
    height: 70px;
  }
}
.testimonials__quote--close:after, .testimonials__quote--close:before {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .testimonials__quote--close:after, .testimonials__quote--close:before {
    margin-top: 25px;
  }
}

.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;
  }
}
@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: 25px;
  }
}
.default-tabs-nav__item:last-child {
  margin-right: 0;
}
.default-tabs-nav__item.active .default-tabs-nav__link {
  color: #333333;
}
.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: #aaaaaa;
  padding: 10px 0;
  font-size: 0.875em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) {
  .default-tabs-nav__link {
    padding: 15px 3px 8px;
    font-size: 1.125em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    transition: all 0.2s;
  }
  .default-tabs-nav__link:hover, .default-tabs-nav__link:focus {
    cursor: pointer;
  }
  .default-tabs-nav__link:hover:after, .default-tabs-nav__link:focus:after {
    width: 100%;
  }
}
.default-tabs-nav__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #026cf3;
}
@media only screen and (min-width: 992px) {
  .default-tabs-nav__link:after {
    transition: all 0.2s;
  }
}

.tabs {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tabs {
    padding: 0 0 0 30px;
  }
  .tabs::after {
    content: '';
    width: 40px;
    top: 0;
    left: 0;
    height: 90%;
    position: absolute;
    z-index: -1;
    background-image: url("../../img/textures/textures-dots.svg");
    background-repeat: repeat-y;
    background-position: left bottom;
    background-size: 1300%;
  }
}
.tabs__nav.nav-tabs {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .tabs__nav.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.tabs__nav.nav-tabs li {
  padding: 10px 25px;
}
@media only screen and (min-width: 768px) {
  .tabs__nav.nav-tabs li {
    flex: 1;
    text-align: center;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .tabs__nav.nav-tabs li {
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs__nav.nav-tabs li {
    padding: 0 0 25px;
  }
}
.tabs__nav.nav-tabs li a {
  border-radius: 0;
  border: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #252525;
}
@media only screen and (min-width: 768px) {
  .tabs__nav.nav-tabs li a {
    font-size: 1em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .tabs__nav.nav-tabs li a {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }
}
.tabs__nav.nav-tabs li a:active, .tabs__nav.nav-tabs li a:focus, .tabs__nav.nav-tabs li a:hover {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: black;
}
.tabs__nav.nav-tabs li.active {
  border-bottom: 4px solid #026cf3;
}
.tabs__nav.nav-tabs li.active a {
  color: #252525;
}
@media only screen and (max-width: 767px) {
  .tabs__link {
    font-size: 1em;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #252525;
    display: block;
    position: relative;
    width: 100%;
  }
  .tabs__link:after {
    right: 0;
    top: -4px;
    font-size: 1.5em;
    content: url("../../icons/chevron-down.svg");
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    color: #026cf3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tabs__link.collapsed:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs .panel {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs .panel-title {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs .panel-body {
    padding: 0 30px 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__content {
    padding: 40px 0 0;
    border-top: 1px solid #f1f3f5;
  }
}
@media only screen and (min-width: 992px) {
  .tabs__content {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__content .heading {
    margin-top: 30px;
  }
}
.tabs__photo {
  float: left;
  height: 320px !important;
  margin: 0 20px 20px -100px !important;
}
.tabs__button {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .tabs__button {
    padding: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__button::after {
    content: '';
    width: 70%;
    bottom: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: url("../../img/textures/textures-dots.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
  }
}

.enquiry-form .form {
  background: white;
  padding: 15px;
  box-shadow: 10px 10px 0 0 rgba(37, 37, 37, 0.25);
}
@media only screen and (min-width: 992px) {
  .enquiry-form .form {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .enquiry-form__logo {
    bottom: 10%;
    position: absolute;
  }
}

.client_logo img {
  width: auto;
  max-height: 160px;
  display: inline-block;
}

.clients-intro {
  margin: 0;
}
.clients-intro .heading {
  display: inline-block;
  border-bottom: 5px solid #f1f3f5;
  padding: 0 0 25px;
}

.clients {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #f1f3f5;
}
@media only screen and (min-width: 992px) {
  .clients {
    padding: 35px 0;
  }
}
.clients__list {
  display: inline-block;
  list-style: none;
}
.clients__item {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .clients__item {
    margin: 0 20px;
  }
}
.clients__logo {
  display: block;
  max-width: 100%;
}

.listing__item {
  margin: 0 0 80px;
}
@media only screen and (min-width: 992px) {
  .listing__item {
    margin: 0 0 100px;
  }
}
.listing__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .listing__item .button-box {
    text-align: center;
  }
}

.accordion-group {
  list-style-type: none;
  line-height: 1.5;
}
.accordion-group:last-child {
  border-bottom: .1rem solid #444;
}

.accordion {
  border-top: .1rem solid #444;
}

.accordion-button {
  background-color: transparent;
  cursor: pointer;
  padding: 1.5rem 3rem 1.5rem 0rem;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: 450;
  position: relative;
}
.accordion-button:after {
  content: "\002B";
  margin-right: 1rem;
  padding: 0px;
  top: 0.2rem;
  right: 1rem;
  position: absolute;
  font-size: 38px;
  font-weight: 340;
}
.accordion-button.active:after {
  content: "\2212";
}

.accordion-panel {
  width: 100%;
  text-align: left;
  padding-right: 2rem;
  display: none;
  overflow: hidden;
}
.accordion-panel.active {
  padding-bottom: 1.5rem;
  display: block;
  overflow: visible;
}

.contains-grid {
  margin: auto;
}
@media only screen and (max-width: 1599px) {
  .contains-grid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .contains-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contains-grid {
    width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .contains-grid {
    width: 1440px;
  }
}

.button--dark {
  background-color: #0f376a;
}

.single-grid {
  list-style-type: none;
  display: grid;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .single-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-row: 1fr;
    grid-gap: 1.5rem;
  }
}
.single-grid li {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .pricing-plan {
    margin-left: -20px;
    margin-right: -20px;
  }
}

ul.plans {
  list-style-type: none;
  display: grid;
}
@media only screen and (min-width: 768px) {
  ul.plans {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  ul.plans {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-gap: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  ul.plans {
    grid-gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.plans {
    grid-gap: 0.5rem;
  }
}

li.plan {
  position: relative;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
}
li.plan div.plan-content {
  text-align: center;
}
li.plan div.plan-content a.button {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  min-width: 40%;
}
@media only screen and (max-width: 767px) {
  li.plan div.plan-content a.button {
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  li.plan div.plan-content p.tagline {
    font-size: 80%;
  }
}
li.plan div.plan-content sup.price-sup {
  vertical-align: super;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  li.plan div.plan-features {
    display: none;
  }
}
li.plan div.plan-features ul {
  list-style-type: disc;
  padding: 0 1rem 0;
  line-height: 1.5;
}
li.plan div.plan-features ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1199px) {
  li.plan div.plan-features .plan-link {
    display: none;
  }
  li.plan div.plan-features li:nth-of-type(1n+4) {
    display: none;
  }
}
li.plan div.plan-compare {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  li.plan div.plan-compare {
    display: block;
  }
}
li.plan div.tablet-end {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  li.plan div.tablet-end {
    display: block;
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  li.plan div.tablet-end {
    display: none;
  }
}
li.plan .link {
  text-decoration: underline;
  color: #0f376a;
}
li.plan .link:hover {
  color: #2b87fd;
}

@media only screen and (min-width: 768px) {
  .mobile-tiles-header {
    display: none;
  }
}

.table-mobile-row {
  padding: 1.5rem;
  display: grid;
  text-align: center;
  margin: auto;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .table-mobile-row {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tiles-header {
    display: none;
  }
}
.tiles-header .grid-tiles {
  display: grid;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tiles-header .grid-tiles .grid-tiles-title {
  position: relative;
}
.tiles-header .grid-tiles .grid-tiles-title h3 {
  position: absolute;
  bottom: 0;
  padding: 1rem;
}
.tiles-header .grid-tiles .grid-tile {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 0;
}

.comparison-table {
  width: 100%;
}

.grid-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid-row.odd {
    background-color: #F9F9F9;
  }
}
.grid-row:not(.mobile-row) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e2dfdf;
}
@media only screen and (max-width: 767px) {
  .grid-row:not(.mobile-row) {
    border-bottom-style: none;
  }
}
.grid-row:last-child {
  border-bottom-style: none;
}
.grid-row .row-item {
  text-align: center;
  padding: 1rem 0.4rem 1rem;
  margin: auto;
  overflow-wrap: break-word;
  width: 100%;
}
.grid-row .row-item.row-title {
  text-align: left;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .grid-row .row-item {
    background-color: #f9f9f9;
    font-size: 13px;
    position: relative;
    height: 100%;
    min-height: 48px;
  }
  .grid-row .row-item.header {
    font-weight: 600;
  }
  .grid-row .row-item:not(:last-child) {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e2dfdf;
  }
  .grid-row .row-item.row-title {
    display: none;
  }
}
.grid-row span.symbol {
  font-size: 25px;
}
.grid-row span.symbol.none {
  transform: scale(-1.5, 1);
  font-weight: 300;
}

.accordion-panel.header-bar.active {
  border-top: .1rem solid #444;
  padding-bottom: 0rem;
  padding-right: 0rem;
}

.accordion-button.table-head {
  padding-left: 1rem;
  font-weight: 600;
  position: relative;
}

.plan.highlighted {
  background-color: #E5F0FE;
}
.plan.highlighted .button {
  background-color: #026cf3;
}
.plan.highlighted .button:hover {
  background-color: #2b87fd;
}
.plan.highlighted .link {
  color: #026cf3;
}
.plan.highlighted .link:hover {
  color: #2b87fd;
}

li.grid-tile.plan.highlighted {
  background-color: #E5F0FE;
}

.row-item.highlighted {
  color: #026cf3;
  font-weight: 550;
}
@media only screen and (max-width: 767px) {
  .row-item.highlighted {
    background-color: #E5F0FE;
  }
}


/*# sourceMappingURL=surveymanager.css.map */