﻿@charset "UTF-8";
/* =============================================================================
/* IMPORTS
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
}

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

/* =============================================================================
/* gallery
/* ============================================================================= */
.photoswipe-item {
  cursor: zoom-in;
}

.visible-print {
  display: none;
}

/* -----------------------------------------------------------------------------
/* clearfix
/* ----------------------------------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* =============================================================================
/* BASIC
/* ============================================================================= */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  font-size: 1.0625em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.563;
  color: #515356;
  background-color: #fff;
}

p {
  margin: 0 0 10px;
}

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

figure {
  margin: 0;
}

.fluid-image, .base-item__image, .rooms-contact__images img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =============================================================================
/* CUSTOM STYLES
/* ============================================================================= */
.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #004A99;
  padding: 0 15px;
  height: 60px;
  z-index: 100;
}
@media (max-width: 768px) {
  .mainHeader {
    height: 50px;
  }
}
@media (max-width: 414px) {
  .mainHeader .containerLarge, .mainHeader .base-module {
    padding-right: 0;
  }
}
.mainHeader > * {
  display: flex;
  align-items: center;
  height: inherit;
}
.mainHeader > * > * {
  flex: 0 1 auto;
}
.mainHeader .mainLogo {
  width: 180px;
  position: relative;
  align-self: flex-start;
  margin-left: -37px;
}
.mainHeader .mainLogo a {
  position: absolute;
  left: 0;
  top: 0;
  height: 190px;
  width: 178px;
  transition: height 0.4s ease;
}
.mainHeader .mainLogo a:before {
  content: "";
  display: block;
  position: absolute;
  height: 48px;
  width: 150px;
  bottom: 23px;
  right: 0;
  background: url("/media/logoText.svg");
  background-size: 149.7px 47.7px;
  opacity: 0;
  transition: opacity 0.5s ease 0.1s;
}
.mainHeader .mainLogo a:after {
  content: "";
  display: block;
  position: absolute;
  height: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/media/logo.svg");
  background-size: 178px 190px;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  .mainHeader .mainLogo {
    width: 120px;
  }
  .mainHeader .mainLogo a {
    height: 110px;
    width: 104px;
  }
  .mainHeader .mainLogo a:before {
    height: 28px;
    width: 88px;
    bottom: 13.5px;
    background-size: 88px 27.9px;
  }
  .mainHeader .mainLogo a:after {
    height: 110px;
    background-size: 104px 110px;
  }
}
.mainHeader.small .mainLogo a {
  height: 76px;
}
.mainHeader.small .mainLogo a:before {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.mainHeader.small .mainLogo a:after {
  opacity: 0;
}
@media (max-width: 768px) {
  .mainHeader.small .mainLogo a {
    height: 51px;
  }
}
.mainHeader .mainMenu {
  flex: 1 1 auto;
  text-align: right;
}
.mainHeader + * {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .mainHeader + * {
    margin-top: 50px;
  }
}
.mainHeader .mainLinks {
  display: flex;
  align-items: center;
}
.mainHeader .mainLinks > * {
  flex: 1 1 auto;
}
.mainHeader .mainLinks .ahlLogo {
  width: 44px;
  height: 37px;
  background: url("/media/ahlLogo.png");
  background-size: 44px 37px;
  margin-right: 15px;
}

.mainMenu {
  padding-right: 70px;
}
@media (max-width: 996px) {
  .mainMenu {
    padding-right: 10px;
  }
}
.mainMenu .nav-main__dropdown {
  padding: 0;
  margin: 0;
}
.mainMenu .nav-main__flyout-0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transition: all 0.2s ease;
}
.mainMenu .nav-main__flyout-0 > ul {
  min-width: 200px;
  transform: translateX(-50%);
  background-color: #EEEEEE;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}
.mainMenu .nav-main__flyout-0 > ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #004A99;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.mainMenu .nav-main__flyout-1 {
  display: none;
}
.mainMenu .nav-main__level-0 {
  display: inline-block;
  position: relative;
}
.mainMenu .nav-main__level-0.js-naviga-open .nav-main__flyout-0 {
  opacity: 1;
  visibility: visible;
}
.mainMenu .nav-main__level-0.js-naviga-open .nav-main__flyout-0 > ul {
  pointer-events: all;
}
.mainMenu .nav-main__active-1 a {
  color: #004A99;
}
.mainMenu .nav-main__menu-0 {
  display: inline-block;
  color: #fff;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-size: 20px;
  line-height: 24px;
  padding: 18px 15px;
  text-transform: uppercase;
}
.mainMenu .nav-main__menu-1 {
  display: block;
  color: #515356;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-size: 18px;
  line-height: 28px;
}
.mainMenu .nav-main__menu-1:hover {
  color: #004A99;
}
.mainMenu .menuMobile {
  display: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.mainMenu .menuMobile:before {
  content: "";
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.mainMenu .menuMobileBackground {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: -1;
}
@media (max-width: 768px) {
  .mainMenu .menuMobile {
    display: inline-block;
  }
  .mainMenu .menuMobileBackground {
    display: block;
  }
  .mainMenu .nav-main {
    position: fixed;
    left: 100%;
    width: 225px;
    transition: all 0.3s ease;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
    background-color: #EEEEEE;
    z-index: 1;
    text-align: center;
    opacity: 0;
  }
  .mainMenu .nav-main__level-0 {
    display: block;
  }
  .mainMenu .nav-main__menu-0 {
    margin-top: 2px;
    display: block;
    background-color: #004A99;
  }
  .mainMenu .nav-main__flyout-0 {
    position: static;
    display: none;
  }
  .mainMenu .nav-main__flyout-0 > ul {
    transform: none;
  }
  .mainMenu .nav-main .js-naviga-open > .nav-main__flyout-0 {
    display: block;
  }
  .mainMenu.open .nav-main {
    margin-left: -225px;
    opacity: 1;
  }
  .mainMenu.open .menuMobileBackground {
    opacity: 0.4;
    visibility: visible;
    pointer-events: all;
  }
}

.languages {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.flickity-button {
  background: none;
  color: #68BDFE;
  transition: color 0.2s ease;
}
.flickity-button:hover {
  background: none;
  color: #35a7fe;
}
.flickity-button:focus {
  box-shadow: none;
}
.flickity-button .flickity-button-icon {
  display: none;
}
.flickity-button.previous:before, .flickity-button.next:before {
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
}
.flickity-button.previous:before {
  content: "\f113";
  transform: rotate(180deg);
}
.flickity-button.next:before {
  content: "\f113";
  margin-left: -8px;
}
@media (max-width: 667px) {
  .flickity-button.previous:before, .flickity-button.next:before {
    font-family: Flaticon;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}

.slideContainer > *:not(.hero-images):not(.newsBox):first-child {
  margin-top: 220px;
}
@media (max-width: 768px) {
  .slideContainer > *:not(.hero-images):not(.newsBox):first-child {
    margin-top: 120px;
  }
}

.gameItem {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.gameItem .details {
  flex: 1 1 30%;
  border-right: 2px dotted rgba(255, 255, 255, 0.6);
  text-align: right;
  padding: 5px 25px;
  display: flex;
  align-self: stretch;
  min-height: 150px;
}
.gameItem .details .inner {
  align-self: center;
  width: 100%;
  flex: 1 1 auto;
}
.gameItem .details .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.gameItem .details .location, .gameItem .details .date {
  font-size: 20px;
  line-height: 24px;
  opacity: 0.6;
}
.gameItem .details .detailLink {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #68BDFE;
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.gameItem .game {
  flex: 1 1 70%;
  display: flex;
  align-items: center;
  text-align: center;
}
.gameItem .game .player {
  flex: 1 1 40%;
}
.gameItem .game .player .name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.gameItem .game .points {
  flex: 1 0 auto;
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.gameItem .mobileOnly.detailLink {
  display: none;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #68BDFE;
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 5px 0;
  text-align: center;
}
@media (max-width: 667px) {
  .gameItem {
    color: #515356;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .gameItem .details {
    flex: 1 1 100%;
    border-right: none;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 25px;
    min-height: 0;
    padding: 0;
  }
  .gameItem .details .title, .gameItem .details .detailLink {
    display: none;
  }
  .gameItem .details .location, .gameItem .details .date {
    display: inline-block;
  }
  .gameItem .details .location {
    margin-right: 20px;
  }
  .gameItem .game {
    flex: 1 1 100%;
  }
  .gameItem .game .player .name {
    display: none;
  }
  .gameItem .mobileOnly.detailLink {
    display: block;
    flex: 1 1 100%;
  }
}
@media (max-width: 414px) {
  .gameItem .game .points {
    font-size: 35px;
  }
}

#news:not(.listView) {
  margin-top: -4vw;
}

/* =============================================================================
/* Modules
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* -----------------------------------------------------------------------------
/* buttons
/* ----------------------------------------------------------------------------- */
.button {
  display: inline-block;
  color: #515356;
  background-color: transparent;
  min-width: 200px;
  padding: 13px 40px 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  transition: all 0.2s ease;
  border: 2px solid #515356;
  outline: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  letter-spacing: 0.05em;
}
.button:hover, .button:active, .button:focus {
  background-color: rgba(81, 83, 86, 0.1);
  color: #515356;
}
.button.disabled, .button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
}
.button.button--primary {
  background-color: transparent;
  color: #68BDFE !important;
  border-color: #68BDFE;
}
.button.button--primary:hover, .button.button--primary:active, .button.button--primary:focus {
  background-color: rgba(0, 74, 153, 0.1);
  box-shadow: none;
}
.button.button--secondary {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}
.button.button--secondary:hover, .button.button--secondary:active, .button.button--secondary:focus {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
@media (max-width: 768px) {
  .button {
    padding: 7px 30px 8px;
    max-width: 100%;
  }
}
@media (max-width: 667px) {
  .button {
    font-size: 15px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* CONGRID
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* clearfix for the rows
/* ----------------------------------------------------------------------------- */
.row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* clearfix for browsers who don't know flexbox */
}
.row--reverse {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

/* remove clearfix for browsers who know flexbox */
@supports (display: flex) {
  .row:before, .row:after {
    content: "";
    display: none;
  }
  .row:after {
    clear: none;
  }
}
@supports (display: -ms-flexbox) {
  .row:before, .row:after {
    content: "";
    display: none;
  }
  .row:after {
    clear: none;
  }
}
@supports (display: -moz-flex) {
  .row:before, .row:after {
    content: "";
    display: none;
  }
  .row:after {
    clear: none;
  }
}
@supports (display: -webkit-flex) {
  .row:before, .row:after {
    content: "";
    display: none;
  }
  .row:after {
    clear: none;
  }
}
/* -----------------------------------------------------------------------------
/* base styles
/* ----------------------------------------------------------------------------- */
[class*=col-] {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

[class*=gutter-] > [class*=col-] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-preferred-size: 0;
  max-width: 100%;
}
.col--reverse {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

/* -----------------------------------------------------------------------------
/* grid
/* ----------------------------------------------------------------------------- */
.col-1 {
  max-width: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
}

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

.col-2 {
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
}

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

.col-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}

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

.col-4 {
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
}

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

.col-5 {
  max-width: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
}

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

.col-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}

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

.col-7 {
  max-width: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
}

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

.col-8 {
  max-width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
}

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

.col-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
}

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

.col-10 {
  max-width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
}

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

.col-11 {
  max-width: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
}

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

.col-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}

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

.start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  text-align: start;
}

.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}

.end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  text-align: end;
}

.top {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.around {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.first {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  box-ordinal-group: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
}

.last {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}

.gutter-1 {
  margin-left: -1px;
  margin-right: -1px;
}

.gutter-1 > [class*=col-] {
  padding-left: 1px;
  padding-right: 1px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width : 1280px) {
  .col-xlg-offset-0 {
    margin-left: 0;
  }
  .col-xlg-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .start-xlg {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: start;
  }
  .center-xlg {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
  .end-xlg {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    text-align: end;
  }
  .top-xlg {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .middle-xlg {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .bottom-xlg {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .around-xlg {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .between-xlg {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .first-xlg {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
  }
  .last-xlg {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .gutter-xlg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xlg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xlg-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-xlg-1 > [class*=col-] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-xlg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xlg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xlg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xlg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 1024px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .around-lg {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .first-lg {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .gutter-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-lg-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-lg-1 > [class*=col-] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 768px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .start-md {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .middle-md {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .around-md {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .between-md {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .first-md {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .gutter-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-md-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-md-1 > [class*=col-] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 667px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .around-sm {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .first-sm {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .gutter-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-sm-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-sm-1 > [class*=col-] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 414px) {
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .start-xs {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: start;
  }
  .center-xs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
  .end-xs {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    text-align: end;
  }
  .top-xs {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .middle-xs {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .bottom-xs {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .around-xs {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .between-xs {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .first-xs {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
  }
  .last-xs {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .gutter-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xs-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-xs-1 > [class*=col-] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-xs-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xs-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* =============================================================================
/* GRID HELPER
/* ============================================================================= */
@media all and (max-width: 1280px) {
  .hidden-xlg {
    display: none !important;
  }
  .visible-xlg {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media all and (max-width: 667px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media all and (max-width: 414px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* form
/* ============================================================================= */
.form {
  font-size: 16px;
  /* error-message */
  /* form-block */
  /* date-block */
  /* alternate-date */
}
.form__row {
  margin-bottom: 3px;
}
.form__control {
  display: block;
  width: 100%;
  padding: 0 0.3125em;
  height: 2.1875em;
  line-height: 2.1875;
  color: #515356;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9ebef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* invalid / valid */
}
.form__control[type=text] {
  padding-left: 0.625em;
}
.form__control:focus {
  border-color: #515356;
  outline: 0;
}
.form__control--auto-width {
  width: auto;
}
.form__control.hf-invalid, .form__control.hf-invalid:focus {
  border-color: #da4453;
}
.form__control.hf-valid, .form__control.hf-valid:focus {
  border-color: #8cc152;
}
.form .hf-warning {
  display: block;
  background: #da4453;
  color: #fff;
  padding: 0;
  z-index: 1;
  position: relative;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 0.75em;
}
.form label, .form__label {
  padding-top: 0.3125em;
  display: inline-block;
  cursor: pointer;
}
.form__req {
  font-weight: 700;
}
.form__req:after {
  content: " *";
}
.form .form__block {
  position: relative;
  border-bottom: 1px solid #CCD1D9;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  zoom: 1;
}
.form__date-block {
  margin-top: 1.875em;
}
.form-alternate-date__toggle {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-alternate-date__toggle + label {
  display: inline-block;
}
.form-alternate-date__toggle:checked + label {
  display: none;
}
.form-alternate-date__inner {
  display: none;
}
.form-alternate-date__toggle--add:checked ~ .form-alternate-date__inner {
  display: block;
}

textarea.form__control {
  height: auto;
  min-height: 80px;
}

/* input-group */
label.input-group__addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #E6E9ED;
  border: 1px solid #aab2bd;
}
label.input-group__addon:last-child {
  border-left-width: 0;
}
label.input-group__addon:first-child {
  border-right-width: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form__control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.input-group .form__control:first-child, .input-group__addon:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form__control:last-child, .input-group__addon:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* checkboxes */
.form input[type=checkbox] {
  margin-right: 5px;
}

.form-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-checkbox, .form-checkbox-list li {
  margin: 0;
  padding: 0 0 0 1.25em;
  position: relative;
}
.form-checkbox input[type=checkbox], .form-checkbox-list input[type=checkbox] {
  position: absolute;
  top: 0.4375em;
  left: 0;
}

/* block */
.form-separator {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 10px 0;
  background-color: #CCD1D9;
}

.form-space {
  height: 2em;
  line-height: 1em;
  font-size: 0.625em;
  border: none;
  margin: 0;
  padding: 0;
}

/* found-site */
.checkbox-additional__textbox {
  visibility: hidden;
}
.checkbox-additional.js-visible .checkbox-additional__textbox {
  visibility: visible;
}

.form-interests ul {
  padding-left: 1.25em;
}

/* button */
.form .button.sending {
  display: none;
}

/* children */
.contact__child-age {
  width: 46px;
  width: 4ch;
  display: none;
}

.contact__children-ages {
  display: none;
}

/* rooms */
.contact__rooms-block {
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}
.contact__rooms-block .close {
  display: none;
}
.contact__rooms-block--alternative {
  display: none;
}
.contact__rooms-block.js-visible {
  display: block;
}

.contact__room-type {
  display: none;
}
.contact__rooms-block--alternative .contact__room-type {
  display: block;
}

.contact__add-room-container {
  clear: left;
  text-align: right;
  position: relative;
  margin-bottom: 10px;
}

.contact__remove-room {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding-right: 20px;
  color: #3b4043;
}
.contact__rooms-block--alternative .contact__remove-room {
  display: block;
}
.contact__remove-room:after {
  margin-left: 5px;
  content: "✕";
}
.contact__remove-room:hover {
  color: #151515;
}

/* rooms-detail */
.rooms-contact {
  padding: 1em;
  background: #f2f2f2;
}
.rooms-contact__infos {
  font-weight: bold;
}
.rooms-contact__more {
  margin-top: 10px;
  margin-top: 0.5882352941rem;
}
.rooms-contact__name {
  font-size: 23px;
  font-size: 1.3529411765rem;
  margin-bottom: 10px;
  margin-bottom: 0.5882352941rem;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* PAGER
/* ============================================================================= */
.pager {
  text-align: left;
  font-size: 0;
  margin-top: 30px;
}

.pager__link {
  font-size: 15px;
  width: 34px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #515356;
  line-height: 34px;
  transition: all 0.2s ease;
}
.pager__link:hover {
  background-color: #e6e6e6;
  color: #515356;
  text-decoration: none;
}
.pager__link.active {
  background-color: #004A99;
  color: #68BDFE;
}
.pager__link.inactive {
  opacity: 0.65;
}

.pager__info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #949494;
}

/* =============================================================================
/* SITEMAP
/* ============================================================================= */
.sitemap a {
  display: block;
}

.sitemap ul {
  padding-left: 30px;
}

.sitemap ul a {
  font-weight: bold;
}

.sitemap ul ul a {
  font-weight: normal;
}

.sitemap ul ul ul a {
  font-style: italic;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* AJAX
/* ============================================================================= */
.ajax-container {
  position: relative;
}

.ajax-container .loading-continuous {
  text-align: center;
}

.ajax-loading {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 94;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.ajax-loading .loading {
  position: absolute;
  top: 21%;
  left: 50%;
  z-index: 95;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #515356;
  animation: loadingRotate 0.8s linear infinite;
}
.ajax-loading .loading img {
  display: none;
}

@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a {
  color: #68BDFE;
  text-decoration: none;
  transition: color 0.2s ease;
  outline: none;
}
a:focus, a:hover {
  color: #35a7fe;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* TYPO
/* ============================================================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title-big, .title-medium, .title-small {
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small,
h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small, .title-big small,
.title-medium small, .title-small small {
  font-weight: normal;
  line-height: 1;
  color: #6a6c70;
}

h1, .h1, h2, .h2, h3, .h3, .title-big, .title-medium, .title-small {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small, .title-big small, .title-medium small, .title-small small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6, .title-big, .title-medium, .title-small {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small, .title-big small, .title-medium small, .title-small small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 2.1176470588em;
}

h2, .h2, .title-big {
  font-size: 1.7647058824em;
}

h3, .h3, .title-medium {
  font-size: 1.4117647059em;
}

h4, .h4, .title-small {
  font-size: 1.0588235294em;
}

h5, .h5 {
  font-size: 0.8235294118em;
}

h6, .h6 {
  font-size: 0.7058823529em;
}

small,
.small {
  font-size: 85%;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* STANDARD
/* ============================================================================= */
h1, .h1 {
  font-size: 50px;
  line-height: 1.1;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  color: #68BDFE;
  margin: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media (max-width: 414px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 20px;
  line-height: 1.2;
  color: #515356;
  margin: 10px 0;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media (max-width: 414px) {
  h2, .h2 {
    font-size: 18px;
  }
}

.hgroup {
  margin: 25px 0;
}

hr {
  border: 1px solid #515356;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

#contact .show-hide .add-alternate {
  margin-left: 15px;
}
#contact .rooms-block.alternate {
  margin-top: 40px;
}
#contact .rooms-block.alternate .close {
  top: -30px;
}

.form .calendar + .input-group-addon {
  background: none;
  border: none;
}
.form .calendar + .input-group-addon:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  border: 3px solid transparent;
  border-top-color: #68BDFE;
  animation: ajaxLoaderSpin 0.9s infinite linear;
}
.form .calendar + .input-group-addon img {
  display: none;
}

::selection {
  background: #fff2a8;
  color: #515356;
}

::-moz-selection {
  background: #fff2a8;
  color: #515356;
}

#aspnetForm {
  overflow: hidden;
}

.container, #news.base-module.listView {
  max-width: 996px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 996px) {
  .container, #news.base-module.listView {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.containerLarge, .base-module {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .containerLarge, .base-module {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.imageTextItem {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.imageTextItem > * {
  display: table-cell;
  vertical-align: top;
}
.imageTextItem > .image {
  width: 300px;
}
.imageTextItem > .image img {
  display: block;
  width: 100%;
  height: auto;
}
.imageTextItem > .text {
  padding-left: 40px;
}
.imageTextItem .base-item__name, .imageTextItem .title {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  color: #68BDFE;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  text-transform: uppercase;
}
.imageTextItem .subtitle, .imageTextItem .base-item__date {
  font-size: 20px;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.imageTextItem .description, .imageTextItem .base-item__description {
  margin-top: 15px;
}
.imageTextItem .base-item__link-detail {
  margin-top: 20px;
}
.imageTextItem .itemFooter {
  margin-top: 20px;
}
.imageTextItem + .imageTextItem {
  margin-top: 30px;
}
@media (max-width: 667px) {
  .imageTextItem {
    display: block;
  }
  .imageTextItem > * {
    display: block;
  }
  .imageTextItem > .text {
    padding-left: 0;
    padding-top: 20px;
  }
  .imageTextItem > .image {
    width: 100%;
  }
}

.base-detail {
  margin-bottom: 30px;
}
.base-detail .images .slider:not(.flickity-enabled) .item:nth-child(n+2) {
  display: none;
}
.base-detail .images .slider .item {
  width: 100%;
}
.base-detail .images .slider img {
  display: block;
  width: 100%;
  height: auto;
}
.base-detail .topImage {
  display: flex;
  align-items: flex-end;
  margin-left: -20px;
  margin-right: -20px;
}
.base-detail .topImage > * {
  flex: 0 1 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.base-detail .topImage .imageTitle .title {
  display: block;
  font-size: 20px;
  color: #004A99;
  font-weight: 600;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  max-width: 498px;
}
.base-detail .topImage .imageTitle .copyright {
  display: block;
  font-size: 14px;
  font-style: italic;
  max-width: 498px;
}
.base-detail .topImage .imageTitle .button {
  margin-top: 20px;
}
.base-detail .topImage img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .base-detail .topImage {
    flex-wrap: wrap;
  }
  .base-detail .topImage > * {
    flex: 1 1 100%;
  }
  .base-detail .topImage .images {
    margin-bottom: 30px;
  }
  .base-detail .topImage .images .slider {
    max-width: 588px;
  }
}
.base-detail__description {
  max-width: 996px;
  margin: 60px auto;
  column-count: 2;
  column-gap: 60px;
}
@media (max-width: 667px) {
  .base-detail__description {
    column-count: 1;
    column-gap: 0;
    margin: 30px auto;
  }
}
.base-detail__footer {
  border-top: 2px solid #515356;
  padding-top: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.base-detail .navigation {
  display: flex;
  padding-bottom: 35px;
  border-bottom: 2px solid #515356;
  margin-bottom: 15px;
}
.base-detail .navigation .prev, .base-detail .navigation .next {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  flex: 1 1 50%;
  position: relative;
}
.base-detail .navigation .prev a, .base-detail .navigation .next a {
  color: #515356;
}
.base-detail .navigation .prev a:before, .base-detail .navigation .next a:before {
  content: "\f113";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 25px;
  width: 25px;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  color: #68BDFE;
}
.base-detail .navigation .prev a:hover .title, .base-detail .navigation .next a:hover .title {
  color: #35a7fe;
}
.base-detail .navigation .prev a:hover:before, .base-detail .navigation .next a:hover:before {
  color: #35a7fe;
}
.base-detail .navigation .prev .action, .base-detail .navigation .prev .title, .base-detail .navigation .next .action, .base-detail .navigation .next .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.base-detail .navigation .prev .title, .base-detail .navigation .next .title {
  color: #68BDFE;
}
.base-detail .navigation .prev .subtitle, .base-detail .navigation .next .subtitle {
  font-size: 20px;
}
.base-detail .navigation .prev {
  padding-left: 25px;
}
.base-detail .navigation .prev a:before {
  left: -5px;
}
@media (max-width: 667px) {
  .base-detail .navigation .prev {
    display: none;
  }
}
.base-detail .navigation .next {
  text-align: right;
  padding-right: 25px;
}
.base-detail .navigation .next a:before {
  transform: rotate(180deg);
  right: -5px;
}
.base-detail__link-back {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 20px;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  text-transform: uppercase;
  font-weight: 600;
  color: #515356;
}
.base-detail__link-back:before {
  content: "\f113";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 25px;
  width: 25px;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  color: #68BDFE;
  left: -5px;
}
.base-detail__link-back:hover {
  color: #515356;
}
.base-detail__link-back:hover:before {
  color: #35a7fe;
}
.base-detail .statTable {
  display: table;
  margin: 30px 0;
}
.base-detail .statTable .item {
  display: table-row;
}
.base-detail .statTable .item > * {
  display: table-cell;
}
.base-detail .statTable .item > *:first-child {
  font-weight: 700;
  padding-right: 5px;
}
.base-detail .statTable .item > *:last-child {
  padding-left: 5px;
}

@-moz-keyframes ajaxLoaderSpin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes ajaxLoaderSpin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ajaxLoaderSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
::-webkit-input-placeholder {
  color: #515356;
}

:-moz-placeholder {
  color: #515356;
}

::-moz-placeholder {
  color: #515356;
}

:-ms-input-placeholder {
  color: #515356;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /*---------------------------------------------------
/* modal
/*---------------------------------------------------*/
.modal {
  position: absolute;
  top: 10px;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-100px);
  -ms-transform: translateX(-50%) translateY(-100px);
  -o-transform: translateX(-50%) translateY(-100px);
  -webkit-transform: translateX(-50%) translateY(-100px);
  transform: translateX(-50%) translateY(-100px);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 70%;
  width: 70vw;
}
@media all and (max-width: 1280px) {
  .modal {
    width: 80%;
    width: 80vw;
  }
}
@media all and (max-width: 1024px) {
  .modal {
    width: 90%;
    width: 90vw;
    width: calc(100vw - 20px);
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  pointer-events: none;
}
.modal-container.modal--open {
  pointer-events: auto;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal--open .modal-overlay {
  opacity: 1;
}
.modal iframe {
  border: none;
  width: 100%;
  height: 90%;
  height: 80vh;
  display: block;
  height: calc(100vh - 40px);
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.modal__close svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  fill: #fff;
  background: #b71c07;
  padding: 7px;
}
.modal--open .modal {
  opacity: 1;
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* base-module
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /*---------------------------------------------------
/* googlemap
/*---------------------------------------------------*/
#routemap {
  height: 400px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* Content
/* ============================================================================= */
.page-content {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.page-content__more-text {
  display: none;
}
.page-content__read-more[aria-expanded=true] {
  display: none;
}
.page-content__read-more--less {
  display: none;
}
.page-content__read-more--less[aria-expanded=true] {
  display: block;
}
.page-content__read-more[aria-expanded=true] + .page-content__more-text {
  display: block;
}
.page-content .hgroup.container, .page-content .hgroup#news.base-module.listView {
  margin-left: 0;
}
@media (max-width: 414px) {
  .page-content .hgroup.container, .page-content .hgroup#news.base-module.listView {
    padding: 0;
  }
}
.page-content .main-content {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 414px) {
  .page-content .main-content {
    margin-top: 30px;
  }
  .page-content .main-content.container, .page-content .main-content#news.base-module.listView {
    padding-right: 0;
    padding-left: 15px;
  }
}
.page-content .main-content img {
  max-width: 100%;
  height: auto !important;
}
.page-content iframe {
  max-width: 100%;
}

.sitepath ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitepath ol li {
  display: inline-block;
  margin-right: 10px;
}
.sitepath .item {
  font-size: 12px;
  color: #949494;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* cookies
/* ============================================================================= */
.cookie-category {
  margin-bottom: 2.3529411765em;
}
.cookie-category__title {
  font-weight: bold;
}

.cookie-table {
  width: 100%;
  margin: 0.5882352941em 0;
}
.cookie-table__container {
  max-width: 100%;
  overflow: auto;
}
.cookie-table th {
  padding: 0.1764705882em 0.2941176471em;
  border: solid 1px #515356;
}
.cookie-table td {
  border: solid 1px #515356;
  padding: 0.1764705882em 0.2941176471em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.newsBox .slider {
  height: 70vh;
  max-height: 800px;
  /*.flickity-slider{
      transform: none !important;
  }
  &.flickity-enabled{
      .item{
          left: 0 !important;
          opacity: 0;
          transition: opacity .3s ease-in-out;
          z-index: -1;
          &.is-selected {
              opacity: 1;
              z-index: 0;
          }
      }
  }*/
}
@media (max-width: 667px) {
  .newsBox .slider {
    height: 45vh;
  }
}
.newsBox .slider .item {
  position: relative;
  height: inherit;
  width: 100%;
}
.newsBox .slider .item .image {
  position: relative;
  height: inherit;
}
.newsBox .slider .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsBox .slider .item .image:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background: linear-gradient(transparent, #000);
}
.newsBox .slider .item .text {
  position: absolute;
  bottom: 7vw;
  left: 0;
  right: 0;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  text-transform: uppercase;
}
.newsBox .slider .item .text h2 {
  max-width: 650px;
  font-size: 70px;
  line-height: 65px;
  font-weight: 600;
  color: #fff;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.newsBox .slider .item .text h2 a {
  color: #fff;
}
.newsBox .slider .item .text .subtitle {
  max-width: 650px;
  font-size: 20px;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 20px 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
}
.newsBox .slider .item .text .button {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .newsBox .slider .item .text {
    text-align: center;
    bottom: 60px;
  }
  .newsBox .slider .item .text h2 {
    font-size: 40px;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .newsBox .slider .item .text .subtitle {
    font-size: 17px;
    margin: 10px 0;
  }
  .newsBox .slider .item .text .button {
    display: none;
  }
}
@media (max-width: 414px) {
  .newsBox .slider .item .text h2 {
    font-size: 30px;
  }
}
.newsBox .slider .item .info {
  position: absolute;
  bottom: 7vw;
  left: 100%;
  margin-left: -50px;
  transition: margin-left 0.4s ease;
}
.newsBox .slider .item .info .infoButton {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transform: rotate(-90deg);
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  cursor: pointer;
  position: relative;
  height: 50px;
}
.newsBox .slider .item .info .infoButton:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  content: "\f115";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.newsBox .slider .item .info .infoText {
  position: absolute;
  left: 50px;
  bottom: 0;
  background: rgba(81, 83, 86, 0.7);
  width: 400px;
  color: #fff;
  padding: 10px 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.newsBox .slider .item .info .infoText a {
  color: #68BDFE !important;
}
.newsBox .slider .item .info .infoText a span {
  color: #68BDFE !important;
}
.newsBox .slider .item .info .infoText a:hover {
  color: #35a7fe !important;
}
.newsBox .slider .item .info .infoText a:hover span {
  color: #35a7fe !important;
}
.newsBox .slider .item .info.open {
  margin-left: -450px;
}
.newsBox .slider .item .info.open .infoButton:after {
  transform: rotate(180deg);
}
.newsBox .slider .item .info.open .infoText {
  opacity: 1;
}
@media (max-width: 768px) {
  .newsBox .slider .item .info {
    display: none;
  }
}
.newsBox .slider:not(.flickity-enabled) .item:nth-child(n+2) {
  display: none;
}
.newsBox .sliderNavContainer {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  background: linear-gradient(to right, #fff 50%, #004A99 50%);
}
@media (max-width: 768px) {
  .newsBox .sliderNavContainer {
    display: none;
  }
}
.newsBox .sliderNavContainer .sliderNavContainerInner {
  display: flex;
  align-items: stretch;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .newsBox .sliderNavContainer .sliderNavContainerInner {
    padding-right: 0;
  }
  .newsBox .sliderNavContainer .sliderNavContainerInner .highlight {
    padding-left: 32px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .newsBox .sliderNavContainer .sliderNavContainerInner {
    padding-left: 0;
    flex-direction: column;
  }
}
.newsBox .sliderNavContainer .sliderNav {
  width: 78%;
  flex: 1 1 78%;
  font-size: 0;
  position: relative;
  margin-top: -25px;
  white-space: nowrap;
  overflow: hidden;
}
.newsBox .sliderNavContainer .sliderNav .item {
  font-size: 20px;
  width: 30%;
  max-width: 380px;
  min-width: 320px;
  min-height: 100%;
  position: relative;
  top: 25px;
  padding-right: 8%;
  white-space: normal;
}
.newsBox .sliderNavContainer .sliderNav .item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.newsBox .sliderNavContainer .sliderNav .item.is-selected:before {
  opacity: 1;
}
.newsBox .sliderNavContainer .sliderNav .item.is-selected .title {
  color: #68BDFE;
}
.newsBox .sliderNavContainer .sliderNav .item .date {
  font-size: 20px;
  line-height: 35px;
  margin-top: 5px;
}
.newsBox .sliderNavContainer .sliderNav .item .title {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.newsBox .sliderNavContainer .sliderNav:not(.flickity-enabled) .item {
  display: inline-block;
}
.newsBox .sliderNavContainer .sliderNav:not(.flickity-enabled) .item:nth-child(n+4) {
  display: none;
}
.newsBox .sliderNavContainer .sliderNav:not(.flickity-enabled) .item:first-child .title {
  color: #68BDFE;
}
.newsBox .sliderNavContainer .sliderNav .flickity-viewport:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 25px;
  bottom: 0;
  width: 8%;
  background: linear-gradient(to right, transparent, #fff);
}
@media (max-width: 768px) {
  .newsBox .sliderNavContainer .sliderNav {
    flex: 1 1 100%;
    width: 100%;
    padding: 0 30px;
  }
}
.newsBox .sliderNavContainer .highlight {
  width: 22%;
  flex: 1 1 22%;
  background-color: #004A99;
  padding-left: 50px;
  display: flex;
  align-items: center;
  min-width: 250px;
}
.newsBox .sliderNavContainer .highlight .button {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  white-space: normal;
  min-width: 0;
}
@media (max-width: 768px) {
  .newsBox .sliderNavContainer .highlight {
    flex: 1 1 100%;
    width: 100%;
    padding: 0 30px;
  }
  .newsBox .sliderNavContainer .highlight .button {
    max-width: 250px;
    margin: 25px auto;
  }
}
.newsBox .flickity-slider {
  display: flex;
  align-items: center;
}
.newsBox .badge {
  position: absolute;
  top: 2vw;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.newsBox .badge .containerLarge, .newsBox .badge .base-module {
  position: relative;
}
.newsBox .badge a {
  position: absolute;
  top: 0;
  right: 5px;
  height: 250px;
  width: 250px;
  display: flex;
  background-color: #fff;
  color: #000;
  text-align: center;
  align-items: center;
  padding: 30px;
  border-radius: 50%;
  transition: box-shadow 0.2s ease;
}
.newsBox .badge a .inner {
  display: block;
  flex: 1 1 100%;
}
.newsBox .badge a:hover {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}
.newsBox .badge .name {
  display: block;
  font-size: 30px;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-weight: 600;
  border-bottom: 7px solid #000;
  text-transform: uppercase;
  line-height: 1.1;
  padding-bottom: 12px;
  margin-top: 5px;
}
.newsBox .badge .textButton {
  display: block;
  font-size: 20px;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 22px;
  color: #515356;
}
@media (max-width: 768px) {
  .newsBox .badge a {
    height: 150px;
    width: 150px;
    padding: 15px;
  }
  .newsBox .badge .name {
    font-size: 17px;
    border-bottom-width: 2px;
    padding-bottom: 6px;
    margin-top: 0;
  }
  .newsBox .badge .textButton {
    font-size: 16px;
    margin-top: 3px;
  }
}
@media (max-width: 667px) {
  .newsBox .badge {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .newsBox .badge .containerLarge, .newsBox .badge .base-module {
    padding: 0;
  }
  .newsBox .badge a {
    position: static;
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 5px 15px 0 15px;
    justify-content: center;
  }
  .newsBox .badge a .inner {
    flex: 0 1 300px;
  }
}
.newsBox.hero-images {
  height: 70vh;
}
.newsBox.hero-images .slider .item .text h2 {
  font-size: 60px;
  line-height: 1;
  text-transform: none;
}
@media (max-width: 768px) {
  .newsBox.hero-images .slider .item .text h2 {
    font-size: 40px;
  }
  .newsBox.hero-images .slider .item .text .button {
    display: inline-block;
  }
}
@media (max-width: 414px) {
  .newsBox.hero-images .slider .item .text h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .newsBox.hero-images {
    height: 45vh;
  }
}
.newsBox .flickity-page-dots {
  position: absolute;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
  height: 10px;
  bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
}
.newsBox .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 3px;
  transition: background-color 0.2s ease;
}
.newsBox .flickity-page-dots .dot.is-selected {
  background-color: #68BDFE;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.eventsBox {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  background: linear-gradient(to right, #515356 50%, #fff 50%);
}
.eventsBox .containerLarge, .eventsBox .base-module {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .eventsBox .containerLarge, .eventsBox .base-module {
    padding-right: 0;
  }
  .eventsBox .containerLarge .highlight, .eventsBox .base-module .highlight {
    padding-left: 32px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .eventsBox .containerLarge, .eventsBox .base-module {
    padding-left: 0;
    flex-direction: column;
  }
}
.eventsBox .events {
  width: 78%;
  padding: 0 50px;
  background-color: #515356;
}
.eventsBox .events.slider:not(.flickity-enabled) .item:not(.is-selected) {
  display: none;
}
@media (max-width: 1200px) {
  .eventsBox .events {
    padding-left: 20px;
  }
  .eventsBox .events .flickity-prev-next-button.next {
    left: 0;
  }
}
@media (max-width: 768px) {
  .eventsBox .events {
    flex: 1 1 100%;
    width: 100%;
    padding: 0 30px;
  }
  .eventsBox .events .flickity-prev-next-button.previous {
    right: 0;
  }
}
@media (max-width: 667px) {
  .eventsBox .events {
    background-color: #EEEEEE;
  }
  .eventsBox .events .flickity-prev-next-button:before {
    color: #515356;
  }
}
.eventsBox .highlight {
  width: 22%;
  flex: 1 1 22%;
  background-color: #fff;
  padding-left: 50px;
  display: flex;
  align-items: center;
  min-width: 250px;
  flex-wrap: wrap;
}
.eventsBox .highlight .button {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  white-space: normal;
  min-width: 0;
  flex: 1 1 100%;
}
.eventsBox .highlight .button + .button {
  margin-top: -10px;
}
.eventsBox .highlight .button + div .button {
  margin-top: -10px;
}
.eventsBox .highlight > div {
  width: 100%;
}
@media (max-width: 768px) {
  .eventsBox .highlight {
    flex: 1 1 100%;
    width: 100%;
    padding: 0 30px;
  }
  .eventsBox .highlight .button {
    max-width: 150px;
    margin: 15px auto;
  }
  .eventsBox .highlight div {
    display: none;
  }
}
@media (max-width: 667px) {
  .eventsBox .highlight {
    background-color: #515356;
  }
}
.eventsBox .flickity-slider {
  display: flex;
  align-items: center;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.teaser {
  margin: 5vw 0;
}
.teaser .item > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.teaser .item > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser .item > a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(81, 83, 86, 0.8);
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
}
.teaser .item > a .overlay .name {
  flex: 1 1 auto;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1200px) {
  .teaser .item > a .overlay .name {
    font-size: 35px;
    word-break: break-word;
  }
}
.teaser .item > a:hover .overlay {
  background-color: rgba(0, 74, 153, 0.8);
}
@media (max-width: 768px) {
  .teaser .containerLarge, .teaser .base-module {
    max-width: 500px;
  }
}
.teaser .containerLarge.row, .teaser .row.base-module {
  display: flex;
  align-items: stretch;
}
.teaser .containerLarge.row > *, .teaser .row.base-module > * {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .teaser .containerLarge.row, .teaser .row.base-module {
    flex-wrap: wrap;
  }
  .teaser .containerLarge.row > *, .teaser .row.base-module > * {
    width: 100%;
    flex: 1 1 100%;
    max-width: none;
  }
}
.teaser .col-6.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.teaser .col-6.row > * {
  flex: 1 1 50%;
  height: 50%;
}
.teaser .col-6.row > *:nth-child(-n+2) {
  padding-bottom: 1px;
}
.teaser .col-6.row > *:nth-child(n+3) {
  padding-top: 1px;
}
@media (max-width: 768px) {
  .teaser .col-6.row {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .teaser .col-6.row .name {
    font-size: 25px !important;
  }
}
.teaser .col-6:not(.row) .item {
  height: 100%;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.partners {
  background-color: #004A99;
  padding-top: 40px;
  padding-bottom: 30px;
}
.partners.withLogo {
  margin-top: 145px;
}
.partners .logo {
  position: relative;
}
.partners .logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -45px;
  width: 130px;
  height: 185px;
  background: url("/media/logoImage.svg");
  background-size: 130px 185px;
  margin-left: -65px;
}
.partners .items {
  position: relative;
  font-size: 0;
  text-align: center;
  margin: 10px -12px 0;
}
.partners .items:first-child .headline {
  font-size: 50px;
}
@media (max-width: 667px) {
  .partners .items:first-child .headline {
    font-size: 35px;
  }
}
.partners .items:first-child .item {
  margin: 12px;
  padding: 6px 8px;
}
.partners .item {
  display: inline-block;
  margin: 7px;
  background-color: #fff;
  padding: 5px 7px;
}
.partners .headline {
  font-size: 20px;
  text-transform: uppercase;
  color: #68BDFE;
  font-weight: 600;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  margin-bottom: 15px;
}
.partners .headline:not(:first-child) {
  margin-top: 20px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.socialMedia {
  background-color: #68BDFE;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.socialMedia .item {
  display: inline-block;
  background-color: #fff;
  color: #68BDFE;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  margin: 4px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.menuBottom {
  padding-top: 18px;
  padding-bottom: 24px;
  font-size: 10px;
}
.menuBottom .bottomMenuInner {
  text-align: center;
}
.menuBottom .bottomMenuInner .logoConsisto {
  flex: 0 1 auto;
  text-align: right;
}
.menuBottom a {
  color: #515356;
}
.menuBottom a:hover {
  color: #35a7fe;
}
.menuBottom .nav-bottom {
  padding-right: 20px;
}
.menuBottom .nav-bottom .item {
  text-transform: uppercase;
}
.menuBottom .nav-bottom .item:before {
  content: "|";
  display: inline-block;
  margin: 0 2px;
}
.menuBottom .nav-bottom .avacy-link:before {
    content: "|";
    display: inline-block;
    margin: 0 2px;
}
.menuBottom .poweredBy {
  margin-bottom: 25px;
}
.menuBottom .poweredBy > span {
  font-size: 20px;
  text-transform: uppercase;
  color: #68BDFE;
  font-weight: 600;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
}
.menuBottom .poweredBy .logoConsisto {
  background: url("/media/logoConsisto.png");
  background-size: 160px 59px;
  height: 59px;
  width: 160px;
  display: block;
  margin: 0 auto;
  position: relative;
  left: 9px;
  margin-top: -12px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* teaser
/* ============================================================================= */
.socialwall-showcase {
  position: relative;
  overflow: hidden;
  background-color: #68BDFE;
  padding-top: 60px;
  padding-bottom: 40px;
}
.socialwall-showcase:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: url("/media/logoImage.svg") no-repeat;
  background-position: right top;
  background-size: auto 750px;
  margin-right: -180px;
  opacity: 0.3;
  pointer-events: none;
}
.socialwall-showcase .containerLarge, .socialwall-showcase .base-module {
  position: relative;
}
.socialwall-showcase .containerLarge .slider, .socialwall-showcase .base-module .slider {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 1200px) {
  .socialwall-showcase .containerLarge .slider, .socialwall-showcase .base-module .slider {
    margin-left: -12px;
    margin-right: -42px;
  }
}
.socialwall-showcase .title {
  display: block;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-weight: 600;
  margin-bottom: 10px;
}
.socialwall-showcase__item {
  position: relative;
  padding: 12px;
  color: #fff;
  width: 25%;
}
.socialwall-showcase__item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #515356;
}
@media (max-width: 768px) {
  .socialwall-showcase__item {
    width: 30%;
  }
}
@media (max-width: 667px) {
  .socialwall-showcase__item {
    width: 40%;
  }
}
@media (max-width: 414px) {
  .socialwall-showcase__item {
    width: calc(100% - 35px);
  }
}
.socialwall-showcase img {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  -o-object-fit: cover;
  object-fit: cover;
}
.socialwall-showcase .button {
  margin-top: 40px;
  width: 430px;
  max-width: 100%;
}
.socialwall-showcase .socialwall-item {
  background: #515356;
}
.socialwall {
  margin-bottom: 50px;
}
.socialwall .are-images-unloaded {
  opacity: 0;
}
.socialwall__view-more-button {
  position: relative;
  margin: 20px auto 0;
  display: block;
  outline: none;
}
.socialwall__view-more-button:disabled .ajax-loading {
  display: block;
}
.socialwall__view-more-button .ajax-loading {
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: auto;
  height: auto;
}
.socialwall__view-more-button .ajax-loading__container {
  margin-top: 29px;
}

.socialwall-item,
.socialwall-item__col-sizer {
  width: 32.33333%;
}
@media all and (max-width: 1280px) {
  .socialwall-item,
  .socialwall-item__col-sizer {
    width: 24%;
  }
}
@media all and (max-width: 1024px) {
  .socialwall-item,
  .socialwall-item__col-sizer {
    width: 32.33333%;
  }
}
@media all and (max-width: 768px) {
  .socialwall-item,
  .socialwall-item__col-sizer {
    width: 49.5%;
  }
}
@media all and (max-width: 667px) {
  .socialwall-item,
  .socialwall-item__col-sizer {
    width: 100%;
  }
}

.socialwall-item__gutter {
  position: absolute;
  width: 1%;
}
@media all and (max-width: 768px) {
  .socialwall-item__gutter {
    width: 0.5%;
  }
}
@media all and (max-width: 667px) {
  .socialwall-item__gutter {
    width: 0;
  }
}

.socialwall-item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  float: left;
}
.socialwall-item.js-loading {
  opacity: 0;
}
.socialwall-item__icon {
  position: absolute;
  left: 40px;
  bottom: 23px;
}
@media all and (max-width: 1280px) {
  .socialwall-item__icon {
    left: 20px;
    bottom: 5px;
  }
}
.socialwall-item__icon svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.socialwall-item__image-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.socialwall-item__image-container:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  height: 100px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
}
.socialwall-item__col-sizer {
  position: absolute;
}
@media all and (max-width: 768px) {
  .socialwall-item {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 667px) {
  .socialwall-item {
    margin-bottom: 5px;
  }
}
.socialwall-item__content {
  padding: 20px;
}
.socialwall-item__message {
  font-size: 0.8235294118em;
  margin-bottom: 20px;
}
.socialwall-item__message p {
  margin: 0;
  padding: 0;
}
.socialwall-item__count {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.socialwall-item__count-icon {
  position: relative;
  text-align: center;
  color: #CCD1D9;
  display: inline-block;
  font-size: 8px;
  padding-top: 1px;
  font-weight: bold;
  margin-right: 20px;
}
.socialwall-item__count-icon span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #CCD1D9;
  color: #fff;
  right: -9px;
  bottom: 17px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 15px;
}
.socialwall-item__count-icon--comments span {
  right: -7px;
}
.socialwall-item__source-icon, .socialwall-item__count-icon svg {
  width: 24px;
  height: 24px;
  fill: #CCD1D9;
  display: inline-block;
}
.socialwall-item__source {
  position: absolute;
  right: 20px;
}

.socialwall-item-owner {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 0.8235294118em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  z-index: 2;
}
.socialwall-item-owner:hover {
  text-decoration: none;
}
.socialwall-item-owner__image-container {
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  float: left;
  margin-right: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.socialwall-item-owner__image {
  display: block;
}
.socialwall-item-owner__name {
  color: #fff;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  margin-top: 3px;
}
.socialwall-item-owner__date {
  color: #e6e6e6;
  display: block;
  margin-top: 3px;
  margin-left: 45px;
}

.socialwall-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
}
@media all and (max-height: 768px) {
  .socialwall-modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.socialwall-modal--open {
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  pointer-events: auto;
}
.socialwall-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  max-width: 1024px;
  width: 100%;
}
@media all and (max-height: 768px) {
  .socialwall-modal__container {
    top: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1280px) {
  .socialwall-modal__container {
    width: 80%;
    width: 80vw;
  }
}
@media all and (max-width: 1024px) {
  .socialwall-modal__container {
    width: 90%;
    width: 90vw;
    width: calc(100vw - 20px);
  }
}
.socialwall-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.socialwall-modal--open .socialwall-modal__overlay {
  opacity: 1;
}
.socialwall-modal__image {
  display: block;
  width: 100%;
  height: auto;
}
.socialwall-modal__content {
  padding: 20px;
}
.socialwall-modal__inner {
  position: relative;
  z-index: 1;
}
.socialwall-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  z-index: 100;
}
.socialwall-modal__close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-top: 7px;
  display: inline-block;
}
.socialwall-modal__close:hover {
  color: #fff;
  text-decoration: none;
}
.socialwall-modal__nav {
  border: none;
  outline: none;
  background: rgba(204, 209, 217, 0.5);
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.socialwall-modal__nav:hover {
  background: rgba(204, 209, 217, 0.7);
}
.socialwall-modal__nav--prev {
  right: 24px;
}
.socialwall-modal__nav--next {
  right: 0;
}
.socialwall-modal__nav svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  display: block;
}
.socialwall-modal__message {
  margin-top: 20px;
  padding-bottom: 70px;
  font-size: 90%;
}
.socialwall-modal__message p {
  margin: 0;
  padding: 0;
}
.socialwall-modal__count {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.socialwall-modal__count .socialwall-item__source {
  right: 0;
}

.socialwall-modal-owner {
  font-size: 0.8235294118em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  z-index: 100;
}
.socialwall-modal-owner:hover {
  text-decoration: none;
}
.socialwall-modal-owner__image-container {
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  float: left;
  margin-right: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.socialwall-modal-owner__image {
  display: block;
}
.socialwall-modal-owner__name {
  color: #515356;
  display: block;
  max-width: 80%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  margin-top: 3px;
}
.from-cache .socialwall-modal-owner__name {
  max-width: 100%;
  background: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.js-loaded .socialwall-modal-owner__name {
  max-width: 100%;
  background: none;
}
.socialwall-modal-owner__date {
  color: #CCD1D9;
  display: block;
  margin-top: 3px;
  margin-left: 45px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* hero-images
/* ============================================================================= */
.hero-images__item {
  display: none;
}
.hero-images__item:first-child {
  display: block;
}
.hero-images__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-images.highResolution {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}

.hero-images,
.hero-images__item > picture {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
#events .days, #events .day-names {
  font-size: 0;
}
#events .days .column, #events .day-names .column {
  width: 14.2857142857%;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
}
#events .day-names .column {
  padding: 3px 5px;
  font-weight: 600;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 667px) {
  #events .day-names {
    display: none;
  }
}
#events .days .column {
  height: 140px;
  padding: 2px 5px;
  overflow: hidden;
}
#events .days .column .eventsContainer {
  border-top: 1px solid #515356;
  padding-top: 8px;
  height: 100%;
}
#events .days .column .day {
  position: absolute;
}
#events .days .column.today .eventsContainer {
  border-top-color: #004A99;
  box-shadow: inset 0 4px 0 #004A99;
}
#events .days .column.today .eventsContainer .day {
  font-weight: bold;
}
@media (max-width: 667px) {
  #events .days .column {
    display: block;
    width: 100%;
    height: auto;
    min-height: 50px;
  }
  #events .days .column.empty {
    display: none;
  }
}
#events .header {
  padding: 20px 5px;
}
#events .calendar .header {
  display: flex;
}
#events .calendar .header > * {
  flex: 1 1 auto;
}
#events .calendar .header .change-month {
  flex: 0 1 auto;
}
#events .calendar .datepickerControls {
  text-align: center;
}
#events .change-month.next:before, #events .change-month.prev:before {
  content: "\f113";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
}
#events .change-month.next:before {
  transform: rotate(180deg);
}
#events .eventWrapper {
  display: block;
  text-align: center;
  padding: 12px 8px 0 8px;
  word-break: break-word;
  height: 100%;
}
#events .eventWrapper .image {
  display: block;
}
#events .eventWrapper .image img {
  display: block;
  margin: 0 auto;
}
#events .eventWrapper .result {
  font-size: 18px;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-weight: 600;
}
#events .eventWrapper a {
  color: #515356;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
#events .eventWrapper a > * {
  flex: 1 1 auto;
}
#events .eventWrapper .event > * {
  display: block;
}
#events .eventWrapper .event > * + * {
  margin-top: 5px;
}
#events .day {
  display: block;
}
#events .dayLegend {
  margin-right: 15px;
}
#events .day, #events .dayLegend {
  border-left: 8px solid #ccc;
  padding: 3px 0 3px 5px;
}
#events .day.home, #events .dayLegend.home {
  border-color: #186a95;
}
#events .day.away, #events .dayLegend.away {
  border-color: #953e18;
}
#events .day.events, #events .dayLegend.events {
  border-color: #18952a;
}

.eventsDetail .events, .eventsDetail .eventsBox {
  background: none;
  padding: 0;
}
.eventsDetail .eventsBox .highlight {
  text-align: center;
}
.eventsDetail .eventsBox .highlight div {
  display: inline-block;
}
.eventsDetail .gameItem {
  color: #515356;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
}
.eventsDetail .gameItem .details {
  border-right-color: #515356;
}
@media (max-width: 667px) {
  .eventsDetail .gameItem .details .title, .eventsDetail .gameItem .details .detailLink {
    display: block;
  }
}
.eventsDetail .newsContainer {
  margin-bottom: 40px;
}
@media (max-width: 667px) {
  .eventsDetail .highlight {
    background: none;
  }
}
.eventsDetail .base-detail__footer {
  margin-top: 20px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
#team .category {
  font-size: 38px;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
  padding: 0 10px;
}
@media (max-width: 414px) {
  #team .category {
    font-size: 28px;
  }
}
#team .player {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 25%;
  padding: 0 10px 30px;
  color: #515356;
  max-width: 285px;
}
#team .player .title {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif; font-stretch: condensed;;
  font-weight: 600;
  display: block;
  padding-top: 5px;
  position: relative;
  padding-right: 90px;
  line-height: 1.2;
  text-transform: uppercase;
}
#team .player .title > * {
  display: block;
}
#team .player .title .number {
  font-size: 60px;
  line-height: 50px;
  color: #004A99;
  position: absolute;
  right: 0;
  top: 0;
}
#team .player .title .number:before {
  content: "#";
}
#team .player .title .name {
  font-size: 22px;
}
#team .player .title .subtitle {
  font-weight: 500;
}
#team .player img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  #team .player {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  #team .player {
    width: 50%;
  }
}
@media (max-width: 667px) {
  #team .player {
    width: 100%;
  }
}
#team.listView {
  font-size: 0;
}
#team.listView > .ajax-container {
  margin-left: -10px;
  margin-right: -10px;
}
#team:not(.listView) {
  margin-top: -4vw;
}

/*
=======================================================
Lightbox.js
Version: 0.0.6
Author: Victor Diego <victordieggo@gmail.com>
License: MIT
=======================================================
1. Base Styles
2. Buttons
3. Videos
4. Animations
5. Helpers
=======================================================
*/
/*
-------------------------------------------------------
1. Base Styles
-------------------------------------------------------
*/
.lightbox-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 2em;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-wrapper {
  position: relative;
}
.lightbox-image {
  max-height: 100vh;
  vertical-align: middle;
}

/*
-------------------------------------------------------
2. Buttons
-------------------------------------------------------
*/
.lightbox-btn {
  z-index: 2;
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
}
.lightbox-btn:focus, .lightbox-btn:hover {
  background-color: #333;
}
.lightbox-btn:disabled {
  cursor: initial;
  background-color: #aaa;
}
.lightbox-btn-close {
  top: -0.8em;
  right: -0.8em;
  background-size: 40%;
  background-image: url("/media/icons/icon-lightbox-close.svg");
}
.lightbox-btn-next, .lightbox-btn-previous {
  top: calc(50% - 1.1em);
  background-size: 25% 80%;
  background-image: url("/media/icons/icon-lightbox-arrow.svg");
}
.lightbox-btn-previous {
  left: 1.5em;
  transform: rotate(180deg);
}
.lightbox-btn-next {
  right: 1.5em;
}

/*
-------------------------------------------------------
3. Videos
-------------------------------------------------------
*/
.lightbox-video-wrapper {
  width: 80vw;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.lightbox-video-player {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*
-------------------------------------------------------
4. Animations
-------------------------------------------------------
*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
/*
-------------------------------------------------------
5. Helpers
-------------------------------------------------------
*/
[hidden] {
  display: none;
}

.remove-scroll {
  overflow: hidden;
}

/*
Flaticon icon font: Flaticon
Creation date: 22/10/2018 11:27
*/
@font-face {
  font-family: "Flaticon";
  src: url("/media/fonts/Flaticon.eot");
  src: url("/media/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/media/fonts/Flaticon.woff") format("woff"), url("/media/fonts/Flaticon.ttf") format("truetype"), url("/media/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/media/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-signs:before {
  content: "\f100";
}

.flaticon-line:before {
  content: "\f101";
}

.flaticon-google-plus:before {
  content: "\f102";
}

.flaticon-vimeo:before {
  content: "\f103";
}

.flaticon-adobe:before {
  content: "\f104";
}

.flaticon-youtube:before {
  content: "\f105";
}

.flaticon-wi-fi-signal:before {
  content: "\f106";
}

.flaticon-technology:before {
  content: "\f107";
}

.flaticon-logo-linkedin:before {
  content: "\f108";
}

.flaticon-pinterest-logo:before {
  content: "\f109";
}

.flaticon-correct-signal:before {
  content: "\f10a";
}

.flaticon-signs-1:before {
  content: "\f10b";
}

.flaticon-facebook:before {
  content: "\f10c";
}

.flaticon-social-media:before {
  content: "\f10d";
}

.flaticon-youtube-play-button:before {
  content: "\f10e";
}

.flaticon-skype-logo:before {
  content: "\f10f";
}

.flaticon-twitter-social-logotype:before {
  content: "\f110";
}

.flaticon-phone-keyboard-nine-black-buttons-squares:before {
  content: "\f111";
}

.flaticon-play-button:before {
  content: "\f112";
}

.flaticon-left-chevron:before {
  content: "\f113";
}

.flaticon-down-chevron:before {
  content: "\f114";
}

.flaticon-up-chevron:before {
  content: "\f115";
}

.flaticon-add:before {
  content: "\f116";
}

.flaticon-substract:before {
  content: "\f117";
}

.flaticon-hashtag:before {
  content: "\f118";
}

.flaticon-marker:before {
  content: "\f119";
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */ /* =============================================================================
/* flatpickr
/* ============================================================================= */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #515356;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #515356;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #515356;
  color: #fff;
  fill: #fff;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #fff;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: #515356;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #515356;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
  box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #515356;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #515356;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #515356;
  box-shadow: -10px 0 0 #515356;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #515356, 5px 0 0 #515356;
  box-shadow: -5px 0 0 #515356, 5px 0 0 #515356;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #efefef;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
