/*
 * Stylesheet for SSO custom theme by dreamproduction.com
 * Author: DreamProduction Team
 */
/* Import fonts */
@font-face {
  font-family: "BrownLL";
  font-weight: bold;
  src: url("/themes/custom/sso/fonts/BrownLLWeb-Bold.woff2") format("woff2"), url("/themes/custom/sso/fonts/BrownLLWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "BrownLL";
  font-weight: normal;
  src: url("/themes/custom/sso/fonts/BrownLLWeb-Regular.woff2") format("woff2"), url("/themes/custom/sso/fonts/BrownLLWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "BrownLL";
  font-weight: 300;
  src: url("/themes/custom/sso/fonts/BrownLLWeb-Light.woff2") format("woff2"), url("/themes/custom/sso/fonts/BrownLLWeb-Light.woff") format("woff");
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "BrownLL", Helvetica, sans-serif;
}

h1 {
  margin-bottom: 5px;
  font-size: 58px;
  line-height: 1.1551724138;
  color: #0D5257;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  h1 {
    font-size: 38px;
    line-height: 1.1842105263;
  }
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  h1 {
    font-size: 26px;
    line-height: 1.2307692308;
  }
}
@media screen and (max-width: 740px) {
  h1 {
    font-size: 22px;
    line-height: 1.2727272727;
  }
}

h2 {
  font-size: 38px;
  line-height: 1.1842105263;
  color: #0D5257;
}
@media screen and (max-width: 1279px) {
  h2 {
    font-size: 26px;
    line-height: 1.2307692308;
  }
}
@media screen and (max-width: 740px) {
  h2 {
    font-size: 22px;
    line-height: 1.2727272727;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.1842105263;
  color: #0D5257;
}
@media screen and (min-width: 740px) and (max-width: 1279px) {
  h3 {
    font-size: 26px;
    line-height: 1.2307692308;
  }
}
@media screen and (max-width: 740px) {
  h3 {
    font-size: 22px;
    line-height: 1.2727272727;
  }
}

h4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7777777778;
  color: #0D5257;
}
@media screen and (max-width: 1279px) {
  h4 {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 740px) {
  h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}

h5 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: normal;
}
@media screen and (max-width: 740px) {
  h5 {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

h6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: normal;
}
@media screen and (max-width: 740px) {
  h6 {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

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

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
  font-family: "BrownLL", Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
@media screen and (max-width: 740px) {
  body {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

select, input, textarea, button {
  font-family: "BrownLL", Helvetica, sans-serif;
}

a {
  color: #0D5257;
  text-decoration: none;
  transition: color 0.25s ease 0s;
}
a:hover {
  text-decoration: underline;
  color: #6E979A;
}

*, *:focus,
a, a:focus {
  outline: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: top;
}

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

progress {
  display: inline-block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

p {
  margin: 0 0 26px 0;
}
@media screen and (max-width: 740px) {
  p {
    margin-bottom: 20px;
  }
}

blockquote,
blockquote p {
  margin: 26px 0;
  font-size: 28px;
  line-height: 1.2857142857;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  blockquote,
  blockquote p {
    font-size: 28px;
  }
}

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

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 18px;
  list-style-type: disc;
}
ul li {
  margin-bottom: 6px;
}
ul li:last-child {
  margin-bottom: 0;
}

ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
ol li {
  margin-bottom: 6px;
}
ol li:last-child {
  margin-bottom: 0;
}

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

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

del {
  text-decoration: line-through;
}

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

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table td {
  padding: 3px 6px;
  vertical-align: top;
}
table th {
  padding: 3px 6px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
table th a {
  color: inherit;
  text-decoration: none;
}
table th a:hover, table th a:focus {
  color: inherit;
  text-decoration: none;
}
table th:first-child {
  padding-left: 0;
}
table tr:nth-child(2n+1) {
  background: #eee;
}
table thead tr:nth-child(2n+1) {
  background: none;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

#header .header-container, div.mast {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  #header .header-container, div.mast {
    width: auto;
    max-width: none;
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-container, div.mast {
    margin-left: 46px;
    margin-right: 46px;
  }
}
@media screen and (max-width: 860px) {
  #header .header-container, div.mast {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 740px) {
  #header .header-container, div.mast {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a:not(.play-video) {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 20px 19px 20px;
  border: 1px solid #0D5257;
  border-radius: 3px;
  box-shadow: 0 0 0 0 transparent;
  transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #0D5257;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a:not(.play-video) {
    padding: 12px 16px 14px 16px;
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0.8px;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a:hover:not(.play-video), .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a:focus:not(.play-video) {
  color: #0D5257;
  background: #fff;
  text-decoration: none;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.disabled:not(.play-video) {
  opacity: 0.7;
  pointer-events: none;
}

.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 17px 20px 19px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 0 0 0 transparent;
  transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding-right: 76px;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video {
    padding: 12px 16px 14px 16px;
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video {
    padding-right: 56px;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:after, .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: opacity 0.25s ease 0s;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -16px;
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:after, .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:before {
    width: 24px;
    height: 24px;
    margin-top: -13px;
    right: 20px;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width='32px'%20height='32px'%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20transform='translate(1.000000,%201.000000)'%20stroke='%23000000'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3E%3Cpath%20d='M30,15%20C30,23.2825%2023.2825,30%2015,30%20C6.7175,30%200,23.2825%200,15%20C0,6.7175%206.7175,0%2015,0%20C23.2825,0%2030,6.7175%2030,15%20Z'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3C/path%3E%3Cpath%20d='M7.83678282,10.935699%20L18.4995727,8.18161557%20C19.0343084,8.04349911%2019.5797629,8.36502254%2019.7178794,8.89975826%20C19.7602465,9.063788%2019.7602465,9.23589247%2019.7178794,9.39992221%20L16.9637959,20.0627121%20C16.8256795,20.5974478%2016.280225,20.9189713%2015.7454893,20.7808548%20C15.5725631,20.7361899%2015.4147546,20.6460271%2015.2884645,20.5197369%20L7.37975801,12.6110305%20C6.98923372,12.2205062%206.98923372,11.5873412%207.37975801,11.1968169%20C7.50604817,11.0705267%207.66385666,10.980364%207.83678282,10.935699%20Z'%20transform='translate(13.142136,%2014.757359)%20rotate(45.000000)%20translate(-13.142136,%20-14.757359)%20'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  opacity: 1;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width='32px'%20height='32px'%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20transform='translate(1.000000,%201.000000)'%20stroke='%23FFFFFF'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3E%3Cpath%20d='M30,15%20C30,23.2825%2023.2825,30%2015,30%20C6.7175,30%200,23.2825%200,15%20C0,6.7175%206.7175,0%2015,0%20C23.2825,0%2030,6.7175%2030,15%20Z'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3C/path%3E%3Cpath%20d='M7.83678282,10.935699%20L18.4995727,8.18161557%20C19.0343084,8.04349911%2019.5797629,8.36502254%2019.7178794,8.89975826%20C19.7602465,9.063788%2019.7602465,9.23589247%2019.7178794,9.39992221%20L16.9637959,20.0627121%20C16.8256795,20.5974478%2016.280225,20.9189713%2015.7454893,20.7808548%20C15.5725631,20.7361899%2015.4147546,20.6460271%2015.2884645,20.5197369%20L7.37975801,12.6110305%20C6.98923372,12.2205062%206.98923372,11.5873412%207.37975801,11.1968169%20C7.50604817,11.0705267%207.66385666,10.980364%207.83678282,10.935699%20Z'%20transform='translate(13.142136,%2014.757359)%20rotate(45.000000)%20translate(-13.142136,%20-14.757359)%20'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  opacity: 0;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:hover, .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:focus {
  color: #fff;
  background: #000;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:hover:after, .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:focus:after {
  opacity: 0;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:hover:before, .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video:focus:before {
  opacity: 1;
}

.valign {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.valign .valign-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.hidden {
  display: none !important;
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fff;
}
@media screen and (max-width: 740px) {
  #header {
    position: fixed;
    background: #fff;
  }
  body.toolbar-vertical:not(.has-scroll) #header {
    top: 39px;
  }
}
#header ul.menu,
#header ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header li {
  margin-bottom: 0;
}
#header .header-container {
  position: static;
}
@media screen and (min-width: 1025px) {
  #header .header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-container {
    margin-left: 45px;
    margin-right: 0;
  }
}
@media screen and (max-width: 860px) {
  #header .header-container {
    margin-left: 40px;
  }
}
@media screen and (max-width: 740px) {
  #header .header-container {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  #header .header-mobile-triggers {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-mobile-triggers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0D5257;
    z-index: 2;
  }
  #header .header-mobile-triggers .search-trigger-mobile,
  #header .header-mobile-triggers .header-trigger-mobile {
    width: 75px;
    height: 75px;
    cursor: pointer;
  }
  #header .header-mobile-triggers .search-trigger-mobile {
    background: url("../images/search-icon-white.svg") center no-repeat;
    background-size: 32px 32px;
  }
  #header .header-mobile-triggers .header-trigger-mobile {
    background: url("../images/burger-icon.svg") center no-repeat;
    background-size: 35px 24px;
  }
  html.mobile-navigation-open #header .header-mobile-triggers .header-trigger-mobile {
    background: url("../images/mobile-navigation-close.svg") center no-repeat;
    background-size: 27px 27px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 740px) {
  #header .header-mobile-triggers {
    padding-right: 0;
  }
  #header .header-mobile-triggers .search-trigger-mobile,
  #header .header-mobile-triggers .header-trigger-mobile {
    width: 55px;
    height: 40px;
    cursor: pointer;
  }
  #header .header-mobile-triggers .search-trigger-mobile {
    background-size: 21px 21px;
  }
  #header .header-mobile-triggers .header-trigger-mobile {
    background-size: 22px 15px;
  }
  html.mobile-navigation-open #header .header-mobile-triggers .header-trigger-mobile {
    background-size: 19px 19px;
  }
}

