﻿/* =============================================================================
/* IMPORTS
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* gallery
/* ============================================================================= */
.photoswipe-item {
  cursor: zoom-in;
}

/* =============================================================================
/* Modules
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* buttons
/* ----------------------------------------------------------------------------- */
.button:hover, .button:focus, .button:active {
  color: rgb(3.1914893617, 69.5744680851, 86.8085106383);
  background-color: transparent;
  border-color: rgb(3.1914893617, 69.5744680851, 86.8085106383);
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:active {
  background-image: none;
  outline: 0;
}

.button--white:hover, .button--white:focus, .button--white:active {
  color: #fff;
  background-color: #283C46;
  border-color: #fff;
}

.button--primary:hover, .button--primary:focus, .button--primary:active {
  color: #fff;
  background-color: rgb(3.1914893617, 69.5744680851, 86.8085106383);
  border-color: rgb(3.1914893617, 69.5744680851, 86.8085106383);
}

.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  color: #fff;
  background-color: rgb(21.4545454545, 32.1818181818, 37.5454545455);
  border-color: rgb(21.4545454545, 32.1818181818, 37.5454545455);
}

.button--gray:hover, .button--gray:focus, .button--gray:active {
  color: #fff;
  background-color: rgb(174.7752808989, 182.6404494382, 195.2247191011);
  border-color: rgb(174.7752808989, 182.6404494382, 195.2247191011);
}

