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

/*------------------------------------*\
    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: content-box;
  box-sizing: content-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: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-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: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*@import "bootstrap/dropdowns";*/
/*@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.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Galano Grotesque Light';
  src: url("../../fonts/0fbf4ff7-a67d-4653-bff8-15b88b75a8cf.eot?#iefix");
  src: url("../../fonts/0fbf4ff7-a67d-4653-bff8-15b88b75a8cf.eot?#iefix") format("eot"), url("../../fonts/918db41a-d349-4a27-857e-380e33fc123b.woff2") format("woff2"), url("../../fonts/4bc66cf1-801f-4de0-b7bf-0995fc320979.woff") format("woff"), url("../../fonts/a4a94ac8-24a0-4657-badd-89c8cd2fd1fb.ttf") format("truetype");
}
@font-face {
  font-family: 'Galano Grotesque Regular';
  src: url("../../fonts/44be248a-eb14-4951-afe8-6114fa1e067a.eot?#iefix");
  src: url("../../fonts/44be248a-eb14-4951-afe8-6114fa1e067a.eot?#iefix") format("eot"), url("../../fonts/c08bd59d-6708-4ffd-8478-ca9691164a36.woff2") format("woff2"), url("../../fonts/9737b091-4894-485b-92e0-42cfb7b3d0b8.woff") format("woff"), url("../../fonts/e3beee55-6ae3-485a-8025-51876eced51e.ttf") format("truetype");
}
@font-face {
  font-family: 'Galano Grotesque SemiBold';
  src: url("../../fonts/cf3f6757-793f-4e2b-a737-66b31e699c33.eot?#iefix");
  src: url("../../fonts/cf3f6757-793f-4e2b-a737-66b31e699c33.eot?#iefix") format("eot"), url("../../fonts/bec0331e-19a5-47e6-8f62-15ac79e39c09.woff2") format("woff2"), url("../../fonts/d17e180c-29bd-4b5b-8805-567694ba4430.woff") format("woff"), url("../../fonts/d37538f7-60c4-42c5-a5da-caa71e9b2786.ttf") format("truetype");
}
@font-face {
  font-family: 'Galano Grotesque Bold';
  src: url("../../fonts/d6e93357-a624-4af6-9654-394d1a122233.eot?#iefix");
  src: url("../../fonts/d6e93357-a624-4af6-9654-394d1a122233.eot?#iefix") format("eot"), url("../../fonts/2683de73-3186-43cc-b953-f897709261b5.woff2") format("woff2"), url("../../fonts/3e82ef07-8005-4cb1-b14e-305321d2634c.woff") format("woff"), url("../../fonts/b8c41116-0943-4dcd-aa5b-cff9df4fda93.ttf") format("truetype");
}
@font-face {
  font-family: 'Galano Grotesque Black';
  src: url("../../fonts/b81104f9-011f-461a-a246-ec0117d44fae.eot?#iefix");
  src: url("../../fonts/b81104f9-011f-461a-a246-ec0117d44fae.eot?#iefix") format("eot"), url("../../fonts/55465b12-dd9c-43f3-b4b3-22f9ffa02510.woff2") format("woff2"), url("../../fonts/81b125b2-40de-4c0d-939f-81ff074f2d23.woff") format("woff"), url("../../fonts/e3eaaa08-68e4-47e3-bd12-21d134391471.ttf") format("truetype");
}
#tbclient {
  display: block;
}

body,
html {
  height: 100%;
}

body {
  background: white center center no-repeat fixed;
  background-size: cover;
  color: #202020;
}

#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-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

* {
  outline: none !important;
}

.clearfix {
  clear: both;
}

button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@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: 1500px) {
  .container {
    width: 1370px;
  }
}
@media only screen and (min-width: 1921px) {
  .container {
    width: 1650px;
  }
}
.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: 1500px) {
  .container .container {
    width: 1370px;
  }
}
@media only screen and (min-width: 1921px) {
  .container .container {
    width: 1650px;
  }
}
@media only screen and (min-width: 1500px) {
  .container--bigger {
    max-width: 1370px;
    width: auto;
  }
}

.row-xs-eqheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.row-xs-eqheight > div {
  min-height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .row-sm-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-sm-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .row-md-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-md-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row-lg-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-lg-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1500px) {
  .row-xl-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-xl-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.row-xs-default {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .row-sm-default {
    display: initial;
  }
}

@media only screen and (min-width: 992px) {
  .row-md-default {
    display: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .row-lg-default {
    display: initial;
  }
}

@media only screen and (min-width: 1500px) {
  .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: 1499px) {
  .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--big {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row--big {
    margin: 0 -45px;
  }
}
@media only screen and (min-width: 992px) {
  .row--big > div[class*='col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row--big > div[class*='col-'] {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.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--vcenter > div[class*='col-'] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.row--vbottom > div[class*='col-'] {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

@media only screen and (min-width: 992px) {
  .col-div:after {
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: 0;
    left: 50%;
    display: block;
    width: 20px;
    box-shadow: -8px 0 10px -9px black;
    content: '';
  }
}

.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%;
}
.site-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: inherit;
}

.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: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .vspace {
    padding-bottom: 80px;
  }
}
.vspace--small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--small {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .vspace--small {
    padding-bottom: 50px;
  }
}
.vspace:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .vspace[class*='col-'] {
    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: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .alert p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}

.website-alerts {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.website-alerts.affix, .website-alerts.affix-bottom {
  position: fixed;
  top: 66px;
}
@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: #ff3366;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .website-alerts__alert {
    padding: 10px 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: #55813f;
}
.website-alerts__alert--warning {
  background: #f0ad4e;
}
.website-alerts__alert--error {
  background: #c84c4c;
}
.website-alerts__close {
  position: relative;
  float: right;
  padding: 0;
  border: 0;
  background: none;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
.website-alerts__close .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .website-alerts__close .icon {
    width: 9px;
    height: 9px;
  }
}
.website-alerts__close .icon:before, .website-alerts__close .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  border: 1px solid;
  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;
}
@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: 120%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .website-alerts__message {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}
.website-alerts__message a {
  border-bottom: 1px solid;
  color: inherit;
}
.website-alerts__message button {
  margin: 0 5px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
.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: 1;
  height: 100%;
  background-color: #000c19;
  content: '';
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.3s top;
}
@media only screen and (min-width: 992px) {
  .body-backdrop {
    z-index: 100;
    transition: 0.3s 0s opacity, 0s 0s top;
  }
}

.heading {
  display: block;
  margin: 0 0 15px 0;
  color: black;
}
@media only screen and (max-width: 991px) {
  .heading br {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .heading {
    margin: 0 0 30px 0;
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading + .intro {
  margin: 10px 0 0 0;
}
.section--dark .heading {
  color: inherit;
}
.heading u {
  border-bottom: 2px solid;
  text-decoration: none;
}
.heading--lv1, .text-box h1 {
  margin: 0 0 30px 0;
  line-height: 110%;
  font-size: 2.5em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .heading--lv1, .text-box h1 {
    margin: 0 0 40px 0;
    font-size: 5em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}
@media only screen and (min-width: 1200px) {
  .heading--lv1, .text-box h1 {
    margin: 0 0 80px 0;
    font-size: 5.625em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}
.heading--lv2, .text-box h2 {
  margin: 0 0 30px 0;
  line-height: 110%;
  font-size: 2.125em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .heading--lv2, .text-box h2 {
    margin: 0 0 30px 0;
    line-height: 100%;
    font-size: 3.75em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}
@media only screen and (min-width: 1200px) {
  .heading--lv2, .text-box h2 {
    margin: 0 0 60px 0;
  }
}
.heading--lv3, .text-box h3 {
  margin: 0 0 30px 0;
  line-height: 160%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .heading--lv3, .text-box h3 {
    margin: 0 0 30px 0;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
@media only screen and (min-width: 1200px) {
  .heading--lv3, .text-box h3 {
    margin: 0 0 40px 0;
  }
}
.heading--lv4, .text-box h4 {
  margin: 0 0 15px 0;
  line-height: 160%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .heading--lv4, .text-box h4 {
    margin: 0 0 45px 0;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
@media only screen and (min-width: 1200px) {
  .heading--lv4, .text-box h4 {
    margin: 0 0 30px 0;
  }
}
.heading--lv5 {
  margin: 0 0 10px 0;
  line-height: 160%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .heading--lv5 {
    margin: 0 0 10px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
@media only screen and (min-width: 1200px) {
  .heading--lv5 {
    margin: 0 0 15px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading--main {
  color: #ff3366;
}
.heading--center {
  text-align: center;
}
.heading--uppercase {
  text-transform: uppercase;
}
.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;
}

@media only screen and (min-width: 992px) {
  .heading-box--center {
    text-align: center;
  }
}

.subheading {
  display: block;
  margin: 0 0 15px 0;
  color: #ff3366;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 140%;
  font-size: 0.588em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .subheading {
    margin: 0 0 30px 0;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
@media only screen and (min-width: 1200px) {
  .subheading {
    margin: 0 0 60px 0;
  }
}
.subheading--center {
  text-align: center;
}
.section--dark .subheading {
  color: inherit;
}

.text-box {
  margin: 0 0 30px 0;
  color: #4e4e4e;
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .text-box {
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .text-box {
    margin: 0 0 80px 0;
  }
}
.text-box:last-child {
  margin-bottom: 0;
}
.section--dark .text-box {
  color: rgba(255, 255, 255, 0.8);
}
.text-box iframe {
  margin: 0 0 30px 0;
  width: 100%;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5 {
  padding-top: 10px;
  color: black;
}
.text-box h1:first-child,
.text-box h2:first-child,
.text-box h3:first-child,
.text-box h4:first-child,
.text-box h5:first-child {
  padding-top: 0;
}
.text-box h1:last-child,
.text-box h2:last-child,
.text-box h3:last-child,
.text-box h4:last-child,
.text-box h5:last-child {
  margin-bottom: 0;
}
.text-box .media {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .text-box .media {
    margin: 0 0 30px 0;
  }
}
.text-box .media:last-child {
  margin-bottom: 0;
}
.text-box .media iframe {
  margin-bottom: 0;
}
.text-box img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (min-width: 992px) {
  .text-box img {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .text-box img {
    margin: 40px auto;
  }
}
.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 0;
}
@media only screen and (min-width: 992px) {
  .text-box .captionImage {
    padding: 0 0 20px 0;
  }
}
.text-box .captionImage:last-child {
  padding-bottom: 0;
}
.text-box p {
  padding: 0 0 15px 0;
  line-height: 160%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .text-box p {
    padding: 0 0 20px 0;
    line-height: 200%;
    font-size: 1em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
  }
}
@media only screen and (min-width: 1200px) {
  .text-box p {
    padding: 0 0 40px 0;
  }
}
.text-box p:last-child {
  padding-bottom: 0;
}
.text-box p.caption {
  padding: 5px 0 0 0;
  font-style: italic;
  line-height: 120%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .text-box p.caption {
    padding: 10px 0 0 0;
  }
}
.text-box ul,
.text-box ol {
  padding: 0 0 15px 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .text-box ul,
  .text-box ol {
    padding: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .text-box ul,
  .text-box ol {
    padding: 0 0 40px 0;
  }
}
.text-box ul:last-child,
.text-box ol:last-child {
  padding-bottom: 0;
}
.text-box ul li,
.text-box ol li {
  padding: 0 0 5px 20px;
  line-height: 180%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .text-box ul li,
  .text-box ol li {
    padding: 0 0 5px 10px;
    padding-left: 30px;
    font-size: 1em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
  }
}
.text-box ul li:last-child,
.text-box ol li:last-child {
  padding-bottom: 0;
}
.text-box ul li:before {
  display: block;
  float: left;
  margin: 7px 0 0 -22px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  color: #ff3366;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .text-box ul li:before {
    margin: 10px 0 0 -30px;
  }
}
.section--dark .text-box ul li {
  color: white;
}
.text-box ol {
  counter-reset: textBoxOl;
}
.text-box ol li:before {
  display: block;
  float: left;
  margin: 0 0 0 -22px;
  color: #ff3366;
  content: counter(textBoxOl) ".";
  counter-increment: textBoxOl;
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@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: #ff3366;
}
@media only screen and (min-width: 992px) {
  .text-box a {
    transition: 0.2s 0s;
  }
}
.section--dark .text-box a {
  color: white;
}
.text-box button {
  padding: 0;
  border: none;
  background: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
.text-box b,
.text-box strong {
  color: black;
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
.section--dark .text-box b, .section--dark
.text-box strong {
  color: inherit;
}
.text-box--small p {
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .text-box--small p {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
  }
}
.text-box--small ul li,
.text-box--small ol li {
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .text-box--small ul li,
  .text-box--small ol li {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
  }
}
.text-box--small ul li:before {
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .text-box--small ul li:before {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .text-box--col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.text-box--col2 li {
  page-break-inside: avoid;
}
.text-box--center {
  text-align: center;
}
.text-box--center ul {
  text-align: inherit;
}
.text-box--center img {
  margin: 0 auto !important;
}

.photo {
  /*max-width: 320px;*/
}
@media only screen and (max-width: 1199px) {
  .photo {
    /*display: inline-block;*/
  }
}
@media only screen and (min-width: 768px) {
  .photo {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .photo {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .photo {
    max-width: none;
  }
}
.photo img {
  display: block;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
.photo--center {
  margin: 0 auto;
}
.photo--center img {
  margin-right: auto;
  margin-left: auto;
}
.photo--zoom {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .photo--zoom:hover img, .photo--zoom:focus img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .photo--zoom img {
    transition: 0.2s 0s;
  }
}
.photo__bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo__link {
  position: relative;
  display: block;
  color: inherit;
}
.photo__video-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 15px 10px 10px 10px;
  background: black;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .photo__video-helper {
    padding: 30px 25px 20px 25px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.photo__video-helper:before {
  display: block;
  margin: 0 auto 15px auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  content: '';
}
@media only screen and (min-width: 992px) {
  .photo__video-helper:before {
    margin-bottom: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
  }
}
.photo__caption {
  display: block;
  padding: 10px 0 0 0;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
.photo__caption a {
  color: inherit;
}

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

.field {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid rgba(78, 78, 78, 0.3);
  border-width: 0 0 1px 0;
  background: none;
  color: #4e4e4e;
  text-align: left;
  cursor: text;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 992px) {
  .field {
    margin: 0 0 20px 0;
    padding: 5px 0;
    border-width: 0 0 2px 0;
  }
}
.field[data-label]:before {
  position: absolute;
  top: 50%;
  padding: 0 15px;
  max-width: 85%;
  content: attr(data-label);
  text-transform: none;
  line-height: 130%;
  transition-delay: 0.1s;
  transition: 0.2s 0s;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
  -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 20px;
    font-size: 1em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
  }
}
.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;
}
.field[data-label] .field__alt {
  position: absolute;
  opacity: 0;
}
.field[data-label] .field__text {
  position: relative;
  top: 20px;
  display: inline;
  text-transform: none;
  opacity: 0;
  transition-delay: 0s;
  transition: 0.2s 0s;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
.field--alert {
  color: #c84c4c;
}
.field--alert:before,
.field--alert .field__text {
  color: inherit;
}
.field--success:before,
.field--success .field__text {
  color: #55813f !important;
}
.field--focus[data-label]:before, .field--filled[data-label]:before {
  opacity: 0;
  transition-delay: 0s;
}
.field--focus[data-label] .field__text, .field--filled[data-label] .field__text {
  top: 3px;
  opacity: 1;
  transition-delay: 0.1s;
}
.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, .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 {
  opacity: 1;
}
.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;
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@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;
    font-size: 2em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
  }
}
.field--disabled {
  background: #f5f5f5;
}
.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 {
  background: none;
}
.field--textarea .field__icon, .login-area textarea .field__icon, .field--textarea:before, .login-area textarea:before {
  top: 28px !important;
}
.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 {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  max-height: 500px;
  height: 100px;
  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: 150px;
  }
}
.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: 20px;
  }
}
.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;
  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--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
  overflow: visible;
  margin-bottom: 15px;
  border: none;
  background: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
    margin-bottom: 20px;
  }
}
.field--radio.field--checked .field__value, .login-area input.field--checked[type=radio] .field__value, .field--checkbox.field--checked .field__value, .login-area input.field--checked[type=checkbox] .field__value {
  opacity: 1;
}
.field--radio .field__text, .login-area input[type=radio] .field__text, .field--checkbox .field__text, .login-area input[type=checkbox] .field__text {
  margin: 0 0 10px 0;
}
.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, .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 {
  position: absolute;
  top: 1px;
  float: left;
  width: auto;
  height: auto;
  opacity: 0;
  cursor: pointer;
}
.field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}
.field--radio .field__value a, .login-area input[type=radio] .field__value a, .field--checkbox .field__value a, .login-area input[type=checkbox] .field__value a {
  border-bottom: 1px solid;
  color: black;
}
.field + .field--radio, .login-area .field + input[type=radio], .field + .field--checkbox, .login-area .field + input[type=checkbox] {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .field + .field--radio, .login-area .field + input[type=radio], .field + .field--checkbox, .login-area .field + input[type=checkbox] {
    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 1px rgba(87, 0, 84, 0.5) 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: #570054;
}
.field--checkbox:before, .login-area input[type=checkbox]:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  box-shadow: 0 0 0 1px #e6e6e6 inset, 0 0 0 4px white inset;
  content: '';
  vertical-align: middle;
  text-align: center;
  font-size: 0.75em;
  font-family: icomoon;
  line-height: 19px;
}
@media only screen and (min-width: 992px) {
  .field--checkbox:before, .login-area input[type=checkbox]:before {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
    line-height: 38px;
  }
}
.field--checkbox.field--checked:before, .login-area input.field--checked[type=checkbox]:before {
  color: #570054;
  content: '\e900';
}
.field--qty {
  overflow: hidden;
  padding: 0;
  height: auto !important;
  background: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.field--qty .field__control {
  position: relative;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.5);
  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:hover, .field--qty .field__control:focus {
    background: #cdcdcd;
  }
}
.field--qty .field__control--minus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  margin-left: -4px;
  width: 8px;
  height: 1px;
  background: black;
  content: '';
}
.field--qty .field__control--plus:before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-top: -1px;
  margin-right: -4px;
  width: 7px;
  height: 1px;
  background: black;
  content: '';
}
.field--qty .field__control--plus:after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-top: -4px;
  margin-right: -1px;
  width: 1px;
  height: 7px;
  background: black;
  content: '';
}
.field--qty .field__control .icon {
  vertical-align: middle;
}
.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: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.field--qty .icon:before {
  font-weight: bold;
}
.field--datepicker {
  position: relative;
}
.field--datepicker:after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  content: '\e917';
  font-family: icomoon;
  pointer-events: none;
}
.field--card:after {
  position: absolute;
  right: 10px;
  bottom: 50%;
  z-index: 1;
  width: 29px;
  height: 19px;
  background: center center no-repeat;
  background-size: contain;
  content: '';
  pointer-events: none;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media only screen and (min-width: 992px) {
  .field--card:after {
    right: 15px;
  }
}
.field--card-visa_electron:after, .field--card-visa:after {
  background-image: url(../../img/cards/ic-card-visa.png);
}
.field--card-mastercard:after {
  background-image: url(../../img/cards/ic-card-master.png);
}
.field__alt, .field__input, .login-area input,
.login-area textarea,
.login-area select {
  box-sizing: border-box !important;
  padding: 0 15px;
  width: 100%;
  height: 30px;
  border: none;
  background: none;
  box-shadow: none;
  color: inherit;
  text-align: ingherit;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .field__alt, .field__input, .login-area input,
  .login-area textarea,
  .login-area select {
    padding: 0 20px;
    height: 30px;
    transition: 0.2s 0s;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.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 {
  padding-right: 20px;
  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: 5px;
  left: 0;
  z-index: 1;
  background: inherit;
  line-height: 30px;
  pointer-events: none;
}
@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 {
  display: block;
  padding: 5px 15px 0 15px;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-size: 0.563em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .field__text {
    padding: 3px 20px 2px 20px;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.field__text a {
  color: black;
}
.field__value {
  display: block;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
.field__value b {
  font-weight: inherit;
}
.field__after {
  position: relative;
  float: right;
  margin: 0 10px -44px 0;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@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: -1px;
  bottom: auto;
  z-index: 1;
  display: none;
  padding: 5px 0;
  color: #c84c4c;
  text-align: left;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .field__alert {
    font-size: 0.688em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.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__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.field__icon:before {
  display: block;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  color: #ff3366;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-wrapper {
  padding: 30px 20px;
  background: #f5f5f5;
}

.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: "Galano Grotesque Regular";
}

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

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

.button {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  padding: 8px 0;
  border: 0 solid transparent;
  border-radius: 0;
  background: none;
  color: black;
  text-align: center;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .button {
    display: inline-block;
    padding: 15px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
    transition: 0.2s 0s;
  }
  .button:not(.button--disabled):hover:before, .button:not(.button--disabled):focus:before {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
  }
}
.button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 51, 102, 0.3);
  border-left: 2px solid #ff3366;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
  .button:before {
    width: 50px;
    height: 50px;
    transition: 0.2s;
  }
}
.button b {
  color: #ff3366;
  font-weight: inherit;
}
.button .icon {
  position: relative;
  top: -1px;
  margin: 0 7px;
  vertical-align: middle;
  font-size: 1.5em;
}
.button .icon:first-child {
  margin-left: 0;
}
.button .icon:last-child {
  margin-right: 0;
}
.button--second {
  padding: 8px 15px;
}
@media only screen and (min-width: 992px) {
  .button--second {
    padding: 15px 25px;
  }
}
.button__text {
  display: block;
}
.button--small {
  padding: 8px 12px;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .button--small {
    padding: 8px 15px;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}
.button--big {
  padding: 10px 15px;
  text-transform: none;
  font-size: 1.375em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .button--big {
    padding: 18px 25px;
    font-size: 2em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.button--alone {
  min-width: 200px;
}
.button--block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button--disabled {
  opacity: 0.3;
  cursor: default;
}
@media only screen and (min-width: 992px) {
  .button--disabled:hover, .button--disabled:focus {
    opacity: 0.3;
  }
}
.button--loading {
  position: relative;
  color: transparent;
}
.button--loading svg {
  opacity: 0;
}
.button--loading .icon,
.button--loading span {
  opacity: 0;
}
.section--dark .button {
  color: inherit;
}

.button-box--center {
  text-align: center;
}
.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: 15px;
  }
}
.button-box .button--small {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .button-box .button--small {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .button-box .button:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .button-box .button:last-child {
    margin-right: 0;
  }
}

.button-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  color: black;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .button-link {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
    transition: 0.2s;
  }
  .button-link:hover, .button-link:focus {
    color: #ff3366;
  }
}

.slider {
  position: relative;
  text-align: center;
}
.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:not(.slick-disabled):hover, .slider__button:not(.slick-disabled):focus {
    opacity: 1;
  }
}
.slider__button.slick-disabled {
  cursor: default;
}
.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 50px 0;
  /*overflow: hidden;*/
}
@media only screen and (min-width: 992px) {
  .section {
    margin: 0 0 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    margin: 0 0 220px 0;
  }
}
.section:first-child {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .section:first-child {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section:first-child {
    margin-top: 220px;
  }
}
.section:first-child.section--border, .section:first-child.section--bg {
  margin-top: 0;
}
.section:last-child.section--border, .section:last-child.section--bg {
  margin-bottom: 0;
}
.section--border, .section--bg {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .section--border, .section--bg {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--border, .section--bg {
    padding: 220px 0;
  }
}
.section--border:last-child, .section--bg:last-child {
  margin-bottom: 0;
}
.section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
  margin-top: -50px;
}
@media only screen and (min-width: 992px) {
  .section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
    margin-top: -220px;
  }
}
.section--border {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.section--border + .section--border {
  border-top: 0;
}
.section--grey {
  background: #e0e3e8;
}
.section--light-grey {
  background: #f6f8fb;
}
.section--dark {
  background: black;
  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;
  }
}
@media only screen and (min-width: 1200px) {
  .section--small.section--border, .section--small.section--bg {
    padding: 100px 0;
  }
}
.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__body {
  padding: 30px 0;
  background: #f6f6f6;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}
.section__main-photo {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section__photo--left {
    margin-right: 0;
    margin-left: -999em;
  }
}
.section__photo--left img {
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .section__photo--right {
    margin-right: -999em;
    margin-left: 0;
  }
}
.section__photo--right img {
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .section__photo--leaked {
    position: absolute;
    top: 50%;
    max-width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1200px) {
  .section__photo--leaked {
    max-width: 200%;
  }
}
@media only screen and (min-width: 992px) {
  .section__photo--leaked.section__photo--left {
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section__photo--leaked.section__photo--right {
    left: 0;
  }
}
.section__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  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--dark:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: black;
  content: '';
  opacity: 0.7;
}
.section__bg--header {
  bottom: auto;
  height: 66px;
}
@media only screen and (min-width: 992px) {
  .section__bg--header {
    height: 150px;
  }
}
.section__icon {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #ff3366;
  font-size: 3em;
}
.section__div {
  display: block;
  margin: 50px 0;
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
}
@media only screen and (min-width: 992px) {
  .section__div {
    margin: 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section__div {
    margin: 220px 0;
  }
}
.section__div:first-child {
  margin-top: 0;
}
.section__div:last-child {
  margin-bottom: 0;
}
.section__spacing {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .section__spacing {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section__spacing {
    padding-bottom: 220px;
  }
}
.section__spacing:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .section__subcontent {
    text-align: center;
  }
}

.more-info {
  display: block;
  margin: -15px auto 0 auto;
  padding: 0;
  width: 100px;
  border: none;
  background: none;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}

.modal {
  z-index: 1050 !important;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .modal {
    text-align: left;
  }
}
.modal--fullscreen {
  text-align: left;
}
.modal--fullscreen .modal__helper {
  padding: 0;
  height: 100%;
}
.modal--fullscreen .modal__content {
  margin: 0;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
.modal__content {
  position: relative;
  margin: 0 auto;
  padding: 10px 15px 50px 15px;
  background: white;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.16);
  color: inherit;
  text-align: left;
  pointer-events: all;
}
@media only screen and (max-width: 991px) {
  .modal__content {
    overflow: auto;
    min-height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content {
    padding: 50px;
    max-width: 850px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__content {
    padding: 100px 275px;
    max-width: 1090px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w500 {
    max-width: 500px;
  }
}
.modal__content--no-padding {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .modal__content--body {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__content--body {
    max-width: 1200px;
  }
}
.modal__close {
  position: relative;
  z-index: 1;
  display: block;
  float: right;
  padding: 4px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: top;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (max-width: 991px) {
  .modal__close {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 0;
    padding: 0 25px;
    height: 50px;
    background: black;
    color: white;
    text-align: center;
    line-height: 50px;
    transition: 0.2s;
  }
  .modal__close:hover, .modal__close:focus {
    opacity: 1;
  }
}
@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: 18px;
    height: 18px;
  }
}
.modal__close:after {
  content: 'Close';
}
.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: 50px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__helper {
    padding: 80px 10px;
  }
}
.modal__text {
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__text {
    text-align: center;
  }
}
.modal__text p {
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
.modal__header {
  position: relative;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__header {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__header {
    margin: 0 0 60px 0;
  }
}
.modal__header--center {
  text-align: center;
}
.modal__header .heading {
  margin: 0 0 10px 0;
}
.modal__header .heading:last-child {
  margin-bottom: 0;
}
.modal__header .photo {
  margin: 0 auto 30px auto;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .modal__header .photo {
    margin: -50px -50px 30px -50px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__header .photo {
    margin: -100px -275px 80px -275px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__header .modal__close {
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    line-height: 64px;
  }
}
.modal__table {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .modal__table {
    margin: 50px 0 0 0;
  }
}
.modal__logo {
  display: block;
  margin: 0 auto;
  max-width: 99px;
}
@media only screen and (min-width: 992px) {
  .modal__logo {
    float: left;
    max-width: 156px;
  }
}
.modal__logo img {
  display: block;
  width: 100%;
}

.modal-backdrop {
  background: white;
}
.modal-backdrop.in {
  opacity: 0.98;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -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 flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.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: "Galano Grotesque Regular";
}
#ForgotPassword a {
  color: inherit;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  padding: 15px 0;
  width: 100%;
  color: white;
}
@media only screen and (max-width: 991px) {
  .header {
    height: 55px;
    box-shadow: 0 0 0 #e6e6e6;
    transition: 0.3s 0s background-color;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    position: absolute;
    padding: 60px 0 0 0;
    height: 90px;
    transition: 0.1s 0s padding, 0.3s 0s background-color;
  }
}
.header:not(.header--dark) .site-logo svg,
.header:not(.header--dark) .site-logo path {
  fill: white;
}
@media only screen and (max-width: 991px) {
  .header.affix {
    background-color: black;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.33);
  }
}
.header--dark > .container {
  color: black;
}
@media only screen and (max-width: 991px) {
  .header--dark.affix .site-logo svg,
  .header--dark.affix .site-logo path {
    fill: white;
  }
}
@media only screen and (max-width: 991px) {
  .header--dark.affix > .container {
    color: inherit;
  }
}
@media only screen and (min-width: 992px) {
  .modal-open .header {
    padding-right: 17px;
  }
}
.header__site-logo {
  margin: 0 auto 0 0;
  width: 125px;
}
@media only screen and (min-width: 992px) {
  .header__site-logo {
    width: 170px;
    transition: 0.1s 0s width, 0.1s 0s margin-bottom;
  }
}
.header__menu-toggle {
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  max-width: 160px;
  border: none;
  background: none;
  color: inherit;
  white-space: nowrap;
  line-height: 25px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .header__menu-toggle {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}

.header-link {
  color: #ff3366;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .header-link {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.header-link--second {
  color: inherit;
}

.header-menu-bottom {
  margin: 0 0 30px 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .header-menu-bottom {
    margin: 0 0 20px 0;
  }
}
.header-menu-bottom__item {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .header-menu-bottom__item {
    display: inline-block;
    margin: 0 30px 0 0;
  }
}
.header-menu-bottom__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .header-menu-bottom__item:last-child {
    margin-right: 0;
  }
}
.header-menu-bottom__link {
  display: block;
  color: inherit;
  line-height: 140%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .header-menu-bottom__link {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
    transition: 0.2s;
  }
}

.menu {
  list-style: none;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .menu {
    margin: 20px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.menu__item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .menu__item {
    left: -30px;
    margin: 0 0 10px 0;
    opacity: 0;
    transition: 0s 0.3s all;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item {
    display: inline-block;
    padding: 40px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) 1 100%;
    border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) 1 100%;
    opacity: 0;
    filter: blur(20px);
    transition: 0s 0.3s all;
    min-width: 0;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex: 1 1 0%;
  }
  .menu__item:hover:before {
    opacity: 0.3;
  }
  .menu__item:hover .submenu__link {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__item {
    padding: 70px 20px;
  }
}
.menu__item:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  content: '';
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .menu__item:before {
    transition: 0.5s all;
  }
}
.menu__link {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
  border: none;
  background: none;
  color: inherit;
  line-height: 140%;
  font-size: 1.938em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (max-width: 991px) {
  .menu__link {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
    transition: 0.2s 0s;
  }
  .menu__link:hover, .menu__link:focus {
    color: #ff3366;
  }
}
.menu__link:after {
  color: #ff3366;
  font-size: 15px;
  font-family: icomoon;
}
@media only screen and (max-width: 991px) {
  .menu__link:after {
    content: '\e903';
  }
}
@media only screen and (max-width: 991px) {
  .menu__item--hover .menu__link:after {
    content: '\e902';
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--bold .menu__link {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}

.menu-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  background: #000917 center center no-repeat fixed;
  background-size: cover;
  text-align: left;
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.3s left;
}
@media only screen and (max-width: 991px) {
  .menu-nav {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav {
    background: #0f002f center center no-repeat fixed;
  }
}
.menu-nav__helper {
  overflow: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .menu-nav__helper {
    max-width: 750px;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav__helper {
    position: absolute;
    top: 120px;
    right: 0;
    bottom: 120px;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-nav__helper {
    top: 150px;
    bottom: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav__helper > .container {
    height: 100%;
  }
}

.menu-header {
  position: fixed;
  top: 0;
  left: 100%;
  padding: 15px 0;
  width: 100%;
  transition: 0.3s 0s opacity, 0s 0.3s left;
}
@media only screen and (min-width: 992px) {
  .menu-header {
    padding: 60px 0 0 0;
    height: 90px;
  }
}
.menu-header .site-logo svg,
.menu-header .site-logo path {
  fill: white;
}

.menu-footer {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 992px) {
  .menu-footer {
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    transition: 0.3s 0s opacity, 0s 0.3s left;
  }
}

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;
  transition: 0.3s 0s opacity, 0s 0s left;
}
body.menu-active .menu-header {
  left: 0;
  transition: 0.3s 0s opacity, 0s 0s left;
}
@media only screen and (min-width: 992px) {
  body.menu-active .menu-header {
    padding-right: 17px;
  }
}
body.menu-active .menu-footer {
  left: 0;
}
@media only screen and (min-width: 992px) {
  body.menu-active .menu-footer {
    padding-right: 17px;
    transition: 0.3s 0s opacity, 0s 0s left;
  }
}
@media only screen and (min-width: 992px) {
  body.menu-active .menu-nav__helper {
    padding-right: 17px;
  }
}
@media only screen and (max-width: 991px) {
  body.menu-active .menu__item {
    left: 0;
    opacity: 1;
    transition: 0.5s all;
  }
  body.menu-active .menu__item:nth-child(1) {
    transition-delay: 0.05s;
  }
  body.menu-active .menu__item:nth-child(2) {
    transition-delay: 0.1s;
  }
  body.menu-active .menu__item:nth-child(3) {
    transition-delay: 0.15s;
  }
  body.menu-active .menu__item:nth-child(4) {
    transition-delay: 0.2s;
  }
  body.menu-active .menu__item:nth-child(5) {
    transition-delay: 0.25s;
  }
}
@media only screen and (min-width: 992px) {
  body.menu-active .menu__item {
    opacity: 1;
    filter: blur(0);
    transition: 0.5s all;
  }
  body.menu-active .menu__item:nth-child(1) {
    transition-delay: 0.05s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(2) {
    transition-delay: 0.15s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(3) {
    transition-delay: 0.2s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(4) {
    transition-delay: 0.25s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(5) {
    transition-delay: 0.3s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(6) {
    transition-delay: 0.35s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(7) {
    transition-delay: 0.4s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(8) {
    transition-delay: 0.45s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(9) {
    transition-delay: 0.5s;
  }
  body.menu-active .menu__item:nth-child(1) .submenu__item:nth-child(10) {
    transition-delay: 0.55s;
  }
  body.menu-active .menu__item:nth-child(2) {
    transition-delay: 0.1s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(1) {
    transition-delay: 0.15s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(3) {
    transition-delay: 0.25s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(4) {
    transition-delay: 0.3s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(5) {
    transition-delay: 0.35s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(6) {
    transition-delay: 0.4s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(7) {
    transition-delay: 0.45s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(8) {
    transition-delay: 0.5s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(9) {
    transition-delay: 0.55s;
  }
  body.menu-active .menu__item:nth-child(2) .submenu__item:nth-child(10) {
    transition-delay: 0.6s;
  }
  body.menu-active .menu__item:nth-child(3) {
    transition-delay: 0.15s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(1) {
    transition-delay: 0.2s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(2) {
    transition-delay: 0.25s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(4) {
    transition-delay: 0.35s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(5) {
    transition-delay: 0.4s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(6) {
    transition-delay: 0.45s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(7) {
    transition-delay: 0.5s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(8) {
    transition-delay: 0.55s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(9) {
    transition-delay: 0.6s;
  }
  body.menu-active .menu__item:nth-child(3) .submenu__item:nth-child(10) {
    transition-delay: 0.65s;
  }
  body.menu-active .menu__item:nth-child(4) {
    transition-delay: 0.2s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(1) {
    transition-delay: 0.25s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(2) {
    transition-delay: 0.3s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(3) {
    transition-delay: 0.35s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(4) {
    transition-delay: 0.4s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(5) {
    transition-delay: 0.45s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(6) {
    transition-delay: 0.5s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(7) {
    transition-delay: 0.55s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(8) {
    transition-delay: 0.6s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(9) {
    transition-delay: 0.65s;
  }
  body.menu-active .menu__item:nth-child(4) .submenu__item:nth-child(10) {
    transition-delay: 0.7s;
  }
  body.menu-active .menu__item:nth-child(5) {
    transition-delay: 0.25s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(1) {
    transition-delay: 0.3s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(2) {
    transition-delay: 0.35s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(3) {
    transition-delay: 0.4s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(4) {
    transition-delay: 0.45s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(5) {
    transition-delay: 0.5s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(6) {
    transition-delay: 0.55s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(7) {
    transition-delay: 0.6s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(8) {
    transition-delay: 0.65s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(9) {
    transition-delay: 0.7s;
  }
  body.menu-active .menu__item:nth-child(5) .submenu__item:nth-child(10) {
    transition-delay: 0.75s;
  }
}
body.modal-open .menu-header {
  left: 0;
  transition: 0.3s 0s opacity, 0s 0s left;
}

.submenu {
  list-style: none;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .submenu {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .submenu {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .submenu {
    margin: 60px 0;
  }
}
.submenu__item {
  display: block;
}
@media only screen and (max-width: 991px) {
  .submenu__item {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .submenu__item {
    position: relative;
    left: 30px;
    margin-bottom: 20px;
    opacity: 0;
    filter: blur(20px);
    transition: 0s 0.3s all;
  }
}
.submenu__item:last-child {
  margin-bottom: 0;
}
.submenu__link {
  position: relative;
  display: block;
  width: 100%;
  color: inherit;
  white-space: nowrap;
  line-height: 140%;
  opacity: 0.8;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .submenu__link {
    opacity: 0.4;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
    transition: 0.2s 0s;
  }
  .submenu__link:hover, .submenu__link:focus {
    opacity: 1 !important;
    color: #ff3366;
  }
}
.submenu__info {
  display: block;
  margin: 5px 0 0 0;
  color: #8f8f8f;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .submenu__info {
    margin: 8px 0 0 0;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}

@media only screen and (max-width: 991px) {
  .submenu-nav {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  body.menu-active .submenu__item {
    left: 0;
    opacity: 1;
    filter: blur(0);
    transition: 0.2s all;
  }
}

.newsletter-form {
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 991px) {
  .newsletter-form {
    max-width: 210px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-form {
    margin-bottom: 35px;
  }
}
.newsletter-form__button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  text-transform: none;
  line-height: 30px;
  opacity: 0.5;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .newsletter-form__button {
    transition: 0.2s opacity;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
  .newsletter-form__button:hover, .newsletter-form__button:focus {
    opacity: 1;
  }
}
.newsletter-form .field {
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  color: white;
  text-align: center;
}
.newsletter-form .field[data-label]:before {
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.newsletter-form .field__input, .newsletter-form .login-area input, .login-area .newsletter-form input,
.newsletter-form .login-area textarea,
.login-area .newsletter-form textarea,
.newsletter-form .login-area select,
.login-area .newsletter-form select {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .newsletter-form .field__input, .newsletter-form .login-area input, .login-area .newsletter-form input,
  .newsletter-form .login-area textarea,
  .login-area .newsletter-form textarea,
  .newsletter-form .login-area select,
  .login-area .newsletter-form select {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.newsletter-form .field__alert {
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100%;
  background: none;
  color: #c84c4c;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.footer {
  position: relative;
  z-index: 1;
  padding: 65px 0 5px 0;
  background: #0c0c0c;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 115px 0 10px 0;
  }
}
.footer .site-logo svg,
.footer .site-logo path {
  fill: white;
}
.footer__logo {
  margin: 0 auto 50px auto;
  max-width: 163px;
  fill: white;
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    margin-bottom: 105px;
    max-width: 193px;
  }
}
.footer__menu-toggle {
  display: inline-block;
  margin: 0 auto 60px auto;
  padding: 0;
  max-width: 160px;
  border: none;
  background: none;
  color: inherit;
  line-height: 25px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .footer__menu-toggle {
    margin-bottom: 35px;
  }
}

.footer-menu {
  display: inline-block;
  margin: 0 auto 70px auto;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .footer-menu {
    margin-bottom: 100px;
  }
}
.footer-menu__item {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .footer-menu__item {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu__item {
    margin: 0 80px 0 0;
  }
}
.footer-menu__item:last-child {
  margin-right: 0;
}
.footer-menu__link {
  position: relative;
  color: inherit;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .footer-menu__link {
    font-size: 1em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
    transition: 0.2s all;
  }
  .footer-menu__link:hover:after, .footer-menu__link:focus:after {
    width: 100%;
    opacity: 1;
  }
}
.footer-menu__link:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(255, 51, 102, 0) 0%, rgba(255, 51, 102, 0.75) 50%, rgba(87, 0, 84, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 51, 102, 0) 0%, rgba(255, 51, 102, 0.75) 50%, rgba(87, 0, 84, 0) 100%);
  background: linear-gradient(left, rgba(255, 51, 102, 0) 0%, rgba(255, 51, 102, 0.75) 50%, rgba(87, 0, 84, 0) 100%);
  content: '';
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) {
  .footer-menu__link:after {
    transition: 0.2s 0s;
  }
}

.footer-contact {
  margin: 0 0 25px 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .footer-contact {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer-contact__item {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) {
  .footer-contact__item:last-child {
    margin-right: 0;
  }
}
.footer-contact__link {
  display: block;
  color: inherit;
  line-height: 140%;
  opacity: 0.5;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .footer-contact__link {
    line-height: 180%;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
    transition: 0.2s opacity;
  }
  .footer-contact__link:hover, .footer-contact__link:focus {
    opacity: 1;
  }
}

.copyright {
  display: inline-block;
  color: #8f8f8f;
  vertical-align: middle;
  line-height: 140%;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .copyright {
    font-size: 0.625em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
  }
}
.copyright a {
  color: white;
  opacity: 0.8;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.content {
  position: relative;
}

.contact-info {
  list-style: none;
}
.contact-info__heading {
  color: black;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .contact-info__heading {
    width: 60%;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.contact-info__item {
  color: #4e4e4e;
  line-height: 140%;
}
.contact-info__item a {
  color: inherit;
}
.contact-info__item p {
  display: inline-block;
  overflow: hidden;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .contact-info__item p {
    font-size: 1em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
    transition: 0.2s 0s;
  }
}

@media only screen and (min-width: 992px) {
  .contact-form textarea {
    height: 186px !important;
    resize: none;
  }
}

.map {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.map__box {
  position: absolute;
  top: 50%;
  background: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) {
  .map__box {
    margin-left: -60px;
    padding: 40px 60px;
    width: 330px;
  }
}

#map {
  height: 300px;
}
@media only screen and (max-width: 991px) {
  #map {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 992px) {
  #map {
    height: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  #map {
    height: 500px;
  }
}

a[href^='http://maps.google.com/maps'] {
  display: none !important;
}

a[href^='https://maps.google.com/maps'] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.breadcrumbs {
  margin: 0 0 20px 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs {
    margin: 0 0 30px 0;
  }
}
.breadcrumbs:after {
  display: block;
  clear: both;
  content: '';
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item:not(:last-child):after {
  color: #ff3366;
  content: '\e904';
  vertical-align: middle;
  font-weight: bold;
  font-size: 2em;
  font-family: icomoon;
  opacity: 0.5;
}
.breadcrumbs__link {
  color: inherit;
  color: #ff3366;
  vertical-align: middle;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .breadcrumbs__link {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
    transition: 0.2s 0s;
  }
  .breadcrumbs__link:hover, .breadcrumbs__link:focus {
    opacity: 0.7;
  }
}
.breadcrumbs__link--active {
  color: #ff3366;
  opacity: 1;
}

.pagination {
  padding: 20px 0;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 1px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .pagination {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination {
    padding: 60px 0;
  }
}
.pagination:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.pagination:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pagination__container {
  display: inline-block;
  overflow: hidden;
}
.pagination__nav {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  color: black;
  vertical-align: middle;
  line-height: 20px;
  opacity: 0.5;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .pagination__nav {
    line-height: 25px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
@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;
  }
}
.pagination__nav--prev {
  float: left;
}
.pagination__nav--next {
  float: right;
}
.pagination__pages {
  display: inline-block;
  overflow: hidden;
  margin: 0 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .pagination__pages {
    margin: 0 30px;
  }
}
.pagination__item {
  float: left;
  margin: 0 2px;
  padding: 0;
  width: 16px;
  border: none;
  background: none;
  color: black;
  line-height: 20px;
  opacity: 0.5;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .pagination__item {
    margin: 0 15px;
    width: 21px;
    line-height: 25px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
    transition: 0.2s;
  }
  .pagination__item:not(.pagination__item--active):hover, .pagination__item:not(.pagination__item--active):focus {
    opacity: 1;
  }
}
.pagination__item--active {
  opacity: 1;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  background: white;
  opacity: 1;
}
.loading .loader {
  display: block;
}
.loaded .loader {
  display: block;
  opacity: 0;
  transition: 1s 0.2s opacity;
}
.loader__logo {
  margin: 0 auto 40px auto;
  width: 50px;
  height: 50px;
}
.loader__logo svg {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.loader__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.loader__progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #ff3366;
}

body.loading {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.button-circle {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) {
  .button-circle {
    width: 50px;
    height: 50px;
  }
}
.button--big .button-circle {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button-circle__inner, .button-circle__outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button-circle__outer {
  stroke-dasharray: 152;
  stroke-dashoffset: 114;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (min-width: 992px) {
  .button-circle__outer {
    transition: 0.5s stroke-dashoffset, 0.5s transform;
  }
}
@media only screen and (min-width: 992px) {
  .button:hover .button-circle__outer {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.button--big .button-circle {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .button--big .button-circle {
    width: 80px;
    height: 80px;
  }
}

.bg-highlight {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 5000px;
  height: 5000px;
  background: #000917;
  mix-blend-mode: multiply;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .bg-highlight {
    display: none;
  }
}
.bg-highlight:after {
  display: block;
  padding-bottom: 100%;
  content: '';
}
.bg-highlight:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 250vh;
  height: 250vh;
  background: url(../../img/bg-highlight.png) center center no-repeat;
  background-size: cover;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.div {
  display: block;
  float: right;
  width: 120px;
  height: 0;
  border-top: 1px solid #8f8f8f;
}

.graph-bars {
  margin: 0 0 20px 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .graph-bars {
    margin: 0 0 30px 0;
  }
}
.graph-bars:last-child {
  margin-bottom: 0;
}
.graph-bars__item {
  margin: 0 0 20px 0;
}
.graph-bars__item:last-child {
  margin-bottom: 0;
}
.graph-bars__content {
  display: block;
  color: #8f8f8f;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Galano Grotesque Regular";
}
@media only screen and (min-width: 992px) {
  .graph-bars__content {
    font-size: 0.688em;
    font-weight: 400;
    font-family: "Galano Grotesque Regular";
  }
}

.graph-bar {
  position: relative;
  display: block;
  margin: 0 0 2px 0;
  height: 6px;
  background: #e6e6e6;
}
@media only screen and (min-width: 992px) {
  .graph-bar {
    margin: 0 0 5px 0;
    height: 12px;
  }
}
.graph-bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #570054;
  background-image: -webkit-linear-gradient(to right, #570054, #ff3366);
  background-image: -moz-linear-gradient(to right, #570054, #ff3366);
  background-image: linear-gradient(to right, #570054, #ff3366);
}

.graph-percentage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .graph-percentage {
    margin-bottom: 30px;
  }
}
.graph-percentage--circle {
  margin-bottom: 20px;
  max-width: 55px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .graph-percentage--circle {
    margin-bottom: 30px;
    max-width: 100px;
  }
}
.graph-percentage--circle:before {
  display: block;
  padding-bottom: 100%;
  content: '';
}
@media only screen and (min-width: 992px) {
  .graph-percentage--circle:last-child {
    margin-bottom: 0;
  }
}
.graph-percentage--coloured {
  color: #570054;
}
.section--dark .graph-percentage--coloured {
  color: inherit;
}
.graph-percentage__title {
  display: block;
  line-height: 120%;
  font-size: 2.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .graph-percentage__title {
    margin: 0 0 5px 0;
    font-size: 3.375em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.graph-percentage--circle .graph-percentage__title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .graph-percentage--circle .graph-percentage__title {
    font-size: 1.625em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.graph-percentage__info {
  display: block;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .graph-percentage__info {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.graph-percentage__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.graph-percentage__inner svg {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg) scale(-1, -1);
  -ms-transform: rotate(90deg) scale(-1, -1);
  transform: rotate(90deg) scale(-1, -1);
  stroke-dasharray: 157;
}

@media only screen and (max-width: 991px) {
  .graph-list {
    text-align: center;
  }
}
.graph-list__header {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .graph-list__header {
    margin-bottom: 20px;
  }
}

.section-right__box {
  margin: 0 -999em;
  padding: 30px 999em;
  background: #e0e3e8;
}
@media only screen and (min-width: 992px) {
  .section-right__box {
    margin: 0 -999em 0 0;
    padding: 80px 999em 80px 140px;
  }
}

.heading--mega {
  font-size: 3em;
  font-weight: 400;
  font-family: "Galano Grotesque Black";
}
@media only screen and (min-width: 992px) {
  .heading--mega {
    font-size: 6.875em;
    font-weight: 400;
    font-family: "Galano Grotesque Black";
  }
}
@media only screen and (min-width: 1200px) {
  .heading--mega {
    font-size: 10.625em;
    font-weight: 400;
    font-family: "Galano Grotesque Black";
  }
}
.heading--mega span {
  color: #ff3366;
  vertical-align: middle;
  font-size: 16px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .heading--mega span {
    font-size: 48px;
  }
}

.main-section {
  overflow: hidden;
  padding-top: 105px;
  color: white;
}
@media only screen and (min-width: 992px) {
  .main-section {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-section {
    padding-top: 310px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-section .heading--lv1, .main-section .text-box h1, .text-box .main-section h1 {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .main-section .subheading {
    letter-spacing: normal;
    font-size: 1em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
@media only screen and (max-width: 991px) {
  .main-section .photo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .main-section .photo {
    margin-top: -190px;
    margin-bottom: -190px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-section .photo {
    margin-top: -290px;
    margin-bottom: -290px;
  }
}

.banner {
  position: relative;
  z-index: 1;
  padding-top: 105px;
  min-height: 100vh;
  background: black;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .banner {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner {
    padding-top: 310px;
  }
}
.banner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #000917;
  content: '';
  opacity: 0.7;
}
.banner__video {
  opacity: 0;
}
.banner__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 155px;
  height: 155px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
  .banner__circle {
    width: 195px;
    height: 195px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__circle {
    width: 216px;
    height: 216px;
  }
}
.banner__circle svg {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  stroke-dasharray: 592;
  stroke-dashoffset: 592;
}
.banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 75%;
  line-height: 120%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.688em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .banner__title {
    font-size: 2em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
@media only screen and (min-width: 1200px) {
  .banner__title {
    font-size: 3em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 75%;
  line-height: 160%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.375em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .banner__text {
    font-size: 1.75em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}

@keyframes bannerText {
  0%,
    5%,
    95%,
    100% {
    opacity: 0;
  }
  20%,
    80% {
    opacity: 1;
  }
}
@keyframes bannerTitle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes bannerCircle {
  0% {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes bannerCircleSVG {
  0% {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
  100% {
    stroke-dashoffset: 0;
    -webkit-transform: scale(-1, -1) rotate(-180deg);
    -ms-transform: scale(-1, -1) rotate(-180deg);
    transform: scale(-1, -1) rotate(-180deg);
  }
}
.big-menu {
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .big-menu {
    min-height: 440px;
    text-align: right;
  }
}
.big-menu__item {
  margin: 0 0 20px 0;
}
.big-menu__item:nth-child(0) {
  animation-delay: 0s;
}
.big-menu__item:nth-child(1) {
  animation-delay: 0.1s;
}
.big-menu__item:nth-child(2) {
  animation-delay: 0.2s;
}
.big-menu__item:nth-child(3) {
  animation-delay: 0.3s;
}
.big-menu__item:nth-child(4) {
  animation-delay: 0.4s;
}
.big-menu__item:nth-child(5) {
  animation-delay: 0.5s;
}
.big-menu__link {
  color: black;
  font-size: 2.125em;
  font-weight: 400;
  font-family: "Galano Grotesque Bold";
}
@media only screen and (min-width: 992px) {
  .big-menu__link {
    font-size: 3.75em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
  .big-menu__link:hover:after, .big-menu__link:focus:after {
    width: 100%;
    opacity: 1;
  }
}
.big-menu__link.collapsed:after {
  content: '\e903';
}
.big-menu__link:after {
  margin: 0 0 0 10px;
  color: #ff3366;
  content: '\e902';
  font-size: 15px;
  font-family: icomoon;
}
@media only screen and (min-width: 992px) {
  .big-menu__link:after {
    font-size: 20px;
  }
}

.big-submenu {
  padding: 15px 0;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .big-submenu {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 992px) {
  .big-submenu {
    padding: 30px 20px;
  }
}
.big-submenu__item {
  display: block;
  margin: 5px;
}
@media only screen and (min-width: 992px) {
  .big-submenu__item {
    margin: 8px 15px;
  }
}
.big-submenu__link {
  color: #8f8f8f;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .big-submenu__link {
    transition: 0.2s;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
  .big-submenu__link:hover, .big-submenu__link:focus {
    color: black;
  }
}

.projects {
  padding: 0;
}
.projects .container,
.projects .container-fluid {
  padding: 0;
}

.projects-list__item {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  background: black;
}
@media only screen and (min-width: 992px) {
  .projects-list__item {
    width: 33.33%;
  }
  .projects-list__item:hover:after, .projects-list__item:focus:after {
    opacity: 0.7;
  }
  .projects-list__item:hover .projects-list__title, .projects-list__item:focus .projects-list__title {
    padding-bottom: 40px;
  }
  .projects-list__item:hover .projects-list__title:before, .projects-list__item:focus .projects-list__title:before {
    opacity: 1;
  }
}
.projects-list__item:before {
  display: block;
  padding-bottom: 70%;
  content: '';
}
.projects-list__item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  opacity: 0.3;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: -webkit-linear-gradient(234deg, rgba(0, 0, 0, 0.65), black);
  background-image: -moz-linear-gradient(234deg, rgba(0, 0, 0, 0.65), black);
  background-image: linear-gradient(234deg, rgba(0, 0, 0, 0.65), black);
}
@media only screen and (min-width: 992px) {
  .projects-list__item:after {
    transition: 0.3s;
  }
}
.projects-list__title {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  padding: 0 30px;
  color: white;
  font-size: 1em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .projects-list__title {
    bottom: 30px;
    padding: 0 55px;
    transition: 0.3s padding-bottom;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.projects-list__title:before {
  position: absolute;
  bottom: 0;
  content: '\e905';
  font-size: 1em;
  font-family: icomoon;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .projects-list__title:before {
    transition: 0.3s opacity;
  }
}
.projects-list__image {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  display: block;
  background: center center no-repeat;
  background-size: cover;
}

.desktop-image {
  text-align: center;
}
.desktop-image__center {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.desktop-image__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.desktop-image__video {
  width: 100%;
}
.desktop-image__main {
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.phone-image {
  margin: 0 auto;
}
.phone-image--padding {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .phone-image--padding {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .phone-image--padding {
    padding-top: 220px;
  }
}
.phone-image img {
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .b2b-b2c {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .b2b-b2c-tabs {
    min-height: 110px;
  }
}

.b2b-b2c-nav {
  list-style: none;
}
.b2b-b2c-nav__item {
  display: inline-block;
  vertical-align: middle;
}
.b2b-b2c-nav__item--div {
  margin: 0 10px;
  color: #ff3366;
  vertical-align: middle;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .b2b-b2c-nav__item--div {
    margin: 0 20px;
    font-size: 4.5em;
    font-weight: 400;
    font-family: "Galano Grotesque Black";
  }
}
.b2b-b2c-nav__heading {
  padding: 0;
  border: none;
  background: none;
  color: black;
  font-size: 3em;
  font-weight: 400;
  font-family: "Galano Grotesque Black";
}
@media only screen and (min-width: 992px) {
  .b2b-b2c-nav__heading {
    transition: 0.3s;
    font-size: 6.875em;
    font-weight: 400;
    font-family: "Galano Grotesque Black";
  }
}
@media only screen and (min-width: 1200px) {
  .b2b-b2c-nav__heading {
    font-size: 10.625em;
    font-weight: 400;
    font-family: "Galano Grotesque Black";
  }
}
.active .b2b-b2c-nav__heading {
  color: #ff3366;
}

.mosaic {
  position: relative;
  overflow: hidden;
  margin: 0 -2px;
}
@media only screen and (min-width: 1500px) {
  .mosaic {
    margin: 0 -70px;
  }
}
@media only screen and (min-width: 1921px) {
  .mosaic {
    margin: 0 -140px;
  }
}
.mosaic--inverse .mosaic__item:nth-child(2) {
  float: right;
}
.mosaic__item {
  position: relative;
  float: left;
  background: center center no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 2px white inset;
}
.mosaic__item:nth-child(2) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mosaic__item:nth-child(2) {
    width: 50%;
  }
}
.mosaic__item:nth-child(3) {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .mosaic__item:nth-child(3) {
    width: 25%;
  }
}
.mosaic__item:nth-child(4) {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .mosaic__item:nth-child(4) {
    width: 25%;
  }
}
.mosaic__item:nth-child(5) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mosaic__item:nth-child(5) {
    width: 50%;
  }
}
.mosaic__item:nth-child(5):before {
  display: block;
  padding-bottom: 50%;
  content: '';
}
.mosaic__item:before {
  display: block;
  padding-bottom: 100%;
  content: '';
}
.mosaic__item .photo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gradient-bg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  height: 66%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .gradient-bg {
    right: calc(750px - 100vw);
  }
}
@media only screen and (min-width: 992px) {
  .gradient-bg {
    right: calc(970px - 100vw);
  }
}
@media only screen and (min-width: 1200px) {
  .gradient-bg {
    right: calc(1200px - 100vw);
  }
}
@media only screen and (min-width: 1500px) {
  .gradient-bg {
    right: calc(1370px - 100vw);
  }
}
@media only screen and (min-width: 1921px) {
  .gradient-bg {
    right: calc(1650px - 100vw);
  }
}
@media only screen and (min-width: 992px) {
  .gradient-bg + .section__photo--left {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .gradient-bg + .section__photo--right {
    margin-left: -100px;
  }
}

@media only screen and (max-width: 991px) {
  .subnav {
    overflow: auto;
    margin: 0 -999em;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .subnav {
    margin: -10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .subnav {
    margin: -15px 0;
  }
}

.subnav-list {
  display: inline-block;
  overflow: auto;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .subnav-list {
    padding: 0 999em 10px 999em;
  }
}
.subnav-list__item {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (min-width: 992px) {
  .subnav-list__item {
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .subnav-list__item {
    margin: 15px;
  }
}
.subnav-list__link {
  display: block;
  color: #8f8f8f;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .subnav-list__link {
    opacity: 0.5;
    transition: 0.3s opacity;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
  .subnav-list__link:hover, .subnav-list__link:focus {
    opacity: 1;
  }
}
.subnav-list__link--active {
  opacity: 1;
  color: #ff3366;
}

.date {
  display: block;
  color: #8f8f8f;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Galano Grotesque SemiBold";
}
@media only screen and (min-width: 992px) {
  .date {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Galano Grotesque SemiBold";
  }
}
.heading--lv1 + .date, .text-box h1 + .date {
  margin-top: -15px;
}
@media only screen and (min-width: 992px) {
  .heading--lv1 + .date, .text-box h1 + .date {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading--lv1 + .date, .text-box h1 + .date {
    margin-top: -40px;
  }
}

.insights-list__item {
  display: block;
  color: inherit;
}
.insights-list__photo {
  margin: 0 0 10px 0;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .insights-list__photo {
    margin: 0 0 20px 0;
  }
}
.insights-list__photo img {
  width: 100%;
}

.insights-slider__item {
  margin: 0 5px;
  opacity: 0.3;
  transition: 0.4s opacity;
}
@media only screen and (min-width: 992px) {
  .insights-slider__item {
    margin: 0 20px;
  }
}
.insights-slider__item.slick-active {
  opacity: 1;
}
.insights-slider img {
  width: 100%;
}
.insights-slider .slick-list {
  margin: 0 -999em;
  padding: 0 999em;
}
.insights-slider .slider__box {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .insights-slider .slider__box {
    margin: 0 0 35px 0;
  }
}

.insights-thumbs-slider {
  text-align: left;
}
.insights-thumbs-slider__item {
  margin: 0 5px;
  max-width: 260px;
  opacity: 0.4;
  transition: 0.3s opacity;
}
@media only screen and (min-width: 992px) {
  .insights-thumbs-slider__item {
    margin: 0 50px;
    max-width: 400px;
  }
}
.insights-thumbs-slider__item a {
  pointer-events: none;
}
.insights-thumbs-slider__item.slick-active {
  opacity: 1;
}
.insights-thumbs-slider__item.slick-active a {
  pointer-events: all;
}
.insights-thumbs-slider .slick-list {
  margin: 0 -999em;
  padding: 0 999em;
}
.insights-thumbs-slider .slider__box {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .insights-thumbs-slider .slider__box {
    margin: 0 0 35px 0;
  }
}
.insights-thumbs-slider .slider__button {
  margin: 0 5px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 2px solid black;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .insights-thumbs-slider .slider__button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.insights-thumbs-slider .slider__button:first-child {
  margin-left: 0;
}
.insights-thumbs-slider .slider__button:last-child {
  margin-right: 0;
}
.insights-thumbs-slider .slider__button:before {
  content: none;
}
.insights-thumbs-slider .slider__button:after {
  display: inline-block;
  content: '\e905';
  font-family: icomoon;
}
.insights-thumbs-slider .slider__button--prev:after {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.partners {
  text-align: center;
}

.partners-list__item {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding: 0 15%;
  height: 80px;
  background: #f4f4f4;
  line-height: 80px;
}
@media only screen and (min-width: 992px) {
  .partners-list__item {
    padding: 0 20%;
    height: 200px;
    line-height: 200px;
    transition: 0.2s background-color;
  }
  .partners-list__item:hover, .partners-list__item:focus {
    background-color: #e6e6e6;
  }
  .partners-list__item:hover img, .partners-list__item:focus img {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-list__item {
    height: 270px;
    line-height: 270px;
  }
}
.partners-list__item img {
  display: inline-block;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .partners-list__item img {
    transition: 0.2s opacity;
  }
}
.partners-list .heading {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.partners-list .icon {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #ff3366;
  vertical-align: middle;
}
.partners-list img {
  position: relative;
  top: -2px;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 60%;
  height: auto;
  vertical-align: middle;
}

.next-project {
  text-align: center;
}

.new-project-modal {
  overflow: hidden !important;
  background: #000917 center center no-repeat fixed;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .new-project-modal {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .new-project-modal {
    background: #0f002f center center no-repeat fixed;
  }
}
.new-project-modal.in .menu-header {
  left: 0;
  fill: white;
}
.new-project-modal .new-project-modal__content {
  overflow: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .new-project-modal .new-project-modal__content {
    max-width: 750px;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .new-project-modal .new-project-modal__content {
    position: absolute;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .new-project-modal .new-project-modal__content {
    top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .new-project-modal .new-project-modal__content .container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .new-project-modal .new-project-modal__content .container {
    margin: auto auto;
  }
}
.new-project-modal .new-project-modal__heading {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #ff3366;
  background-image: -webkit-linear-gradient(to right, #ff3366, #570054);
  background-image: -moz-linear-gradient(to right, #ff3366, #570054);
  background-image: linear-gradient(to right, #ff3366, #570054);
  line-height: 110%;
}
@media only screen and (min-width: 1200px) {
  .new-project-modal .new-project-modal__heading {
    font-size: 5.625em;
    font-weight: 400;
    font-family: "Galano Grotesque Bold";
  }
}
.new-project-modal .heading,
.new-project-modal .text-box,
.new-project-modal .button {
  color: inherit;
}
.new-project-modal .field {
  border-color: rgba(255, 255, 255, 0.3);
  color: inherit;
}

.content-header {
  padding-top: 80px;
  padding-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .content-header {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-header {
    padding-top: 200px;
  }
}
.content-header__photo {
  margin-top: 25px;
  max-width: none;
  background: #2f9f98;
}
@media only screen and (min-width: 992px) {
  .content-header__photo {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-header__photo {
    margin-top: 110px;
  }
}
.content-header__photo img {
  margin: 0 auto;
}

.content-banner {
  position: relative;
  z-index: 1;
}
.content-banner__container {
  position: relative;
  z-index: 1;
  background: black;
  color: white;
}
@media only screen and (max-width: 991px) {
  .content-banner__container {
    margin: 0 -30px;
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .content-banner__container {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-banner__container {
    padding: 110px;
  }
}
.content-banner .subheading,
.content-banner .heading,
.content-banner .text-box,
.content-banner .button {
  color: inherit;
}
.content-banner .button .button-circle__outer * {
  stroke: white !important;
}
.content-banner .button .button-circle__inner * {
  stroke: rgba(255, 255, 255, 0.3) !important;
}

.careers-list {
  list-style: none;
}
.careers-list__item {
  padding: 15px 0;
  border-top: 2px solid black;
}
@media only screen and (min-width: 992px) {
  .careers-list__item {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .careers-list__button {
    float: right;
  }
}
.careers-list__button .icon-plus {
  color: #ff3366;
  font-size: 0.75em;
}

@media only screen and (min-width: 992px) {
  .team-list > div[class*='col-']:nth-child(2) {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .team-list > div[class*='col-']:nth-child(2) {
    margin-top: 220px;
  }
}
.team-list__photo {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .team-list__photo {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .team-list__photo {
    margin: 0 0 40px 0;
  }
}
.team-list__subheading {
  margin: 0 0 7.5px 0;
}
@media only screen and (min-width: 992px) {
  .team-list__subheading {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .team-list__subheading {
    margin: 0 0 30px 0;
  }
}
.team-list__heading {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .team-list__heading {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .team-list__heading {
    margin: 0 0 20px 0;
  }
}
.team-list__text {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .team-list__text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .team-list__text {
    margin: 0 0 40px 0;
  }
}

.links-list__item {
  padding: 20px 15px;
  border: 1px solid #999;
  margin: 0 0 20px;
}


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