.region-branding {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 48px;
  width: 340px;
}
.region-branding .site-logo {
  display: block;
  height: 82px;
}
.region-branding .site-logo img {
  display: block;
  max-width: none;
  height: auto;
  max-height: 100%;
}
.region-branding .site-additional-logo {
  display: block;
  margin-top: 20px;
  height: 75px;
}
.region-branding .site-additional-logo img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1280px) {
  .region-branding {
    width: 300px;
    padding-top: 34px;
  }
  .region-branding .site-logo {
    height: 78px;
  }
  .region-branding .site-additional-logo {
    height: 68px;
  }
}
@media screen and (max-width: 1024px) {
  .region-branding {
    padding-top: 37px;
  }
  .region-branding .site-logo {
    height: 75px;
  }
}
@media screen and (max-width: 860px) {
  .region-branding {
    padding-top: 21px;
  }
  .region-branding .site-logo {
    height: 60px;
  }
  .region-branding .site-additional-logo {
    margin-top: 15px;
    height: 60px;
  }
}
.region-branding .site-logo.custom-additional-logo + .site-additional-logo {
  height: 95px;
}
@media screen and (max-width: 1280px) {
  .region-branding .site-logo.custom-additional-logo + .site-additional-logo {
    height: 88px;
  }
}
@media screen and (max-width: 860px) {
  .region-branding .site-logo.custom-additional-logo + .site-additional-logo {
    height: 80px;
  }
}
@media screen and (max-width: 740px) {
  .region-branding {
    width: 121px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: padding 0.25s ease 0s;
  }
  .region-branding .site-logo {
    height: 50px;
    transition: height 0.25s ease 0s;
  }
  .region-branding .site-additional-logo {
    display: none;
  }
  body.has-custom-additional-logo .region-branding {
    padding-top: 14px;
    padding-bottom: 4px;
    transition: none;
  }
  body.has-scroll .region-branding {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  body.has-scroll .region-branding .site-logo {
    height: 32px;
  }
  .region-branding .site-logo.custom-additional-logo {
    height: 32px;
    transition: none;
  }
  .region-branding .site-logo.custom-additional-logo + .site-additional-logo {
    display: block;
    height: 42px;
    margin-top: 6px;
  }
  body.has-scroll .region-branding .site-logo.custom-additional-logo {
    margin-top: 0;
  }
  body.has-scroll .region-branding .site-logo.custom-additional-logo + .site-additional-logo {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #navigation {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 70px;
    position: relative;
    background: #0D5257;
  }
  #navigation:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0D5257;
  }
  #navigation > .menu--account,
  #navigation > .block-mobile-commerce-cart,
  #navigation > .block-mobile-sso-cockpit-message {
    display: none;
  }
  #navigation .region-header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 6px 32px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    z-index: 1;
    background: #fff;
  }
  #navigation .region-header-top:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
  #navigation .region-header-top a {
    color: #000000;
  }
  #navigation .region-header-top a:hover {
    color: #888;
    text-decoration: none;
  }
  #navigation .region-header-top .menu--meta {
    margin-right: 15px;
    position: relative;
  }
  #navigation .region-header-top .menu--meta > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #navigation .region-header-top .menu--meta > .menu .menu-item {
    margin-right: 30px;
    font-size: 14px;
    line-height: 17px;
  }
  #navigation .region-header-top .menu--meta > .menu .menu-item:last-child {
    margin-right: 0;
  }
  #navigation .region-header-top .language-switcher-language-url {
    width: 64px;
    position: relative;
  }
  #navigation .region-header-top .language-switcher-language-url:hover .links::after {
    display: block;
  }
  #navigation .region-header-top .language-switcher-language-url:hover .links > li {
    display: block;
    padding-bottom: 3px;
  }
  #navigation .region-header-top .language-switcher-language-url .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: -6px;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 2px;
  }
  #navigation .region-header-top .language-switcher-language-url .links::before {
    content: "";
    display: block;
    width: 9px;
    height: 7px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../images/dropdown-arrow-black.svg") center no-repeat;
    background-size: 100% auto;
  }
  #navigation .region-header-top .language-switcher-language-url .links::after {
    content: "";
    display: none;
    width: 100%;
    height: calc(100% - 28px);
    position: absolute;
    top: 28px;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
  }
  #navigation .region-header-top .language-switcher-language-url .links > li {
    display: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 3px 30px 3px 15px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 17px;
  }
  #navigation .region-header-top .language-switcher-language-url .links > li a {
    display: block;
  }
  #navigation .region-header-top .language-switcher-language-url .links > li.is-active {
    display: block;
    padding: 6px 30px 5px 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  #navigation .region-header-top .search-trigger-desktop {
    display: block;
    margin-left: 15px;
    padding-right: 22px;
    position: relative;
    font-weight: bold;
    color: #5695F6;
  }
  #navigation .region-header-top .search-trigger-desktop:before, #navigation .region-header-top .search-trigger-desktop:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 2px;
    top: 2px;
    transition: opacity 0.25s ease 0s;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #navigation .region-header-top .search-trigger-desktop:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014.65%2014.65'%3E%3Cpath%20fill='%235695F6'%20d='M14.41,13.244l-3.578-3.6a6.042,6.042,0,1,0-1.162,1.17l3.57,3.6a.824.824,0,0,0,1.17-1.162ZM1.65,6.024A4.375,4.375,0,1,1,6.025,10.4,4.38,4.38,0,0,1,1.65,6.024Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    opacity: 1;
  }
  #navigation .region-header-top .search-trigger-desktop:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014.65%2014.65'%3E%3Cpath%20fill='%23888'%20d='M14.41,13.244l-3.578-3.6a6.042,6.042,0,1,0-1.162,1.17l3.57,3.6a.824.824,0,0,0,1.17-1.162ZM1.65,6.024A4.375,4.375,0,1,1,6.025,10.4,4.38,4.38,0,0,1,1.65,6.024Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    opacity: 0;
  }
  #navigation .region-header-top .search-trigger-desktop:hover {
    color: #888;
  }
  #navigation .region-header-top .search-trigger-desktop:hover:before {
    opacity: 0;
  }
  #navigation .region-header-top .search-trigger-desktop:hover:after {
    opacity: 1;
  }
  #navigation .region-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
  }
  #navigation .region-header a {
    color: #000000;
  }
  #navigation .region-header a:hover {
    text-decoration: none;
    color: #5695F6;
  }
  #navigation .region-header .menu--main {
    width: 100%;
    position: static;
  }
  #navigation .region-header .menu--main > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 30px 0 34px;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > a,
  #navigation .region-header .menu--main > .menu > .menu-item > span {
    overflow: hidden;
    display: block;
    height: 60px;
    position: relative;
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    transition: color 0.25s ease 0s;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > a:before,
  #navigation .region-header .menu--main > .menu > .menu-item > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9ABFFA;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > a.is-active,
  #navigation .region-header .menu--main > .menu > .menu-item > span.is-active {
    color: #9ABFFA;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > a.is-active:before,
  #navigation .region-header .menu--main > .menu > .menu-item > span.is-active:before {
    opacity: 1;
    transform: translateY(0);
  }
  #navigation .region-header .menu--main > .menu > .menu-item > span {
    cursor: default;
    pointer-events: none;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(4, 1fr);
    column-gap: 66px;
    grid-auto-flow: column;
    width: 100%;
    padding: 33px 0 33px 34px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease 0s, visibility 0.25s ease 0s;
    z-index: 20;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 12px 19px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item:nth-child(4n) a {
    border-bottom: 0;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a {
    display: block;
    padding: 19px 15px 19px 0;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a:before, #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a:after {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    transition: color 0.25s ease 0s, opacity 0.25s ease 0s;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a:before {
    background: url("../images/arrow-right-black.svg") center no-repeat;
    background-size: 100% auto;
    opacity: 1;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a:after {
    background: url("../images/arrow-right-blue.svg") center no-repeat;
    background-size: 100% auto;
    opacity: 0;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a:hover, #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a.is-active {
    color: #5695F6;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a:hover:before, #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a.is-active:before {
    opacity: 0;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a:hover:after, #navigation .region-header .menu--main > .menu > .menu-item > .menu .menu-item a.is-active:after {
    opacity: 1;
  }
  #navigation .region-header .menu--main > .menu > .menu-item:hover > .menu {
    opacity: 1;
    visibility: visible;
  }
  #navigation .region-header .menu--main > .menu > .menu-item:hover > a,
  #navigation .region-header .menu--main > .menu > .menu-item:hover > span, #navigation .region-header .menu--main > .menu > .menu-item.menu-item--active-trail > a,
  #navigation .region-header .menu--main > .menu > .menu-item.menu-item--active-trail > span {
    color: #9ABFFA;
  }
  #navigation .region-header .menu--main > .menu > .menu-item:hover > a:before,
  #navigation .region-header .menu--main > .menu > .menu-item:hover > span:before, #navigation .region-header .menu--main > .menu > .menu-item.menu-item--active-trail > a:before,
  #navigation .region-header .menu--main > .menu > .menu-item.menu-item--active-trail > span:before {
    opacity: 1;
    transform: translateY(0);
  }
  #navigation .region-header .menu--account {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #navigation .region-header .menu--account > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #navigation .region-header .menu--account > .menu > .menu-item {
    margin-right: 17px;
  }
  #navigation .region-header .menu--account > .menu > .menu-item:last-child {
    margin-right: 0;
  }
  #navigation .region-header .menu--account > .menu > .menu-item > a {
    display: block;
    width: 20px;
    height: 21px;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 2px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width='19px'%20height='19px'%20viewBox='0%200%2019%2019'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20transform='translate(0.000000,%201.000000)'%20stroke='%23FFFFFF'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M18,13.9092%20C13.082,9.7872%204.918,9.7872%200,13.9092%20L0,17.0002%20L18,17.0002%20L18,13.9092%20Z'%3E%3C/path%3E%3Cpath%20d='M9,8%20L9,8%20C6.8,8%205,6.2%205,4%20C5,1.8%206.8,0%209,0%20C11.2,0%2013,1.8%2013,4%20C13,6.2%2011.2,8%209,8%20Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px 19px;
    transition: filter 0.25s ease 0s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(23%) hue-rotate(68deg) brightness(104%) contrast(100%);
  }
  #navigation .region-header .menu--account > .menu > .menu-item > a[href*="/user/logout"] {
    background-position: center 1px;
    background-image: url("../images/icon-logout.svg");
    background-size: auto 20px;
  }
  #navigation .region-header .menu--account > .menu > .menu-item > a:hover {
    filter: brightness(0) saturate(100%) invert(90%) sepia(11%) saturate(154%) hue-rotate(136deg) brightness(96%) contrast(92%);
  }
  #navigation .region-header .block-commerce-cart .cart--cart-block .cart-block--link__expand {
    position: relative;
    display: block;
  }
  #navigation .region-header .block-commerce-cart .cart--cart-block .cart-block--link__expand .cart-block--summary__icon {
    display: block;
    width: 17px;
    height: 20px;
  }
  #navigation .region-header .block-commerce-cart .cart--cart-block .cart-block--link__expand .cart-block--summary__icon img {
    position: relative;
    bottom: -1px;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: filter 0.25s ease 0s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(23%) hue-rotate(68deg) brightness(104%) contrast(100%);
  }
  #navigation .region-header .block-commerce-cart .cart--cart-block .cart-block--link__expand .cart-block--summary__count {
    position: absolute;
    top: -7px;
    left: 100%;
    margin-left: -9px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 17px;
    text-indent: 1px;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #78AAF8;
  }
  #navigation .region-header .block-commerce-cart .cart--cart-block .cart-block--link__expand:hover .cart-block--summary__icon img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(11%) saturate(154%) hue-rotate(136deg) brightness(96%) contrast(92%);
  }
  #navigation .region-header > .block-sso-cockpit-message .cockpit-messages-summary {
    position: relative;
    display: block;
    padding-top: 6px;
    cursor: pointer;
  }
  #navigation .region-header > .block-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-icon {
    display: block;
    width: 18px;
    height: 17px;
  }
  #navigation .region-header > .block-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-icon img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: filter 0.25s ease 0s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(23%) hue-rotate(68deg) brightness(104%) contrast(100%);
  }
  #navigation .region-header > .block-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-count {
    position: absolute;
    top: -7px;
    left: 100%;
    margin-left: -9px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 17px;
    text-indent: 1px;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #78AAF8;
  }
  #navigation .region-header > .block-sso-cockpit-message .cockpit-messages-summary:hover .cockpit-messages-summary-icon img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(11%) saturate(154%) hue-rotate(136deg) brightness(96%) contrast(92%);
  }
  #navigation .region-header > .block {
    margin-right: 21px;
    min-height: 60px;
  }
  #navigation .region-header > .block:first-child {
    margin-left: auto;
  }
  #navigation .region-header > .block:last-child, #navigation .region-header > .block.menu--main {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #navigation {
    padding-top: 66px;
  }
  #navigation .region-header > .block {
    min-height: 50px;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > a,
  #navigation .region-header .menu--main > .menu > .menu-item > span {
    height: 50px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  #navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    height: 100vh;
    padding-top: 75px;
    overflow-y: scroll;
    z-index: 1;
    background: #0D5257;
  }
  html.mobile-navigation-open #navigation {
    display: block;
  }
  body.adminimal-admin-toolbar #navigation {
    height: calc(100vh - 39px);
  }
  #navigation > .menu--account {
    background: #fff;
  }
  #navigation > .menu--account .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    line-height: 19px;
  }
  #navigation > .menu--account .menu .menu-item a {
    position: relative;
    display: block;
    width: 100%;
    padding: 19px 40px 18px 76px;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8A8;
    text-decoration: none;
  }
  #navigation > .menu--account .menu .menu-item a:before {
    content: "";
    display: block;
    width: 18px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url("../images/icons/SSO_user_black.svg");
    background-size: contain;
    filter: invert(79%) sepia(1%) saturate(0%) hue-rotate(355deg) brightness(86%) contrast(88%);
  }
  #navigation > .menu--account .menu .menu-item a[href*="/user/logout"]:before {
    background-position: center 0;
    background-image: url("../images/icons/SSO_lock_black.svg");
    background-size: contain;
    filter: invert(79%) sepia(1%) saturate(0%) hue-rotate(355deg) brightness(86%) contrast(88%);
  }
  #navigation > .block-mobile-commerce-cart {
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    line-height: 19px;
    background: #fff;
  }
  #navigation > .block-mobile-commerce-cart a.cart-block--link__expand {
    position: relative;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 19px 40px 18px 76px;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8A8;
    text-decoration: none;
  }
  #navigation > .block-mobile-commerce-cart a.cart-block--link__expand .cart-block--summary__icon {
    width: 18px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/icons/SSO_basket_black.svg");
    background-size: contain;
    filter: invert(79%) sepia(1%) saturate(0%) hue-rotate(355deg) brightness(86%) contrast(88%);
  }
  #navigation > .block-mobile-commerce-cart a.cart-block--link__expand .cart-block--summary__icon img {
    display: block;
    width: auto;
    height: 100%;
    opacity: 0;
  }
  #navigation > .block-mobile-commerce-cart a.cart-block--link__expand .cart-block--summary__count {
    position: absolute;
    top: 13px;
    right: calc(100% - 45px);
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 17px;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #78AAF8;
  }
  #navigation > .block-mobile-commerce-cart a.cart-block--link__expand .cart-block--summary__text {
    vertical-align: middle;
  }
  #navigation > .block-mobile-sso-cockpit-message {
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    line-height: 19px;
    background: #fff;
  }
  #navigation > .block-mobile-sso-cockpit-message .cockpit-messages-summary {
    position: relative;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 19px 40px 18px 76px;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8A8;
    cursor: pointer;
  }
  #navigation > .block-mobile-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-icon {
    width: 18px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/icons/SSO_speech_bubble_black.svg");
    background-size: contain;
    filter: invert(79%) sepia(1%) saturate(0%) hue-rotate(355deg) brightness(86%) contrast(88%);
  }
  #navigation > .block-mobile-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-icon img {
    display: block;
    width: auto;
    height: 100%;
    opacity: 0;
  }
  #navigation > .block-mobile-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-count {
    position: absolute;
    top: 13px;
    right: calc(100% - 45px);
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 17px;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #78AAF8;
  }
  #navigation > .block-mobile-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-text {
    vertical-align: middle;
  }
  #navigation .region-header-top {
    background: #fff;
  }
  #navigation .region-header-top .menu--meta .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    line-height: 19px;
  }
  #navigation .region-header-top .menu--meta .menu .menu-item a {
    display: block;
    width: 100%;
    padding: 19px 40px 18px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8A8;
    text-decoration: none;
  }
  #navigation .region-header-top .language-switcher-language-url {
    padding: 19px 40px 18px;
  }
  #navigation .region-header-top .language-switcher-language-url .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #navigation .region-header-top .language-switcher-language-url .links > li {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 34px;
    font-size: 16px;
    line-height: 19px;
  }
  #navigation .region-header-top .language-switcher-language-url .links > li a {
    font-size: 16px;
    line-height: 19px;
    color: #A8A8A8;
    text-decoration: none;
  }
  #navigation .region-header-top .language-switcher-language-url .links > li.is-active {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  #navigation .region-header-top .language-switcher-language-url .links > li.is-active a {
    color: #000000;
  }
  #navigation .region-header-top .search-trigger-desktop {
    display: none;
  }
  #navigation .region-header .menu--main > .menu > .menu-item.menu-item--expanded > a::before,
  #navigation .region-header .menu--main > .menu > .menu-item.menu-item--expanded > span::before {
    content: "";
    display: block;
    width: 20px;
    height: 11px;
    position: absolute;
    top: 26px;
    left: 40px;
    background: url("../images/dropdown-arrow-white.svg") center no-repeat;
    background-size: 100% auto;
    transition: transform 0.25s ease 0s;
  }
  #navigation .region-header .menu--main > .menu > .menu-item.menu-item--expanded.open > a::before,
  #navigation .region-header .menu--main > .menu > .menu-item.menu-item--expanded.open > span::before {
    transform: scale(-1) translateZ(0);
  }
  #navigation .region-header .menu--main > .menu > .menu-item > a,
  #navigation .region-header .menu--main > .menu > .menu-item > span {
    display: block;
    padding: 19px 40px 18px 99px;
    border-bottom: 1px solid #fff;
    position: relative;
    color: #fff;
    text-decoration: none;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu {
    display: none;
    background: #fff;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu > .menu-item {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    line-height: 19px;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu > .menu-item:last-child {
    border-bottom: 0;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu > .menu-item a {
    display: block;
    width: 100%;
    padding: 19px 40px 18px 99px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu > .menu-item a.is-active {
    color: #5695F6;
  }
  #navigation .region-header .menu--account,
  #navigation .region-header .block-commerce-cart,
  #navigation .region-header .block-sso-cockpit-message {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  #navigation {
    padding-top: 40px;
  }
  #navigation > .menu--account .menu .menu-item a {
    padding: 10px 20px 9px 53px;
    font-size: 14px;
    line-height: 20px;
  }
  #navigation > .menu--account .menu .menu-item a:before {
    left: 21px;
    margin-top: -10px;
  }
  #navigation > .block-mobile-commerce-cart a.cart-block--link__expand {
    padding: 10px 20px 9px 53px;
    font-size: 14px;
    line-height: 20px;
  }
  #navigation > .block-mobile-commerce-cart a.cart-block--link__expand .cart-block--summary__icon {
    left: 20px;
  }
  #navigation > .block-mobile-commerce-cart a.cart-block--link__expand .cart-block--summary__count {
    top: 3px;
    right: calc(100% - 25px);
  }
  #navigation > .block-mobile-sso-cockpit-message .cockpit-messages-summary {
    padding: 10px 20px 9px 53px;
    font-size: 14px;
    line-height: 20px;
  }
  #navigation > .block-mobile-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-icon {
    left: 20px;
    margin-top: -7px;
  }
  #navigation > .block-mobile-sso-cockpit-message .cockpit-messages-summary .cockpit-messages-summary-count {
    top: 3px;
    right: calc(100% - 25px);
  }
  #navigation .region-header-top .menu--meta .menu .menu-item a {
    padding: 10px 20px 9px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  #navigation .region-header-top .language-switcher-language-url {
    padding: 10px 20px 9px 20px;
  }
  #navigation .region-header-top .language-switcher-language-url .links > li a {
    font-size: 14px;
    line-height: 20px;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > a,
  #navigation .region-header .menu--main > .menu > .menu-item > span {
    padding: 9px 20px 10px 70px;
    font-size: 14px;
    line-height: 20px;
  }
  #navigation .region-header .menu--main > .menu > .menu-item.menu-item--expanded > a:before,
  #navigation .region-header .menu--main > .menu > .menu-item.menu-item--expanded > span:before {
    top: 50%;
    left: 21px;
    width: 11px;
    height: 11px;
    margin-top: -5px;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu > .menu-item a {
    padding: 9px 20px 10px 70px;
    font-size: 14px;
    line-height: 20px;
  }
  #navigation .region-header .menu--main > .menu > .menu-item > .menu > .menu-item a.is-active {
    color: #5695F6;
  }
}