.button--empty:hover, .button--empty:focus, .button--empty:active {
  color: rgb(3.1914893617, 69.5744680851, 86.8085106383);
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/*---------------------------------------------------
/*  :: cookie banner tag manager
/*---------------------------------------------------*/
.cookie-banner-tm__option input:hover + label:before {
  background: #056D88;
}
.cookie-banner-tm__option input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.cookie-banner-tm__button:hover {
  background-color: rgb(3.1914893617, 69.5744680851, 86.8085106383);
  color: #fff;
  text-decoration: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a:focus, a:hover {
  color: #283C46;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* languages
/* ----------------------------------------------------------------------------- */
.languages.js-open svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.languages__flyout {
  left: 100%;
  position: absolute;
  bottom: 0;
  margin-left: 10px;
  display: none;
}
.js-open .languages__flyout {
  display: block;
}
@media all and (max-width: 64em) {
  .languages__flyout {
    position: relative;
    display: inline-block;
    left: auto;
    margin-left: 0;
  }
}
.languages__link:hover, .languages__link:active, .languages__link:focus {
  text-decoration: underline;
  color: #fff;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* nav-main
/* ----------------------------------------------------------------------------- */
@media all and (max-width: 64em) {
  .js-nav-open .nav-main {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
    display: block;
  }
}
.js-naviga-active .nav-main__dropdown:before, .js-fixed .nav-main__dropdown:before {
  width: 0;
  top: 47px;
}
@media all and (max-width: 120em) {
  .js-naviga-active .nav-main__dropdown:before, .js-fixed .nav-main__dropdown:before {
    top: 47px;
    top: 2.4479166667vw;
  }
}
@media all and (max-width: 80em) {
  .js-naviga-active .nav-main__dropdown:before, .js-fixed .nav-main__dropdown:before {
    top: 30px;
  }
}
.nav-main__level-0.js-naviga-open .nav-main__menu-0, .nav-main__menu-0:hover, .nav-main__menu-0:active, .nav-main__menu-0:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
@media all and (max-width: 64em) {
  .nav-main__level-0.js-naviga-open .nav-main__menu-0, .nav-main__menu-0:hover, .nav-main__menu-0:active, .nav-main__menu-0:focus {
    border-bottom: none;
    color: #7E8A90;
  }
}
.nav-main .naviga-mega {
  display: none;
  position: absolute;
  top: 100%;
  left: -50px;
  right: auto;
  width: 100vw;
  background: #283c46;
  background: -moz-linear-gradient(left, #283c46 0%, #28373c 100%);
  background: -webkit-linear-gradient(left, #283c46 0%, #28373c 100%);
  background: linear-gradient(to right, #283c46 0%, #28373c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#283c46", endColorstr="#28373c",GradientType=1 );
}
@media (min-width: 1025px) and (max-height: 750px) {
  .nav-main .naviga-mega {
    height: calc(100vh - 96px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media all and (max-width: 64em) {
  .nav-main .naviga-mega {
    top: 0;
    left: 0;
    min-height: calc(100vh - 165px - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #283C46;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    display: block;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 57px;
  }
}
.nav-main__mega-row {
  -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;
}
.nav-main__mega-menu {
  padding-left: 50px;
}
@media all and (max-width: 64em) {
  .nav-main__mega-menu {
    width: 100%;
    padding-right: 50px;
  }
}
@media all and (max-width: 33.125em) {
  .nav-main__mega-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-main__title-0 {
  font-size: 110px;
  line-height: 1.3818181818;
  font-family: "blastimo", serif;
  color: #fff;
}
@media all and (max-width: 120em) {
  .nav-main__title-0 {
    font-size: 110px;
    font-size: 5.7291666667vw;
  }
}
@media all and (max-width: 65.5em) {
  .nav-main__title-0 {
    font-size: 60px;
  }
}
@media all and (max-width: 64em) {
  .nav-main__title-0 {
    display: none;
  }
}
.nav-main__level-0.js-naviga-open .naviga-mega {
  display: block;
}
@media all and (max-width: 64em) {
  .nav-main__level-0.js-naviga-open .naviga-mega {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.nav-main__flyout-0 {
  margin: 0;
  padding: 46px 0 46px 90px;
  list-style: none;
  position: relative;
  width: 472px;
}
@media all and (max-width: 80em) {
  .nav-main__flyout-0 {
    padding-left: 0;
    width: 300px;
  }
}
@media all and (max-width: 64em) {
  .nav-main__flyout-0 {
    width: auto;
  }
}
.nav-main__level-1 {
  display: block;
}
.nav-main__level-1--mobile {
  display: none;
}
@media all and (max-width: 64em) {
  .nav-main__level-1--mobile {
    display: block;
  }
}
.nav-main__menu-1 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #7E8A90;
  border-bottom: 1px solid #7E8A90;
  display: block;
  position: relative;
  padding-right: 20px;
  pointer-events: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 25.875em) {
  .nav-main__menu-1 {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.nav-main__level-1.has-children .nav-main__menu-1:after {
  content: "+";
  position: absolute;
  line-height: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  color: #fff;
  font-weight: normal;
}
@media all and (max-width: 64em) {
  .nav-main__level-1.js-naviga-open .nav-main__menu-1 {
    border-bottom-color: transparent;
  }
}
.nav-main__level-1.has-children.js-naviga-open .nav-main__menu-1:after {
  content: "-";
}
.nav-main__level-1.js-naviga-open .nav-main__menu-1, .nav-main__menu-1:hover, .nav-main__menu-1:active, .nav-main__menu-1:focus {
  color: #fff;
  text-decoration: none;
}
.nav-main__flyout-1 {
  display: none;
}
.nav-main__level-1.js-naviga-open .nav-main__flyout-1 {
  display: block;
  position: absolute;
  left: 100%;
  top: 46px;
  margin: 0;
  padding: 0 0 0 81px;
  list-style: none;
  min-height: 100%;
}
@media all and (max-width: 64em) {
  .nav-main__level-1.js-naviga-open .nav-main__flyout-1 {
    left: auto;
    top: auto;
    position: relative;
    padding-left: 0;
    padding-top: 17px;
    padding-bottom: 23px;
    border-bottom: 1px solid #7E8A90;
  }
}
.nav-main__level-2 {
  display: block;
}
.nav-main__menu-2 {
  color: #A9B1B5;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 5px 0;
  white-space: nowrap;
}
.nav-main__menu-2:hover, .nav-main__menu-2:active, .nav-main__menu-2:focus {
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 64em) {
  .nav-main__menu-2 {
    font-size: 15px;
    pointer-events: auto;
  }
}

.teaser-flyout {
  padding-bottom: 74px;
  padding-top: 35px;
  padding-right: 75px;
}
@media all and (max-width: 73.75em) {
  .teaser-flyout {
    display: none;
  }
}
.teaser-flyout img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1750px), (max-height: 830px) {
  .teaser-flyout img {
    width: 400px;
  }
}
.teaser-flyout a {
  text-decoration: none;
}
.teaser-flyout a:hover, .teaser-flyout a:active, .teaser-flyout a:focus {
  text-decoration: none;
}
.teaser-flyout a:hover .teaser-flyout__link, .teaser-flyout a:active .teaser-flyout__link, .teaser-flyout a:focus .teaser-flyout__link {
  border-bottom-color: #fff;
  color: #fff;
  text-decoration: none;
}
.teaser-flyout__link {
  text-transform: uppercase;
  border-bottom: 1px solid #056D88;
  margin-top: 25px;
  display: inline-block;
}
.teaser-flyout__link:hover, .teaser-flyout__link:active, .teaser-flyout__link:focus {
  border-bottom-color: #fff;
  color: #fff;
  text-decoration: none;
}
.teaser-flyout__name-container {
  max-width: 290px;
  position: relative;
  margin-top: -30px;
  left: -30px;
  display: block;
}
@media all and (max-width: 109.375em) {
  .teaser-flyout__name-container {
    margin-top: -25px;
    left: -25px;
  }
}
@media all and (max-width: 81.25em) {
  .teaser-flyout__name-container {
    margin-top: -20px;
    left: -20px;
  }
}
@media all and (max-width: 72em) {
  .teaser-flyout__name-container {
    margin-top: -18px;
    left: -18px;
  }
}
.teaser-flyout__name {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #056D88;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 30px;
  display: inline;
  position: relative;
}
.teaser-flyout__name:hover, .teaser-flyout__name:active, .teaser-flyout__name:focus {
  text-decoration: none;
  color: #fff;
}
@media all and (max-width: 109.375em) {
  .teaser-flyout__name {
    font-size: 20px;
    line-height: 33px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (max-width: 81.25em) {
  .teaser-flyout__name {
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 72em) {
  .teaser-flyout__name {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media all and (max-width: 67.25em) {
  .teaser-flyout__name {
    font-size: 14px;
    line-height: 23px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* menu-highlights
/* ----------------------------------------------------------------------------- */
.nav-highlights {
  background: #056d88;
  background: -moz-linear-gradient(left, #056d88 0%, #034252 100%);
  background: -webkit-linear-gradient(left, #056d88 0%, #034252 100%);
  background: linear-gradient(to right, #056d88 0%, #034252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#056d88", endColorstr="#034252",GradientType=1 );
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 90px 0 150px;
}
@media all and (max-width: 120em) {
  .nav-highlights {
    padding: 90px 0 60px;
    padding: 4.6875vw 0 3.125vw;
  }
}
@media all and (max-width: 104.0625em) {
  .nav-highlights {
    padding-top: 78px;
  }
}
@media all and (max-width: 33.75em) {
  .nav-highlights {
    padding-bottom: 42px;
  }
}
.nav-highlights__slider {
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: visible;
}
.nav-highlights__slider .flickity-viewport {
  overflow: visible;
}
.nav-highlights__slider .flickity-button {
  top: -46px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding: 0;
  margin: 0;
  background: none;
  color: #fff;
}
.nav-highlights__slider .flickity-prev-next-button {
  width: 25px;
  height: 25px;
}
.nav-highlights__slider .flickity-prev-next-button .flickity-button-icon {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nav-highlights__slider .flickity-prev-next-button.previous {
  left: 0;
}
.nav-highlights__slider .flickity-prev-next-button.next {
  left: 30px;
}
.nav-highlights__level-0 {
  width: 25%;
  font-size: 19px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  min-width: 305px;
}
.nav-highlights__menu-0, .nav-highlights__menu-1 {
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.nav-highlights__menu-0:hover, .nav-highlights__menu-0:active, .nav-highlights__menu-0:focus, .nav-highlights__menu-1:hover, .nav-highlights__menu-1:active, .nav-highlights__menu-1:focus {
  color: #e2e2e2;
  text-decoration: none;
}
.nav-highlights__menu-0 {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
@media all and (max-width: 120em) {
  .nav-highlights__menu-0 {
    font-size: 20px;
    font-size: 1.0416666667vw;
  }
}
@media all and (max-width: 90em) {
  .nav-highlights__menu-0 {
    font-size: 15px;
  }
}
.nav-highlights ul {
  margin: 65px 0 0 0;
  padding: 0 0 0 80px;
  list-style: none;
}
@media all and (max-width: 120em) {
  .nav-highlights ul {
    margin-top: 65px;
    margin-top: 3.3854166667vw;
    padding-left: 80px;
    padding-left: 4.1666666667vw;
  }
}
.nav-highlights li {
  display: block;
}
.nav-highlights__menu-1 {
  font-size: 13px;
  line-height: 1.6153846154;
  letter-spacing: 0.2em;
  padding: 12px 0 7px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.6842105263em;
  display: inline-block;
}
.nav-highlights__menu-1:hover, .nav-highlights__menu-1:active, .nav-highlights__menu-1:focus {
  border-bottom-color: #e2e2e2;
}
@media all and (max-width: 66em) {
  .nav-highlights__menu-1 {
    font-size: 11px;
  }
}
.nav-highlights__socials {
  padding: 90px 0 30px 0;
}
.nav-highlights__socials--title {
  padding-bottom: 16px;
}
.nav-highlights__socials-container {
  display: flex;
  gap: 16px;
}
.nav-highlights__socials img {
  transition: transform ease 0.3s;
}
.nav-highlights__socials img:hover {
  transform: scale(1.1);
}
@media all and (max-width: 34.375em) {
  .nav-highlights__socials img {
    width: 24px;
    height: 24px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* =============================================================================
/* spacing
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* menu-bottom
/* ----------------------------------------------------------------------------- */
.nav-bottom {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 24px 0;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.nav-bottom .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media all and (max-width: 48em) {
  .nav-bottom .container {
    display: block;
  }
}
.nav-bottom a {
  color: #333333;
  text-decoration: none;
}
.nav-bottom a:hover, .nav-bottom a:active, .nav-bottom a:focus {
  text-decoration: none;
  color: #056D88;
}
@media all and (max-width: 48em) {
  .nav-bottom .logo-consisto {
    margin-top: 10px;
    display: inline-block;
  }
}