.block-sso-cockpit-message .cockpit-messages-container {
  display: none;
}

#header .block > .contextual {
  display: none;
}

@media screen and (max-width: 1024px) {
  body.has-scroll #toolbar-administration .toolbar-bar {
    z-index: -1;
  }
}
div.layout-container {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 260px;
  overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
  div.layout-container {
    padding-top: 235px;
  }
}
@media screen and (max-width: 860px) {
  div.layout-container {
    padding-top: 191px;
  }
}
@media screen and (max-width: 740px) {
  div.layout-container {
    padding-top: 90px;
  }
  body.has-custom-additional-logo div.layout-container {
    padding-top: 98px;
  }
}

.node--view-mode-full > .node__content > .field--name-field-hero:first-child,
.block-block-content .field--name-field-widgets > .field__item--hero-slider:first-child {
  margin-top: -260px;
}
@media screen and (max-width: 1280px) {
  .node--view-mode-full > .node__content > .field--name-field-hero:first-child,
  .block-block-content .field--name-field-widgets > .field__item--hero-slider:first-child {
    margin-top: -235px;
  }
}
@media screen and (max-width: 860px) {
  .node--view-mode-full > .node__content > .field--name-field-hero:first-child,
  .block-block-content .field--name-field-widgets > .field__item--hero-slider:first-child {
    margin-top: -191px;
  }
}
@media screen and (max-width: 740px) {
  .node--view-mode-full > .node__content > .field--name-field-hero:first-child,
  .block-block-content .field--name-field-widgets > .field__item--hero-slider:first-child {
    margin-top: 0;
  }
}

.region-sidebar {
  width: 335px;
  float: right;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .region-sidebar {
    width: 300px;
  }
}
@media screen and (max-width: 860px) {
  .region-sidebar {
    width: 285px;
  }
}
@media screen and (max-width: 740px) {
  .region-sidebar {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.region-sidebar + .region-content {
  overflow: hidden;
  width: calc(100% - 335px);
}
@media screen and (max-width: 1024px) {
  .region-sidebar + .region-content {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 860px) {
  .region-sidebar + .region-content {
    width: calc(100% - 285px);
  }
}
@media screen and (max-width: 740px) {
  .region-sidebar + .region-content {
    width: 100%;
  }
}

body.maintenance-page .layout-container {
  height: 100vh;
  text-align: center;
  padding-top: 0;
}
body.maintenance-page header {
  padding: 40px 20px;
  text-align: center;
}
body.maintenance-page .name-and-slogan {
  display: none;
}
body.maintenance-page main {
  width: 100%;
  max-width: 1095px;
  padding: 162px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.view-news.view-display-id-block_news_listing > .view-filters form .form-item-search label,
.view-news.view-display-id-block_news_listing > .view-filters form .fieldgroup,
.view-news.view-display-id-block_news_listing > .view-filters form .form-item-publish-year,
.view-news.view-display-id-block_news_listing > .view-filters form .form-item-publish-month {
  display: none !important;
}
.view-news.view-display-id-block_news_listing > .view-filters form .form-item-search {
  margin: 0;
}

body.path-search .block-system-main-block form.search-form .search-advanced {
  display: none;
}

[v-cloak] {
  display: none;
}

.paragraph--type--hero-slider {
  overflow: hidden;
  height: 800px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .paragraph--type--hero-slider {
    height: 600px;
  }
}
@media screen and (max-width: 860px) {
  .paragraph--type--hero-slider {
    height: 480px;
  }
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider {
    height: auto;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide {
  position: relative;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-blue h2 {
  color: #5695F6;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-blue .content-container > a:not(.play-video) {
  border: 1px solid #5695F6;
  background: #5695F6;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-blue .content-container > a:not(.play-video):hover, .paragraph--type--hero-slider .paragraph--type--hero-slide.title-blue .content-container > a:not(.play-video):focus {
  background: #fff;
  color: #5695F6;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-blue .content-container > a:not(.play-video)::before {
  background: url("../images/arrow-right-white.svg") center no-repeat;
  background-size: 100% auto;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-blue .content-container > a:not(.play-video):hover::before, .paragraph--type--hero-slider .paragraph--type--hero-slide.title-blue .content-container > a:not(.play-video):focus::before {
  background-image: url("../images/arrow-right-blue.svg");
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-petrol h2 {
  color: #0D5257;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-petrol .content-container > a:not(.play-video) {
  border: 1px solid #0D5257;
  background: #0D5257;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-petrol .content-container > a:not(.play-video):hover, .paragraph--type--hero-slider .paragraph--type--hero-slide.title-petrol .content-container > a:not(.play-video):focus {
  background: #fff;
  color: #0D5257;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-petrol .content-container > a:not(.play-video)::before {
  background: url("../images/arrow-right-white.svg") center no-repeat;
  background-size: 100% auto;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-petrol .content-container > a:not(.play-video):hover::before, .paragraph--type--hero-slider .paragraph--type--hero-slide.title-petrol .content-container > a:not(.play-video):focus::before {
  background-image: url("../images/arrow-right-petrol.svg");
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-black h2 {
  color: #000000;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-black .content-container > a:not(.play-video) {
  border: 1px solid #000000;
  background: #000000;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-black .content-container > a:not(.play-video):hover, .paragraph--type--hero-slider .paragraph--type--hero-slide.title-black .content-container > a:not(.play-video):focus {
  background: #fff;
  color: #000000;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-black .content-container > a:not(.play-video)::before {
  background: url("../images/arrow-right-white.svg") center no-repeat;
  background-size: 100% auto;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-black .content-container > a:not(.play-video):hover::before, .paragraph--type--hero-slider .paragraph--type--hero-slide.title-black .content-container > a:not(.play-video):focus::before {
  background-image: url("../images/arrow-right-black.svg");
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-white h2 {
  color: #fff;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-white .content-container > a:not(.play-video) {
  border: 1px solid #fff;
  background: #fff;
  color: #000000;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-white .content-container > a:not(.play-video):hover, .paragraph--type--hero-slider .paragraph--type--hero-slide.title-white .content-container > a:not(.play-video):focus {
  border: 1px solid #000000;
  color: #fff;
  background: #000000;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-white .content-container > a:not(.play-video)::before {
  background: url("../images/arrow-right-black.svg") center no-repeat;
  background-size: 100% auto;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide.title-white .content-container > a:not(.play-video):hover::before, .paragraph--type--hero-slider .paragraph--type--hero-slide.title-white .content-container > a:not(.play-video):focus::before {
  background-image: url("../images/arrow-right-white.svg");
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .field--name-field-media {
  background: #eee;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .field--name-field-media .background-image {
  height: 800px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .field--name-field-media .background-image {
    height: 600px;
  }
}
@media screen and (max-width: 860px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .field--name-field-media .background-image {
    height: 480px;
  }
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .field--name-field-media .background-image {
    height: 0;
    padding-bottom: 62.5%;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .field--name-field-media .background-image:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .field--name-field-media .background-image:before {
    display: none;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container {
  width: 100%;
  max-width: 1320px;
  padding-left: 676px;
  position: absolute;
  bottom: 158px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1360px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container {
    padding-left: calc(50% + 16px);
    padding-right: 20px;
    bottom: 142px;
  }
}
@media screen and (max-width: 1024px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container {
    padding-left: 40%;
    bottom: 111px;
  }
}
@media screen and (max-width: 860px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 452px;
    bottom: 73px;
  }
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 10px 20px 15px 20px;
    background: #fff;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a:not(.play-video) {
  padding-right: 67px;
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a:not(.play-video):before {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  background: url("../images/arrow-right-white.svg") center no-repeat;
  background-size: 100% auto;
  transition: background-color 0.25s ease 0s;
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container > a.play-video {
    border: 1px solid #000;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container .field--name-field-title {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 860px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container .field--name-field-title {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container .field--name-field-title {
    margin-bottom: 15px;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .content-container .field--name-field-title h2 {
  min-height: 135px;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.1842105263;
}
@media screen and (max-width: 860px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container .field--name-field-title h2 {
    min-height: 0;
    font-size: 26px;
    line-height: 1.3846153846;
    letter-spacing: -0.3px;
  }
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .paragraph--type--hero-slide .content-container .field--name-field-title h2 {
    font-size: 22px;
    line-height: 1.2727272727;
    font-weight: bold;
    letter-spacing: 0;
  }
}
.paragraph--type--hero-slider .paragraph--type--hero-slide .field--name-field-video {
  display: none;
}
@media screen and (max-width: 740px) {
  .paragraph--type--hero-slider .slick-slider .slick-dots {
    bottom: auto;
    top: -26px;
    margin-top: 62.5%;
  }
}

.node--type-page.node--view-mode-full > .node__content > .field--name-field-hero > div {
  position: relative;
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .node--type-page.node--view-mode-full > .node__content > .field--name-field-hero > div {
    height: 0;
    padding-bottom: 37.5%;
  }
}
.node--type-page.node--view-mode-full > .node__content > .field--name-field-hero > div:before {
  content: "";
  display: block;
  width: 40%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 740px) {
  .node--type-page.node--view-mode-full > .node__content > .field--name-field-hero > div:before {
    display: none;
  }
}
