@charset "UTF-8";
[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("https://fonts.gstatic.com/s/playfairdisplay/v13/UC3ZEjagJi85gF9qFaBgIN4KoCs5_BuQksQmhwRAS2Y.woff2") format("woff2"), url("https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e4A.woff") format("woff");
  unicode-range: U0-0ff, U131, U152-153, U2bb-2bc, U2c6, U2da, U2dc, U2000-206f, U2074, U20ac, U2122, U2212, U2215;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Work Sans"), local("WorkSans-Regular"), url("https://fonts.gstatic.com/s/worksans/v3/ElUAY9q6T0Ayx4zWzW63VJBw1xU1rKptJj_0jans920.woff2") format("woff2"), url("https://fonts.gstatic.com/s/worksans/v3/QGYsz_wNahGAdqQ43Rh_fKDv.woff") format("woff");
  unicode-range: U0-0ff, U131, U152-153, U2bb-2bc, U2c6, U2da, U2dc, U2000-206f, U2074, U20ac, U2122, U2212, U2215;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Work Sans Medium"), local("WorkSans-Medium"), url("https://fonts.gstatic.com/s/worksans/v3/Nbre-U_bp6Xktt8cpgwaJBampu5_7CjHW5spxoeN3Vs.woff2") format("woff2"), url("https://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3j4P8mNhL.woff") format("woff");
  unicode-range: U0-0ff, U131, U152-153, U2bb-2bc, U2c6, U2da, U2dc, U2000-206f, U2074, U20ac, U2122, U2212, U2215;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Work Sans SemiBold"), local("WorkSans-SemiBold"), url("https://fonts.gstatic.com/s/worksans/v3/z9rX03Xuz9ZNHTMg1_ghGRampu5_7CjHW5spxoeN3Vs.woff2") format("woff2"), url("https://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3o4T8mNhL.woff") format("woff");
  unicode-range: U0-0ff, U131, U152-153, U2bb-2bc, U2c6, U2da, U2dc, U2000-206f, U2074, U20ac, U2122, U2212, U2215;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

/*
** Base
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #f3bdbd;
  color: #213041;
  text-shadow: none;
}

::selection {
  background: #f3bdbd;
  color: #213041;
  text-shadow: none;
}

body,
html {
  background-color: #fff;
  color: #213041;
  margin: 0;
  padding: 0;
  min-height: 100%;
  max-width: 100%;
}

main,
article,
section,
header,
footer,
nav,
figure,
figcaption,
iframe,
embed,
object {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", georgia, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

main * + h1, main * +
h2, main * +
h3, main * +
h4, main * +
h5 {
  margin-top: 1.5rem;
}

main h1 + *, main
h2 + *, main
h3 + *, main
h4 + *, main
h5 + * {
  margin-top: 0.5rem;
}

h1 {
  font-size: calc(40px + 50 * ((100vw - 320px) / 880));
}

h2 {
  font-size: calc(34px + 38 * ((100vw - 320px) / 880));
}

p,
ul,
ol,
dl,
table {
  margin: 0;
  padding: 0;
}

main p + p, main
ul + p, main
ol + p, main
dl + p, main
table + p, main p +
ul, main
ul +
ul, main
ol +
ul, main
dl +
ul, main
table +
ul, main p +
ol, main
ul +
ol, main
ol +
ol, main
dl +
ol, main
table +
ol, main p +
dl, main
ul +
dl, main
ol +
dl, main
dl +
dl, main
table +
dl, main p +
table, main
ul +
table, main
ol +
table, main
dl +
table, main
table +
table {
  margin-top: 1.5em;
}

b,
strong {
  font-weight: 600;
}

em,
i {
  font-weight: normal;
  font-style: italic;
}

a {
  color: #213041;
  text-decoration: none;
}

table {
  width: 100%;
}

tr > * {
  text-align: left;
  padding: 0.5em 0;
}

tr:nth-child(even) > * {
  border: solid 1px #dadada;
  border-width: 1px 0;
}

tr:last-child > * {
  border-bottom: 0;
}

th {
  font-weight: inherit;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  background: none;
  color: #213041;
  border: 0;
  line-height: 1;
  font-size: 1rem;
  font-family: inherit;
}

button:focus, button:active {
  outline: none;
  color: #213041;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: #213041;
  margin: 0;
  padding: 0;
}

[type="text"],
[type="email"],
[type="date"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="number"],
[type="number"],
select,
textarea {
  padding: 0.25em 0.5em;
  border: solid 1px #213041;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

select {
  padding: 0.5em 2em 0.5em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: solid 1px #dadada;
  background-color: #fff;
  background-image: url(../img/icons/angle-down.svg);
  background-position: calc(100% - 0.75em) 50%;
  background-size: 0.75em;
  background-repeat: no-repeat;
  font-weight: 500;
}

select::-ms-expand {
  display: none;
}

.btn, .teaser:not(.-bg) > a .read-more, .teaser.-split .read-more a {
  display: inline-block;
  padding: 0.85em 2em;
  background-color: #e25a5a;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}

.btn:focus, .teaser:not(.-bg) > a .read-more:focus, .teaser.-split .read-more a:focus, .btn:active, .teaser:not(.-bg) > a .read-more:active, .teaser.-split .read-more a:active {
  color: #fff;
}

.btn:hover, .teaser:not(.-bg) > a .read-more:hover, .teaser.-split .read-more a:hover {
  -webkit-transform: translateY(-2px) translate3D(0, 0, 0);
          transform: translateY(-2px) translate3D(0, 0, 0);
  color: #fff;
}

.btn.-round, .teaser:not(.-bg) > a .-round.read-more, .teaser.-split .read-more a.-round {
  padding: 1em;
  border-radius: 50%;
}

.btn.-round > span, .teaser:not(.-bg) > a .-round.read-more > span, .teaser.-split .read-more a.-round > span {
  display: none;
}

.-center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.-fill {
  position: relative;
  margin: 0 -16px;
  padding: 0 16px;
  background-color: #f2f2f2;
}

.-fill > .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
}

.site {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.site > header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.site > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site > footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

main {
  position: relative;
  padding: 0 16px;
}

main > .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

main > .inner > section {
  margin-top: 3em;
  margin-bottom: 3em;
}

main > .inner > :last-child {
  margin-bottom: 5em;
}

.article {
  max-width: 40rem;
  margin: 5rem auto;
}

.article h2,
.article h3,
.article h4,
.article h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-weight: 500;
  line-height: 1.1;
}

.article h2 {
  font-size: calc(24px + 6 * ((100vw - 320px) / 880));
}

.article h3 {
  font-size: calc(20px + 4 * ((100vw - 320px) / 880));
}

.article h4 {
  font-size: calc(16px + 4 * ((100vw - 320px) / 880));
}

.article p + h2,
.article p + h3,
.article p + h4,
.article ul + h2,
.article ul + h3,
.article ul + h4,
.article ol + h2,
.article ol + h3,
.article ol + h4,
.article table + h2,
.article table + h3,
.article table + h4 {
  margin-top: 3rem;
}

.article ul,
.article ol {
  padding: 0 1.5em;
  margin-left: 1.5em;
}

.article a {
  text-decoration: underline;
}

.article a:hover {
  color: #e25a5a;
}

.js .site > * {
  -webkit-animation: fade-in 0.5s ease-in-out;
          animation: fade-in 0.5s ease-in-out;
}

.js.pagehide .site > * {
  opacity: 0;
  -webkit-transition: opacity 0.3ss ease-out;
  transition: opacity 0.3ss ease-out;
}

.overlay {
  display: block;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s ease;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease;
  z-index: 45;
}

.overlay.-enabled {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.overlay.-full {
  z-index: 50;
}

.marker-AcidStained {
  background: linear-gradient(45deg, #e5cc90 0%, #e5cc90 50%, #d39642 50%, #d39642 100%);
}

.marker-AcidStained .filler {
  fill: transparent;
}

.marker-Aluminium {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-Aluminium .filler {
  fill: transparent;
}

.marker-Amber {
  background: #f1b587;
}

.marker-Amber .filler {
  fill: transparent;
}

.marker-Anodised {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #dadada 50%, #dadada 100%);
}

.marker-Anodised .filler {
  fill: transparent;
}

.marker-AnthraciteGrey {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #dadada 50%, #dadada 100%);
}

.marker-AnthraciteGrey .filler {
  fill: transparent;
}

.marker-AntiqueWhite {
  background: #faebd7;
}

.marker-AntiqueWhite .filler {
  fill: transparent;
}

.marker-AntiqueBrown {
  background: #7c573d;
}

.marker-AntiqueBrown .filler {
  fill: transparent;
}

.marker-Beige {
  background: #9a7240;
}

.marker-Beige .filler {
  fill: transparent;
}

.marker-MattBeige {
  background: #9a7240;
}

.marker-MattBeige .filler {
  fill: transparent;
}

.marker-Black {
  background: #111;
}

.marker-Black .filler {
  fill: transparent;
}

.marker-MattBlack {
  background: #111;
}

.marker-MattBlack .filler {
  fill: transparent;
}

.marker-BlackBrass {
  background: linear-gradient(45deg, #111 0%, #111 50%, #cb9839 50%, #cb9839 100%);
}

.marker-BlackBrass .filler {
  fill: transparent;
}

.marker-BlackCopper {
  background: linear-gradient(45deg, #111 0%, #111 50%, #e49064 50%, #e49064 100%);
}

.marker-BlackCopper .filler {
  fill: transparent;
}

.marker-BlackSilver {
  background: linear-gradient(45deg, #111 0%, #111 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-BlackSilver .filler {
  fill: transparent;
}

.marker-BlackWhite {
  background: linear-gradient(45deg, #111 0%, #111 50%, #fff 50%, #fff 100%);
}

.marker-BlackWhite .filler {
  fill: transparent;
}

.marker-Blue {
  background: #00d3f5;
}

.marker-Blue .filler {
  fill: transparent;
}

.marker-Brass {
  background: #cb9839;
}

.marker-Brass .filler {
  fill: transparent;
}

.marker-Brown {
  background: #9a7240;
}

.marker-Brown .filler {
  fill: transparent;
}

.marker-BrownStained {
  background: linear-gradient(45deg, #9a7240 0%, #9a7240 50%, #d39642 50%, #d39642 100%);
}

.marker-BrownStained .filler {
  fill: transparent;
}

.marker-BrushedMetal {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-BrushedMetal .filler {
  fill: transparent;
}

.marker-Chromed {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-Chromed .filler {
  fill: transparent;
}

.marker-Clear {
  background: linear-gradient(45deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%);
}

.marker-Clear .filler {
  fill: transparent;
}

.marker-Copper {
  background: linear-gradient(45deg, #e49064 0%, #e49064 50%, #ba6a57 50%, #ba6a57 100%);
}

.marker-Copper .filler {
  fill: transparent;
}

.marker-MattCopper {
  background: linear-gradient(45deg, #e49064 0%, #e49064 50%, #ba6a57 50%, #ba6a57 100%);
}

.marker-MattCopper .filler {
  fill: transparent;
}

.marker-DarkGreen {
  background: #314f40;
}

.marker-DarkGreen .filler {
  fill: transparent;
}

.marker-Frosted {
  background: linear-gradient(45deg, #a7c5f3 0%, #a7c5f3 50%, #d8e9fe 50%, #d8e9fe 100%);
}

.marker-Frosted .filler {
  fill: transparent;
}

.marker-Gold {
  background: #f0cd69;
}

.marker-Gold .filler {
  fill: transparent;
}

.marker-MattGold {
  background: #f0cd69;
}

.marker-MattGold .filler {
  fill: transparent;
}

.marker-Grey {
  background: #dadada;
}

.marker-Grey .filler {
  fill: transparent;
}

.marker-MattGrey {
  background: #dadada;
}

.marker-MattGrey .filler {
  fill: transparent;
}

.marker-DarkGrey {
  background: #363737;
}

.marker-DarkGrey .filler {
  fill: transparent;
}

.marker-LightGrey {
  background: #b8b8b8;
}

.marker-LightGrey .filler {
  fill: transparent;
}

.marker-Green {
  background: #7acb71;
}

.marker-Green .filler {
  fill: transparent;
}

.marker-HotDipGalvanized {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-HotDipGalvanized .filler {
  fill: transparent;
}

.marker-Ivory {
  background: #FFFFF0;
}

.marker-Ivory .filler {
  fill: transparent;
}

.marker-JadeGreen {
  background: #60b891;
}

.marker-JadeGreen .filler {
  fill: transparent;
}

.marker-Mahogany {
  background: #65352c;
}

.marker-Mahogany .filler {
  fill: transparent;
}

.marker-Mintgreen {
  background: #63bfa4;
}

.marker-Mintgreen .filler {
  fill: transparent;
}

.marker-NA {
  background: linear-gradient(45deg, #fff 0%, #fff 50%, #111 50%, #111 100%);
}

.marker-NA .filler {
  fill: transparent;
}

.marker-Natural {
  background: #ad947e;
}

.marker-Natural .filler {
  fill: transparent;
}

.marker-Oak {
  background: #cf9c63;
}

.marker-Oak .filler {
  fill: transparent;
}

.marker-OakStained {
  background: #c1752e;
}

.marker-OakStained .filler {
  fill: transparent;
}

.marker-Opal {
  background: #77cfb7;
}

.marker-Opal .filler {
  fill: transparent;
}

.marker-Orange {
  background: #ff8c3e;
}

.marker-Orange .filler {
  fill: transparent;
}

.marker-Petrolblue {
  background: #066076;
}

.marker-Petrolblue .filler {
  fill: transparent;
}

.marker-Pink {
  background: #ff96d5;
}

.marker-Pink .filler {
  fill: transparent;
}

.marker-Purple {
  background: #9571cb;
}

.marker-Purple .filler {
  fill: transparent;
}

.marker-Red {
  background: #e25a5a;
}

.marker-Red .filler {
  fill: transparent;
}

.marker-MattDarkRed {
  background: #8B0000;
}

.marker-MattDarkRed .filler {
  fill: transparent;
}

.marker-Rust {
  background: #b7410e;
}

.marker-Rust .filler {
  fill: transparent;
}

.marker-Silver {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-Silver .filler {
  fill: transparent;
}

.marker-MattSilver {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-MattSilver .filler {
  fill: transparent;
}

.marker-Smoked {
  background: #bdc9c5;
}

.marker-Smoked .filler {
  fill: transparent;
}

.marker-Stainless {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-Stainless .filler {
  fill: transparent;
}

.marker-StainlessSteel {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-StainlessSteel .filler {
  fill: transparent;
}

.marker-Transparent {
  background: linear-gradient(45deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%);
}

.marker-Transparent .filler {
  fill: transparent;
}

.marker-Turquoise {
  background: #44b5aa;
}

.marker-Turquoise .filler {
  fill: transparent;
}

.marker-Walnut {
  background: #786d60;
}

.marker-Walnut .filler {
  fill: transparent;
}

.marker-WarmWhite {
  background: #ffe187;
}

.marker-WarmWhite .filler {
  fill: transparent;
}

.marker-White {
  background: #fff6dc;
}

.marker-White .filler {
  fill: transparent;
}

.marker-Yellow {
  background: #ffd454;
}

.marker-Yellow .filler {
  fill: transparent;
}

.marker-WhiteBrass {
  background: linear-gradient(45deg, #cb9839 0%, #cb9839 50%, #fff 50%, #fff 100%);
}

.marker-WhiteBrass .filler {
  fill: transparent;
}

.marker-WhiteSilver {
  background: linear-gradient(45deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%);
}

.marker-WhiteSilver .filler {
  fill: transparent;
}

.marker-WhiteRed {
  background: linear-gradient(45deg, #fff 0%, #fff 50%, #e25a5a 50%, #e25a5a 100%);
}

.marker-WhiteRed .filler {
  fill: transparent;
}

.marker-WhitePetrolblue {
  background: linear-gradient(45deg, #fff 0%, #fff 50%, #066076 50%, #066076 100%);
}

.marker-WhitePetrolblue .filler {
  fill: transparent;
}

.marker-WhitePurple {
  background: linear-gradient(45deg, #fff 0%, #fff 50%, #9571cb 50%, #9571cb 100%);
}

.marker-WhitePurple .filler {
  fill: transparent;
}

.marker-White, .marker-NA, .marker-Clear, .marker-Transparent, .marker-Grey, .marker-BlackWhite, .marker-Aluminium, .marker-Anodised, .marker-AnthraciteGrey, .marker-BrushedMetal, .marker-Chromed, .marker-Frosted, .marker-HotDipGalvanized, .marker-Rust, .marker-Stainless, .marker-StainlessSteel, .marker-Silver {
  border-color: #626c7a;
}

.marker-AcidStained, .marker-BrownStained, .marker-Copper {
  border: 0;
}

.marker-Multi, .marker-Multicolour, .marker-RGB, .marker-BlueRed {
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 0 !important;
  border-color: transparent;
}

.marker-Multi, .marker-Multicolour {
  background-image: linear-gradient(120deg, #079ee3 0%, #079ee3 42%, #ffd455 42%, #ffd455 58%, #e25b5a 58%, #e25b5a 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-WhiteBlueTurquiose {
  background-image: linear-gradient(120deg, #079ee3 0%, #079ee3 42%, #ffffff 42%, #ffffff 58%, #00ffff 58%, #00ffff 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-WhiteGreyBlack {
  background-image: linear-gradient(120deg, #dadada 0%, #dadada 42%, #ffffff 42%, #ffffff 58%, #213041 58%, #213041 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-GreenRed {
  background-image: linear-gradient(120deg, #7acb71 0%, #7acb71 50%, #e25a5a 50%, #e25a5a 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-WhiteRedPink {
  background-image: linear-gradient(120deg, #e25a5a 0%, #e25a5a 42%, #ffffff 42%, #ffffff 58%, #ff96d5 58%, #ff96d5 100%);
  border-color: transparent !important;
}

.marker-RGB {
  background-image: linear-gradient(120deg, #ff0200 0%, #ff0200 42%, #00ff00 42%, #00ff00 58%, #0800ff 58%, #0800ff 100%);
  border-color: transparent !important;
}

.marker-BlueRed {
  background-image: linear-gradient(120deg, #079ee3 0%, #079ee3 50%, #e25b5a 50%, #e25b5a 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-OpaqueMulti {
  background-image: linear-gradient(120deg, #ffd455 0%, #ffd455 37%, #e25a5a 37%, #e25a5a 50%, #00ff00 50%, #00ff00 63%, #0800ff 63%, #0800ff 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-MattGreyGreen {
  background-image: linear-gradient(120deg, #dadada 0%, #dadada 50%, #7acb71 50%, #7acb71 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-RedGreen {
  background-image: linear-gradient(120deg, #e25a5a 0%, #e25a5a 50%, #7acb71 50%, #7acb71 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-WhiteGrey {
  background-image: linear-gradient(120deg, #fff 0%, #fff 50%, #dadada 50%, #dadada 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-WhiteBrown {
  background-image: linear-gradient(120deg, #fff 0%, #fff 50%, #9a7240 50%, #9a7240 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-BlackRed {
  background-image: linear-gradient(120deg, #213041 0%, #213041 50%, #e25a5a 50%, #e25a5a 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-GreenGold {
  background-image: linear-gradient(120deg, #7acb71 0%, #7acb71 50%, #f0cd69 50%, #f0cd69 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-GreenSilver {
  background-image: linear-gradient(120deg, #7acb71 0%, #7acb71 50%, #C0C0C0 50%, #C0C0C0 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-BeigeDarkred {
  background-image: linear-gradient(120deg, #9a7240 0%, #9a7240 50%, #8B0000 50%, #8B0000 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-BlackMulti {
  background: linear-gradient(120deg, #213041 0%, #213041 100%) left/52% 100%, linear-gradient(180deg, #079ee3 0%, #079ee3 40%, #ffd455 40%, #ffd455 65%, #e25b5a 65%, #e25b5a 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-BlackTransparent {
  background: linear-gradient(120deg, #213041 0%, #213041 100%) left/52% 100%, linear-gradient(180deg, #eef7f5 42%, #eef7f5 58%, #fff 58%, #fff 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-BlueGreen {
  background-image: linear-gradient(120deg, #acd8cf 0%, #acd8cf 50%, #7acb71 50%, #7acb71 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-ClearAnthraciteGrey {
  background: linear-gradient(180deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%) left/52% 100%, linear-gradient(45deg, #dadada 50%, #dadada 75%, #dadada 75%, #dadada 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-ClearBrown {
  background: linear-gradient(180deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%) left/52% 100%, linear-gradient(120deg, #9a7240 50%, #9a7240 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-ClearGreen {
  background: linear-gradient(180deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%) left/52% 100%, linear-gradient(120deg, #7acb71 50%, #7acb71 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-ClearGrey {
  background: linear-gradient(180deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%) left/52% 100%, linear-gradient(120deg, #dadada 50%, #dadada 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-ClearHotDipGalvanized {
  background: -webkit-gradient(linear, left top, left bottom, from(#eef7f5), color-stop(50%, #eef7f5), color-stop(50%, #fff), to(#fff)) left/52% 100%, -webkit-gradient(linear, left top, left bottom, from(#dadada), color-stop(50%, #dadada), color-stop(50%, #f2f2f2), to(#f2f2f2)) right/50% 100%;
  background: linear-gradient(180deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%) left/52% 100%, linear-gradient(180deg, #dadada 0%, #dadada 50%, #f2f2f2 50%, #f2f2f2 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-ClearRed {
  background: linear-gradient(180deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%) left/52% 100%, linear-gradient(120deg, #e25a5a 50%, #e25a5a 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-ClearWhite {
  background: linear-gradient(180deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%) left/52% 100%, linear-gradient(120deg, #f5f4f0 50%, #f5f4f0 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-ClearYellow {
  background: linear-gradient(180deg, #eef7f5 0%, #eef7f5 50%, #fff 50%, #fff 100%) left/52% 100%, linear-gradient(120deg, #ffd454 50%, #ffd454 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-DarkredBeige {
  background-image: linear-gradient(120deg, #8B0000 0%, #8B0000 50%, #9a7240 50%, #9a7240 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-MultiGreen {
  background: linear-gradient(180deg, #079ee3 0%, #079ee3 40%, #ffd455 40%, #ffd455 65%, #e25b5a 65%, #e25b5a 100%) left/52% 100%, linear-gradient(120deg, #7acb71 50%, #7acb71 100%) right/50% 100%;
  background-repeat: no-repeat;
  border-color: transparent !important;
}

.marker-Multi, .marker-RedYellow {
  background-image: linear-gradient(120deg, #e25a5a 0%, #e25a5a 50%, #ffd454 50%, #ffd454 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-YellowYellow {
  background-image: linear-gradient(120deg, #ffd454 0%, #ffd454 50%, #ffd454 50%, #ffd454 100%);
  border-color: transparent !important;
}

.marker-Multi, .marker-Multicolour {
  background: linear-gradient(120deg, #079ee3 0%, #079ee3 42%, #ffd455 42%, #ffd455 58%, #e25b5a 58%, #e25b5a 100%);
  border-color: transparent !important;
}

[v-cloak] {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

[class^="marker-"] {
  cursor: pointer;
}

[class^="marker-"] .mask {
  fill: #fff;
}

[class^="marker-"] .outline {
  stroke: #213041;
  stroke-width: 1px;
  fill: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

[class^="marker-"]:hover .outline {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

:root input:checked + [class^="marker-"] .outline {
  -webkit-transform: scale(1.34) !important;
          transform: scale(1.34) !important;
}

.highlightprice {
  color: #e25a5a;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-translate-r {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade-in-translate-r {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

/*
** Header
*/
#site-header {
  position: relative;
  padding: 0 16px;
  background-color: #fff;
  border-bottom: solid 2px #dadada;
  z-index: 50;
  top: 0;
  -webkit-transition: top 0s linear, position 0s linear 0.5s;
  transition: top 0s linear, position 0s linear 0.5s;
}

#site-header.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}

#site-header a {
  text-decoration: none;
}

#site-header > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

#site-header .brand {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#site-header .ks-logo {
  position: relative;
  margin: 1em 0;
  width: calc(2em * 2.272727);
  padding-bottom: 2em;
}

#site-header .ks-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#site-header .ks-logo-fill {
  fill: #213041;
}

.burger-btn {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.burger-btn .icon-burger {
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.burger-btn .icon-burger svg {
  position: relative;
  width: 100%;
  height: 100%;
  stroke: #213041;
  stroke-width: 2px;
}

.burger-btn span {
  display: none;
}

.open-login, .open-logout {
  padding: 0.3em 0.3em;
  background-color: transparent;
  color: #213041;
  margin: 0 25px 0 10px;
}

.open-login svg, .open-logout svg {
  width: 19px;
  height: 17px;
}

.nav-content {
  position: absolute;
}

.nav-content > a {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}

.nav-content > a:focus, .nav-content > a:active {
  overflow: visible;
}

.nav-main {
  display: none;
  padding: 1em 16px;
}

.nav-main:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.nav-main .open-newsletter {
  margin: 2rem auto;
  display: block;
  background-color: transparent;
  color: #213041;
  border: solid 2px currentColor;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-main.logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 6%;
  padding: 0;
}

#logoutSection.nav-main.logout [class^="nav-section"]:first-child {
  border: none;
}

.header-search {
  margin-left: auto;
  margin-right: 1.25em;
}

.header-search .header-search-btn {
  display: block;
  position: relative;
  -webkit-appearance: none;
  background: none;
  border: 0;
}

.header-search .header-search-btn:focus, .header-search .header-search-btn:active {
  color: #e25a5a;
  stroke: #e25a5a;
  fill: #e25a5a;
}

.header-search .header-search-btn .icon-search {
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.header-search .header-search-btn .icon-search g {
  stroke: #213041;
}

.header-search .header-search-btn span {
  display: none;
}

.header-search .header-search-btn[aria-expanded="true"] + .content {
  visibility: visible;
  opacity: 1;
  max-height: 100vh;
  padding: 2em;
  -webkit-transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease;
}

.header-search .content {
  display: block;
  position: absolute;
  width: 100%;
  max-height: 100vh;
  top: calc(100% + 2px);
  left: 0;
  padding: 0 2em;
  margin: 0;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #f2f2f2;
  -webkit-transition: none;
  transition: none;
  z-index: 10;
}

.header-search .content .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.header-search .content header {
  position: relative;
}

.header-search .content .title {
  font-size: calc(24px + 10 * ((100vw - 320px) / 880));
  margin: 0 0 1em 0;
}

.header-search .content .query {
  background: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  width: 100%;
  height: 100%;
}

.header-search .content .query + .line {
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background: #e25a5a;
  position: absolute;
  -webkit-transition: width 0.35s ease-in;
  transition: width 0.35s ease-in;
}

.header-search .content .query:focus + .line {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.35s ease 0.1s;
  transition: width 0.35s ease 0.1s;
}

.header-search .search-form .query-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 13em;
          flex: 1 1 13em;
}

#header-product-actions {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header-product-actions > :first-child {
  margin-left: auto;
  margin-right: 1.5em;
}

.user-login, .user-logout {
  z-index: 1100;
  position: fixed;
  left: 100%;
  top: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.2s ease-out, top 0s linear 0.4s, left 0s linear 0.4s;
  transition: opacity 0.2s ease-out, top 0s linear 0.4s, left 0s linear 0.4s;
  pointer-events: none;
}

.user-login > .inner, #logout-popup-section .user-logout .inner {
  max-width: 35em;
  margin: auto 8px;
  padding: 3em 5em 5em;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-color: #fff;
  pointer-events: all;
}

.user-login > .inner .login-close, .user-logout > .inner .logout-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.user-login > .inner .login-close .icon-close, .user-logout > .inner .logout-close .icon-close {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/icons/plus.svg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.user-login h3, .user-logout h3 {
  width: 100%;
  text-align: center;
  font-size: calc(30px + 20 * ((100vw - 320px) / 880));
  margin-bottom: 1.5rem;
}

.user-login [class^="input-"] {
  width: 100%;
  margin-top: 1.5em;
}

.user-login label, .user-logout label {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 0.85em;
}

.user-login [type="text"], .user-login [type="password"] {
  border-color: #dadada;
  width: 100%;
}

.user-login .input-submit {
  text-align: center;
}

.user-logout .input-submit {
  text-align: center;
  width: 100%;
}

.user-login .message {
  visibility: hidden;
  opacity: 0;
}

.user-login .error .message,
.user-login .error + .message,
.user-login [data-error="true"] .message,
.user-login [data-error="true"] + .message {
  color: #e25a5a;
  font-size: 0.8em;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}

[aria-expanded="true"] + .user-login, [aria-expanded="true"] + .user-logout {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out 0.2s;
  transition: opacity 0.5s ease-out 0.2s;
}

[aria-expanded="true"] + .user-login > .inner, [aria-expanded="true"] + .user-logout > .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

[aria-expanded="true"] + .user-login > .overlay, [aria-expanded="true"] + .user-logout > .overlay {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#login-message {
  text-align: center;
  color: #e25a5a;
}

.logout.btn-hide, .open-login.btn-hide {
  display: none;
}

#loggedin-ball {
  border-radius: 50%;
  padding: 8px;
  width: auto;
  background-color: #cee8e2;
}

.logout-btn {
  cursor: pointer;
}

.nav-logout h2 {
  font-size: calc(24px + 16 * ((100vw - 320px) / 880));
  min-width: 256px;
  margin: 0 0 1em 0;
}

.nav-section-Logout #content {
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
}

.btn.logout-cancel, .teaser:not(.-bg) > a .logout-cancel.read-more, .teaser.-split .read-more a.logout-cancel {
  background-color: transparent;
  color: #213041;
  border: solid 2px currentColor;
  padding: 0.72em 2em;
  margin-bottom: 10px;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

/*
** Footer
*/
footer {
  margin: auto 0 0;
  padding: 3rem 16px 0;
  background-color: #dadada;
}

footer > .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer a {
  text-decoration: none;
}

footer .nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 0 3rem 0;
}

footer [class^="nav-section"] {
  margin-bottom: 1.5em;
}

footer [class^="nav-section"]:last-child {
  margin-bottom: 0;
}

footer .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

footer .nav-links {
  list-style: none;
}

footer .nav-links a:hover {
  color: #e25a5a;
}

footer .connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 1.5em;
}

footer .connect > .newsletter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 0;
}

footer .connect > .nav-social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

footer .newsletter {
  margin: 0 0 1.5em 0;
}

footer .newsletter > .btn, footer .teaser:not(.-bg) > a .newsletter > .read-more, .teaser:not(.-bg) > a footer .newsletter > .read-more, footer .teaser.-split .read-more .newsletter > a, .teaser.-split .read-more footer .newsletter > a {
  background-color: transparent;
  color: #213041;
  border: solid 2px currentColor;
  width: 100%;
}

footer .nav-social a {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5;
  margin-right: 1em;
}

footer .nav-social a img {
  display: block;
  width: 2em;
  height: 2em;
}

footer .ecommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 4em 0 0 0;
}

footer .providers {
  width: 100%;
}

footer .providers [class^="logo-"] {
  vertical-align: middle;
  display: inline-block;
  height: 2rem;
}

footer .providers [class^="logo-"] + [class^="logo-"] {
  margin-left: 1rem;
}

footer .providers [class^="logo-"] img {
  display: block;
  height: 100%;
  width: auto;
}

footer .the-end {
  position: relative;
  margin: 4em -16px 0;
  padding: 0 16px;
  background-color: #213041;
}

footer .the-end > .inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 10 auto;
          flex: 0 10 auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0 5rem;
  font-size: calc(12px + 1 * ((100vw - 320px) / 880));
  color: #fff;
}

footer .copy {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

footer .copy a {
  color: white;
  text-decoration: none;
}

footer .copy span {
  display: block;
}

footer .nav-market {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 1.5em;
}

footer .nav-market .market-list {
  display: inline-block;
  list-style: none;
}

footer .nav-market li {
  display: inline-block;
}

footer .nav-market li + li {
  border-left: solid 1px #959595;
  margin-left: 0.5em;
  padding-left: 0.75em;
}

footer .nav-market a {
  color: white;
  display: block;
  white-space: nowrap;
}

footer .nav-market .nav-btn {
  font-size: 1em;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
}

.open-newsletter {
  padding: 0.75em 1em;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

.nav-mobile [class^="nav-section"] > .nav-btn,
.nav-main [class^="nav-section"] > .nav-btn {
  cursor: pointer;
  text-align: left;
  position: relative;
  display: block;
}

.nav-mobile [class^="nav-section"] > .nav-btn[aria-expanded="true"],
.nav-main [class^="nav-section"] > .nav-btn[aria-expanded="true"] {
  color: #213041;
}

.nav-mobile [class^="nav-section"] > .nav-btn[aria-expanded="true"] + .content,
.nav-main [class^="nav-section"] > .nav-btn[aria-expanded="true"] + .content {
  visibility: visible;
  max-height: 100vh;
  padding: 0 1em 1em;
}

.nav-mobile [class^="nav-section"] > .nav-btn[aria-expanded="true"] + .content .nav-links > li,
.nav-main [class^="nav-section"] > .nav-btn[aria-expanded="true"] + .content .nav-links > li {
  display: block;
}

.nav-mobile [class^="nav-section"] > .content,
.nav-main [class^="nav-section"] > .content {
  z-index: 10;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  background: #f2f2f2;
}

.nav-mobile [class^="nav-section"] > .content .nav-links.-with-icons a,
.nav-main [class^="nav-section"] > .content .nav-links.-with-icons a {
  padding-left: 3em;
}

.nav-mobile [class^="nav-section"] > .content .nav-links.-with-icons a.icon,
.nav-main [class^="nav-section"] > .content .nav-links.-with-icons a.icon {
  padding-top: 0.3em;
  padding-bottom: 0.4em;
}

.nav-mobile [class^="nav-section"] > .content .nav-links > li,
.nav-main [class^="nav-section"] > .content .nav-links > li {
  display: none;
  position: relative;
}

.nav-mobile [class^="nav-section"] > .content .inner,
.nav-main [class^="nav-section"] > .content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nav-mobile [class^="nav-section"] > .content ul,
.nav-main [class^="nav-section"] > .content ul {
  list-style: none;
}

.nav-mobile [class^="nav-section"] > .content a,
.nav-main [class^="nav-section"] > .content a {
  display: block;
  padding: 0.2em 0;
  overflow: visible;
  line-height: 1.3em;
}

.nav-mobile [class^="nav-section"] > .content a:hover,
.nav-main [class^="nav-section"] > .content a:hover {
  color: #e25a5a;
}

.nav-mobile [class^="nav-section"] > .content a:hover.icon use,
.nav-main [class^="nav-section"] > .content a:hover.icon use {
  --icon-color: #e25a5a;
}

.nav-mobile .icon use,
.nav-main .icon use {
  --icon-color: #213041;
}

.nav-main [class^="nav-section"] {
  border-bottom: solid 1px #dadada;
}

.nav-main [class^="nav-section"]:first-child {
  border-top: solid 1px #dadada;
}

.nav-main [class^="nav-section"] > * {
  width: 100%;
}

.nav-main [class^="nav-section"] > .nav-btn {
  padding: 1.5em 1em;
  position: relative;
}

.nav-main [class^="nav-section"] > .content .inner > ul {
  width: 100%;
}

.nav-main [class^="nav-section"] > .content .inner > ul > li {
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 1em;
}

.nav-main [class^="nav-section"] > .content .inner > ul > li:last-child ul {
  padding-bottom: 0;
}

.nav-main [class^="nav-section"] > .content .inner > ul > li > a.icon svg {
  display: block;
  position: absolute;
  font-size: 14px;
  width: 2em;
  height: 2em;
  line-height: 1;
  top: 0;
  left: 0;
}

.nav-main [class^="nav-section"] > .content ul {
  margin: 0;
  padding: 0;
}

.nav-mobile [class^="nav-section"] header,
.nav-main [class^="nav-section"] header,
.header-search > .content header {
  position: relative;
}

.nav-mobile [class^="nav-section"] .title,
.nav-main [class^="nav-section"] .title,
.header-search > .content .title {
  font-size: calc(24px + 16 * ((100vw - 320px) / 880));
  margin: 0 0 1em 0;
  min-width: 256px;
}

.nav-mobile [class^="nav-section"] .filler,
.nav-main [class^="nav-section"] .filler,
.header-search > .content .filler {
  width: 100%;
  height: 10px;
  text-align: right;
  position: relative;
}

.nav-mobile [class^="nav-section"] .close-btn,
.nav-main [class^="nav-section"] .close-btn,
.header-search > .content .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}

.nav-mobile [class^="nav-section"] .close-btn .icon-plus,
.nav-main [class^="nav-section"] .close-btn .icon-plus,
.header-search > .content .close-btn .icon-plus {
  display: block;
  width: 1.25em;
  height: 1.25em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: url(../img/icons/plus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.nav-mobile [class^="nav-section"] .close-btn span,
.nav-main [class^="nav-section"] .close-btn span,
.header-search > .content .close-btn span {
  display: none;
}

.nav-mobile {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-top: solid 2px #dadada;
}

.nav-mobile [class^="nav-section"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 30%;
  margin-left: 0px;
}

.nav-mobile [class^="nav-section"]:nth-child(2) {
  margin-left: auto;
}

.nav-mobile [class^="nav-section"] > .nav-btn {
  height: 100%;
  padding: 1.5em 0.8em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
}

.nav-mobile [class^="nav-section"] > .nav-btn[aria-expanded="true"] {
  outline: none;
}

.nav-mobile [class^="nav-section"] > .nav-btn[aria-expanded="true"]:after {
  content: "";
  top: -2px;
  border-top: solid 2px #213041;
}

.nav-mobile [class^="nav-section"] > .nav-btn[aria-expanded="true"] + .content {
  padding: 2em;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease;
  transition: visibility 0s linear 0s, max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease;
}

.nav-mobile [class^="nav-section"] > .content {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  right: 0;
  overflow: auto;
  padding: 0 16px;
  max-height: 0;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.nav-mobile [class^="nav-section"] > .content a {
  padding: 1.5em 0.4em 1.5em 3em;
  font-weight: 600;
}

.nav-mobile [class^="nav-section"] > .content a:before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.25em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(../img/icons/angle-down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.nav-mobile [class^="nav-section"] > .content svg {
  display: block;
  position: absolute;
  font-size: 16px;
  width: 2em;
  height: 2em;
  line-height: 1;
  top: 0.9em;
  left: 0;
}

.nav-mobile [class^="nav-section"] ul {
  border-top: solid 1px #dadada;
  width: 100%;
}

.nav-mobile [class^="nav-section"] li {
  display: none;
  position: relative;
  border-bottom: solid 1px #dadada;
  -webkit-animation: fade-in 0.3s both 0.15s cubic-bezier(0.75, 0.02, 0.5, 1);
          animation: fade-in 0.3s both 0.15s cubic-bezier(0.75, 0.02, 0.5, 1);
}

.nav-mobile [class^="nav-section"] li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.nav-mobile [class^="nav-section"] li:nth-child(3) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.nav-mobile [class^="nav-section"] li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.nav-mobile [class^="nav-section"] li:nth-child(5) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.nav-mobile [class^="nav-section"] .sub {
  display: none;
}

.nav-mobile .mobile-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 1rem 0;
}

.nav-mobile .mobile-product-actions > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.nav-mobile .mobile-product-actions > :first-child {
  margin-right: 1em;
}

.nav-crumbs {
  z-index: 2;
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 16px;
  color: #626c7a;
  font-size: calc(10px + 3 * ((100vw - 320px) / 880));
}

.nav-crumbs > .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.nav-crumbs > .inner .path {
  display: none;
  color: #626c7a;
}

.nav-crumbs span {
  color: #213041;
}

.link-back {
  margin-right: 3em;
}

.link-back .icon-arrow-back {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 1.5em;
  height: 1.5em;
}

.link-back .icon-arrow-back svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  stroke: #213041;
  stroke-width: 1px;
}

.search-form {
  margin: 1.5em 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-form .query {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 13em;
          flex: 1 1 13em;
  outline: none;
  border-color: #dadada;
}

.search-form .btn, .search-form .teaser:not(.-bg) > a .read-more, .teaser:not(.-bg) > a .search-form .read-more, .search-form .teaser.-split .read-more a, .teaser.-split .read-more .search-form a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0.5em;
  min-width: 40px;
  max-width: 20%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0.65em 0.2em;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

#eu-cookie {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  z-index: 49;
  padding: 0 16px;
  color: white;
  background-color: #213041;
  font-size: 0.8rem;
}

#eu-cookie > .inner {
  padding: 0.8rem 0;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#eu-cookie a {
  color: white;
  text-decoration: underline;
}

#eu-cookie button {
  color: white;
  border: solid 1px white;
  padding: 0.5em 1em;
  margin-left: 1em;
  font-size: 0.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

#country-dialogue-container {
  z-index: 1000;
  top: 20%;
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
}

#country-dialogue-container #country-dialogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#country-dialogue-container #country-dialogue .inner {
  max-width: 40em;
  margin: auto 8px;
  padding: 2em 5em 5em 5em;
  background-color: #fff;
}

#country-dialogue-container #country-dialogue .inner h3 {
  font-size: calc(15px + 20 * ((100vw - 320px) / 880));
  margin-bottom: 1.5em;
  text-align: center;
}

#country-dialogue-container #country-dialogue .inner .country-links {
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

#country-dialogue-container #country-dialogue .inner .country-links a {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-bottom: 1.5em;
  font-size: 18px;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container, .carousel .container,
.carousel_hero .container,
.timeline .container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide, .swiper-container-no-flexbox .carousel .slide, .carousel .swiper-container-no-flexbox .slide,
.swiper-container-no-flexbox .carousel_hero .slide, .carousel_hero .swiper-container-no-flexbox .slide,
.swiper-container-no-flexbox .timeline .slide, .timeline .swiper-container-no-flexbox .slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper, .carousel .swiper-container-vertical > .slides,
.carousel_hero .swiper-container-vertical > .slides,
.timeline .swiper-container-vertical > .slides {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper, .carousel .slides,
.carousel_hero .slides,
.timeline .slides {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-container-android .carousel .slide, .carousel .swiper-container-android .slide,
.swiper-container-android .carousel_hero .slide, .carousel_hero .swiper-container-android .slide,
.swiper-container-android .timeline .slide, .timeline .swiper-container-android .slide, .swiper-wrapper, .carousel .slides,
.carousel_hero .slides,
.timeline .slides {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper, .carousel .swiper-container-multirow > .slides,
.carousel_hero .swiper-container-multirow > .slides,
.timeline .swiper-container-multirow > .slides {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper, .carousel .swiper-container-free-mode > .slides,
.carousel_hero .swiper-container-free-mode > .slides,
.timeline .swiper-container-free-mode > .slides {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide, .carousel .slide,
.carousel_hero .slide,
.timeline .slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide,
.swiper-container-autoheight .carousel .slide,
.carousel .swiper-container-autoheight .slide,
.swiper-container-autoheight .carousel_hero .slide,
.carousel_hero .swiper-container-autoheight .slide,
.swiper-container-autoheight .timeline .slide,
.timeline .swiper-container-autoheight .slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper, .swiper-container-autoheight .carousel .slides, .carousel .swiper-container-autoheight .slides,
.swiper-container-autoheight .carousel_hero .slides, .carousel_hero .swiper-container-autoheight .slides,
.swiper-container-autoheight .timeline .slides, .timeline .swiper-container-autoheight .slides {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .carousel .slides, .carousel .swiper-container-3d .slides,
.swiper-container-3d .carousel_hero .slides, .carousel_hero .swiper-container-3d .slides,
.swiper-container-3d .timeline .slides, .timeline .swiper-container-3d .slides,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .carousel .slide,
.carousel .swiper-container-3d .slide,
.swiper-container-3d .carousel_hero .slide,
.carousel_hero .swiper-container-3d .slide,
.swiper-container-3d .timeline .slide,
.timeline .swiper-container-3d .slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper,
.carousel .swiper-container-wp8-horizontal > .slides,
.carousel_hero .swiper-container-wp8-horizontal > .slides,
.timeline .swiper-container-wp8-horizontal > .slides {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper,
.carousel .swiper-container-wp8-vertical > .slides,
.carousel_hero .swiper-container-wp8-vertical > .slides,
.timeline .swiper-container-wp8-vertical > .slides {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification, .carousel .container .swiper-notification, .carousel_hero .container .swiper-notification, .timeline .container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide, .swiper-container-fade.swiper-container-free-mode .carousel .slide, .carousel .swiper-container-fade.swiper-container-free-mode .slide,
.swiper-container-fade.swiper-container-free-mode .carousel_hero .slide, .carousel_hero .swiper-container-fade.swiper-container-free-mode .slide,
.swiper-container-fade.swiper-container-free-mode .timeline .slide, .timeline .swiper-container-fade.swiper-container-free-mode .slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide, .swiper-container-fade .carousel .slide, .carousel .swiper-container-fade .slide,
.swiper-container-fade .carousel_hero .slide, .carousel_hero .swiper-container-fade .slide,
.swiper-container-fade .timeline .slide, .timeline .swiper-container-fade .slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide, .swiper-container-fade .carousel .slide .swiper-slide, .carousel .swiper-container-fade .slide .swiper-slide, .swiper-container-fade .carousel_hero .slide .swiper-slide, .carousel_hero .swiper-container-fade .slide .swiper-slide, .swiper-container-fade .timeline .slide .swiper-slide, .timeline .swiper-container-fade .slide .swiper-slide, .swiper-container-fade .swiper-slide .carousel .slide, .carousel .swiper-container-fade .swiper-slide .slide, .swiper-container-fade .carousel .slide .slide, .carousel .swiper-container-fade .slide .slide,
.swiper-container-fade .swiper-slide .carousel_hero .slide, .carousel_hero .swiper-container-fade .swiper-slide .slide,
.swiper-container-fade .carousel_hero .slide .slide, .carousel_hero .swiper-container-fade .slide .slide,
.swiper-container-fade .swiper-slide .timeline .slide, .timeline .swiper-container-fade .swiper-slide .slide,
.swiper-container-fade .timeline .slide .slide, .timeline .swiper-container-fade .slide .slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-cube .carousel .slide, .carousel .swiper-container-cube .slide,
.swiper-container-cube .carousel_hero .slide, .carousel_hero .swiper-container-cube .slide,
.swiper-container-cube .timeline .slide, .timeline .swiper-container-cube .slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-cube .carousel .slide .swiper-slide, .carousel .swiper-container-cube .slide .swiper-slide, .swiper-container-cube .carousel_hero .slide .swiper-slide, .carousel_hero .swiper-container-cube .slide .swiper-slide, .swiper-container-cube .timeline .slide .swiper-slide, .timeline .swiper-container-cube .slide .swiper-slide, .swiper-container-cube .swiper-slide .carousel .slide, .carousel .swiper-container-cube .swiper-slide .slide, .swiper-container-cube .carousel .slide .slide, .carousel .swiper-container-cube .slide .slide,
.swiper-container-cube .swiper-slide .carousel_hero .slide, .carousel_hero .swiper-container-cube .swiper-slide .slide,
.swiper-container-cube .carousel_hero .slide .slide, .carousel_hero .swiper-container-cube .slide .slide,
.swiper-container-cube .swiper-slide .timeline .slide, .timeline .swiper-container-cube .swiper-slide .slide,
.swiper-container-cube .timeline .slide .slide, .timeline .swiper-container-cube .slide .slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide, .swiper-container-cube.swiper-container-rtl .carousel .slide, .carousel .swiper-container-cube.swiper-container-rtl .slide,
.swiper-container-cube.swiper-container-rtl .carousel_hero .slide, .carousel_hero .swiper-container-cube.swiper-container-rtl .slide,
.swiper-container-cube.swiper-container-rtl .timeline .slide, .timeline .swiper-container-cube.swiper-container-rtl .slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .carousel .swiper-slide-next + .slide,
.carousel .swiper-container-cube .swiper-slide-next + .slide,
.swiper-container-cube .carousel_hero .swiper-slide-next + .slide,
.carousel_hero .swiper-container-cube .swiper-slide-next + .slide,
.swiper-container-cube .timeline .swiper-slide-next + .slide,
.timeline .swiper-container-cube .swiper-slide-next + .slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide, .swiper-container-flip .carousel .slide, .carousel .swiper-container-flip .slide,
.swiper-container-flip .carousel_hero .slide, .carousel_hero .swiper-container-flip .slide,
.swiper-container-flip .timeline .slide, .timeline .swiper-container-flip .slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide, .swiper-container-flip .carousel .slide .swiper-slide, .carousel .swiper-container-flip .slide .swiper-slide, .swiper-container-flip .carousel_hero .slide .swiper-slide, .carousel_hero .swiper-container-flip .slide .swiper-slide, .swiper-container-flip .timeline .slide .swiper-slide, .timeline .swiper-container-flip .slide .swiper-slide, .swiper-container-flip .swiper-slide .carousel .slide, .carousel .swiper-container-flip .swiper-slide .slide, .swiper-container-flip .carousel .slide .slide, .carousel .swiper-container-flip .slide .slide,
.swiper-container-flip .swiper-slide .carousel_hero .slide, .carousel_hero .swiper-container-flip .swiper-slide .slide,
.swiper-container-flip .carousel_hero .slide .slide, .carousel_hero .swiper-container-flip .slide .slide,
.swiper-container-flip .swiper-slide .timeline .slide, .timeline .swiper-container-flip .swiper-slide .slide,
.swiper-container-flip .timeline .slide .slide, .timeline .swiper-container-flip .slide .slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-coverflow .carousel .slides, .carousel .swiper-container-coverflow .slides,
.swiper-container-coverflow .carousel_hero .slides, .carousel_hero .swiper-container-coverflow .slides,
.swiper-container-coverflow .timeline .slides, .timeline .swiper-container-coverflow .slides {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.carousel,
.carousel_hero,
.timeline {
  position: relative;
  padding: 0 32px;
}

.carousel .controls,
.carousel_hero .controls,
.timeline .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel .controls button,
.carousel_hero .controls button,
.timeline .controls button {
  z-index: 2;
  position: absolute;
  top: 28%;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.carousel .controls button .icon-angle,
.carousel_hero .controls button .icon-angle,
.timeline .controls button .icon-angle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.carousel .controls button svg,
.carousel_hero .controls button svg,
.timeline .controls button svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  stroke-width: 2;
  stroke: #213041;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.carousel .controls button:hover,
.carousel_hero .controls button:hover,
.timeline .controls button:hover {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.carousel .controls button:hover svg,
.carousel_hero .controls button:hover svg,
.timeline .controls button:hover svg {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  stroke: #e25a5a;
}

.carousel .controls .prev,
.carousel_hero .controls .prev,
.timeline .controls .prev {
  left: 0;
}

.carousel .controls .prev .icon-angle,
.carousel_hero .controls .prev .icon-angle,
.timeline .controls .prev .icon-angle {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.carousel .controls .prev:hover,
.carousel_hero .controls .prev:hover,
.timeline .controls .prev:hover {
  -webkit-transform: translateX(-8%);
          transform: translateX(-8%);
}

.carousel .controls .next,
.carousel_hero .controls .next,
.timeline .controls .next {
  right: 0;
}

.carousel .controls .next:hover,
.carousel_hero .controls .next:hover,
.timeline .controls .next:hover {
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}

.carousel .pagination,
.carousel_hero .pagination,
.timeline .pagination {
  margin: 3em 0 0.5em 0;
}

.carousel .pagination > .progress,
.carousel_hero .pagination > .progress,
.timeline .pagination > .progress {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10%;
  height: 0.3em;
  overflow: hidden;
  border-radius: 0.15em;
  background-color: #dadada;
}

.carousel .pagination > .progress > .swiper-pagination-progressbar-fill,
.carousel_hero .pagination > .progress > .swiper-pagination-progressbar-fill,
.timeline .pagination > .progress > .swiper-pagination-progressbar-fill {
  height: 0.3em;
  background: #e25a5a;
  border-radius: 0.15em;
}

.carousel .pagination > .bullets,
.carousel_hero .pagination > .bullets,
.timeline .pagination > .bullets {
  position: relative;
  bottom: 0;
}

.carousel .pagination > .bullets span,
.carousel_hero .pagination > .bullets span,
.timeline .pagination > .bullets span {
  margin: 5px 10px;
}

.carousel_hero {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vw;
  max-height: 100vh;
  position: relative;
  left: 50%;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.carousel_hero .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 736px;
  max-width: 46rem;
  padding: 0 16px;
}

.carousel_hero .text .title {
  margin: 0;
}

.carousel_hero .context-title {
  font-weight: 500;
  text-transform: uppercase;
}

.carousel_hero .context-title + .title {
  margin-top: 0;
}

.carousel_hero .read-more {
  margin-top: 3em;
}

.carousel_hero .container {
  width: 100vw;
  height: 100vw;
}

.carousel_hero .slide {
  height: 100%;
}

.carousel_hero .swiper-slide-active .section-hero-slideshow-slide-img, .carousel_hero .swiper-slide-next .section-hero-slideshow-slide-img, .carousel_hero .swiper-slide-prev .section-hero-slideshow-slide-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
}

.carousel_hero .controls button svg {
  -webkit-filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.3)) drop-shadow(-1px 1px 0px rgba(255, 255, 255, 0.3)) drop-shadow(1px -1px 0px rgba(255, 255, 255, 0.3)) drop-shadow(-1px -1px 0px rgba(255, 255, 255, 0.3));
          filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.3)) drop-shadow(-1px 1px 0px rgba(255, 255, 255, 0.3)) drop-shadow(1px -1px 0px rgba(255, 255, 255, 0.3)) drop-shadow(-1px -1px 0px rgba(255, 255, 255, 0.3));
}

.carousel_hero .controls .prev {
  left: 64px;
}

.carousel_hero .controls .next {
  right: 64px;
}

.carousel_hero .pagination {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}

.carousel_hero .pagination .bullets .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  border: solid 1px rgba(255, 255, 255, 0.5);
  height: 20px;
  width: 20px;
}

.carousel_hero .pagination .bullets .swiper-pagination-bullet-active {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 53%, rgba(9, 9, 121, 0) 53%, rgba(9, 9, 121, 0) 100%);
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

/*
** ExpandBlock
*/
.expand-block {
  border: solid 1px #213041;
  border-width: 1px 0;
}

* + .expand-block {
  margin-top: 1.5rem;
  border-top-width: 0;
}

.expand-block.-flat {
  border: 0;
}

.expand-block .sub-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-size: calc(14px + 2 * ((100vw - 320px) / 880));
}

.expand-block .no-top-border {
  border-top: none;
}

.expand-block > .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expand-block > .title > .icon-plus {
  margin-left: auto;
  margin-right: 0.5em;
  width: 0.7em;
  height: 0.7em;
  background-image: url(../img/icons/plus.svg);
}

.expand-block > .title + .content {
  margin-top: 0;
}

.expand-block > .title[aria-expanded="true"] + .content {
  padding: 1em 0 2em;
}

.expand-block + .expand-block {
  margin-top: 0;
}

.expand-block > .btn .icon-plus, .teaser:not(.-bg) > a .expand-block > .read-more .icon-plus, .teaser.-split .read-more .expand-block > a .icon-plus {
  background-image: url(../img/icons/plus-white.svg);
  width: 1em;
  height: 1em;
}

.expand-block > .btn[aria-expanded="true"] + .content, .teaser:not(.-bg) > a .expand-block > .read-more[aria-expanded="true"] + .content, .teaser.-split .read-more .expand-block > a[aria-expanded="true"] + .content {
  margin-top: 2em;
}

.expand-block > .btn, .teaser:not(.-bg) > a .expand-block > .read-more, .teaser.-split .read-more .expand-block > a,
.expand-block > .title {
  cursor: pointer;
}

.expand-block > .btn .icon-plus, .teaser:not(.-bg) > a .expand-block > .read-more .icon-plus, .teaser.-split .read-more .expand-block > a .icon-plus,
.expand-block > .title .icon-plus {
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.expand-block > .btn:not([aria-expanded]) + .content, .teaser:not(.-bg) > a .expand-block > .read-more:not([aria-expanded]) + .content, .teaser.-split .read-more .expand-block > a:not([aria-expanded]) + .content, .expand-block > .btn[aria-expanded="false"] + .content, .teaser:not(.-bg) > a .expand-block > .read-more[aria-expanded="false"] + .content, .teaser.-split .read-more .expand-block > a[aria-expanded="false"] + .content,
.expand-block > .title:not([aria-expanded]) + .content,
.expand-block > .title[aria-expanded="false"] + .content {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0.1s, margin 0.5s linear 0s, padding 0.5s linear 0s;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0.1s, margin 0.5s linear 0s, padding 0.5s linear 0s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
          transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
}

.expand-block > .btn:not([aria-expanded]) > .icon-plus, .teaser:not(.-bg) > a .expand-block > .read-more:not([aria-expanded]) > .icon-plus, .teaser.-split .read-more .expand-block > a:not([aria-expanded]) > .icon-plus, .expand-block > .btn[aria-expanded="false"] > .icon-plus, .teaser:not(.-bg) > a .expand-block > .read-more[aria-expanded="false"] > .icon-plus, .teaser.-split .read-more .expand-block > a[aria-expanded="false"] > .icon-plus,
.expand-block > .title:not([aria-expanded]) > .icon-plus,
.expand-block > .title[aria-expanded="false"] > .icon-plus {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
          transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
}

.expand-block > .btn[aria-expanded="true"] + .content, .teaser:not(.-bg) > a .expand-block > .read-more[aria-expanded="true"] + .content, .teaser.-split .read-more .expand-block > a[aria-expanded="true"] + .content,
.expand-block > .title[aria-expanded="true"] + .content {
  opacity: 1;
  overflow: visible;
  -webkit-transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0.1s, margin 0.5s linear 0s, padding 0.5s linear 0s;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0.1s, margin 0.5s linear 0s, padding 0.5s linear 0s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
          transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
}

.expand-block > .btn[aria-expanded="true"] > .icon-plus, .teaser:not(.-bg) > a .expand-block > .read-more[aria-expanded="true"] > .icon-plus, .teaser.-split .read-more .expand-block > a[aria-expanded="true"] > .icon-plus,
.expand-block > .title[aria-expanded="true"] > .icon-plus {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
          transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
}

.expand-block ul {
  list-style-position: inside;
}

.expand-block ul li p {
  display: inline;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

/*
** Hero
*/
.hero {
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100vw;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.hero > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 736px;
  max-width: 46rem;
  padding: 0 16px;
}

.hero .context-title {
  font-weight: 500;
  text-transform: uppercase;
}

.hero .context-title + .title {
  margin-top: 0;
}

.hero .title {
  margin: 0;
}

.hero .read-more {
  margin-top: 3em;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

.product-wrap .situation-images {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 -5px;
}

.product-wrap .situation-images div[itemscope="itemscope"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.product-wrap .situation-images div[itemscope="itemscope"] figure {
  position: relative;
  padding-bottom: 122%;
  float: left;
}

.product-wrap .situation-images div[itemscope="itemscope"] figure a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.product-wrap .situation-images div[itemscope="itemscope"] figure a img .pswp__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.pswp__img {
  position: absolute;
  display: block;
  height: auto !important;
  margin: auto;
  text-align: center;
}

.newsletter-registration {
  z-index: 1100;
  position: fixed;
  left: 100%;
  top: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease-out, top 0s linear 0.4s, left 0s linear 0.4s;
  transition: opacity 0.2s ease-out, top 0s linear 0.4s, left 0s linear 0.4s;
  z-index: 50;
  pointer-events: none;
}

.newsletter-registration > .inner {
  max-width: 40em;
  margin: auto 8px;
  padding: 3em 5em 5em;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-color: #fff;
  pointer-events: all;
}

.newsletter-registration > .inner > * {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.newsletter-registration > .inner .newsletter-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.newsletter-registration > .inner .newsletter-close span {
  display: none;
}

.newsletter-registration > .inner .newsletter-close .icon-close {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/icons/plus.svg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.newsletter-registration h3 {
  text-align: center;
  font-size: calc(30px + 20 * ((100vw - 320px) / 880));
  margin-bottom: 1.5rem;
}

.newsletter-registration [class^="input-"] {
  width: 100%;
  margin-top: 1.5em;
}

.newsletter-registration label {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 0.85em;
}

.newsletter-registration [type="checkbox"] {
  display: inline-block;
  margin-right: 0.5em;
}

.newsletter-registration [type="text"] {
  border-color: #dadada;
  width: 100%;
}

.newsletter-registration .input-terms a {
  text-decoration: underline;
}

.newsletter-registration .input-terms label {
  text-transform: none;
}

.newsletter-registration .input-submit {
  text-align: center;
}

.newsletter-registration .message {
  visibility: hidden;
  opacity: 0;
  color: #e25a5a;
  font-size: 0.8em;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}

.newsletter-registration .error .message,
.newsletter-registration .error + .message,
.newsletter-registration [data-error="true"] .message,
.newsletter-registration [data-error="true"] + .message {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}

[aria-expanded="true"] + .newsletter-registration {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out 0.2s;
  transition: opacity 0.5s ease-out 0.2s;
}

[aria-expanded="true"] + .newsletter-registration > .inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

[aria-expanded="true"] + .newsletter-registration > .overlay {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.newsletter-registration #newsletter-message {
  opacity: 0;
  position: absolute;
}

.newsletter-registration.success > .inner > * {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}

.newsletter-registration.success > .inner #newsletter-message {
  top: 1.5em;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3em 5em 5em;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s;
}

.newsletter-registration.success > .inner .newsletter-close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

.slick-slider {
  position: relative;
  display: block;
}

.slick-slider button {
  z-index: 2;
  position: absolute;
  top: 28%;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.slick-slider button .icon-angle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slick-slider button svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  stroke-width: 2;
  stroke: #213041;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.slick-slider button:hover {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.slick-slider button:hover svg {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  stroke: #e25a5a;
}

.slick-slider .slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.slick-slider .slick-disabled:hover {
  -webkit-transition: none;
  transition: none;
  stroke: none;
}

.slick-slider .prev {
  left: 0;
  margin-left: -10px;
}

.slick-slider .prev .icon-angle {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-slider .prev:hover {
  -webkit-transform: translateX(-8%);
          transform: translateX(-8%);
}

.slick-slider .next {
  right: 0;
  margin-right: -10px;
}

.slick-slider .next:hover {
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}

.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
  padding: 10px 0 0 0;
}

.slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider .slick-list .slick-track .slick-slide {
  float: left;
  height: 100%;
  margin: 5px;
  display: inline-block;
}

.slick-slider.thumbnailSlider .slick-list .slick-track .slick-slide div {
  position: relative;
  padding-bottom: 122%;
  /*float: left;*/
}

.slick-slider.thumbnailSlider .slick-list .slick-track .slick-slide div div {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}

.slick-slider.thumbnailSlider .slick-list .slick-track .slick-slide div div img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  cursor: pointer;
}

.teaser:not(.-bg) > a .read-more, .teaser.-split .read-more a {
  padding: 0.6em 1.2em;
  font-size: calc(13px + 1 * ((100vw - 320px) / 880));
  background-color: transparent;
  color: #213041;
  border: solid 2px currentColor;
}

.teaser:not(.-bg) > a .read-more:focus, .teaser.-split .read-more a:focus, .teaser:not(.-bg) > a .read-more:active, .teaser.-split .read-more a:active, .teaser:not(.-bg) > a .read-more:hover, .teaser.-split .read-more a:hover {
  color: #213041;
}

.teaser:not(.-bg) > a .read-more:after, .teaser.-split .read-more a:after {
  display: none;
}

.teaser a {
  text-decoration: none;
}

.teaser > a {
  display: block;
  width: 100%;
  height: 100%;
}

.teaser > a .read-more {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}

.teaser .img {
  position: relative;
  padding-bottom: 100%;
}

.teaser .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.teaser .text {
  text-align: center;
  margin-top: 1em;
  padding-bottom: 1px;
}

.teaser .lead {
  text-transform: uppercase;
  font-weight: 500;
  max-width: 100%;
}

.teaser .lead + * {
  margin-top: 0.5rem;
}

.teaser .read-more {
  margin-top: 1.5rem;
}

.teaser .read-more a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}

.teaser .read-more a:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  width: 50%;
  height: 2px;
  left: 50%;
  background-color: #e25a5a;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.teaser .read-more a:hover {
  color: #fff;
}

.teaser .read-more a.btn:after, .teaser:not(.-bg) > a .read-more a.read-more:after, .teaser.-split .read-more a:after {
  display: none;
}

.teaser.-bg {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 17rem;
  color: #213041;
}

.teaser.-bg:hover .img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.teaser.-bg > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.teaser.-bg > a .read-more {
  position: relative;
}

.teaser.-bg > a .read-more:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  width: 50%;
  height: 2px;
  left: 50%;
  background-color: #e25a5a;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.teaser.-bg > a:hover {
  color: #fff;
}

.teaser.-bg > a:hover .read-more:after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.teaser.-bg a {
  color: #fff;
}

.teaser.-bg .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.teaser.-bg .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.teaser.-bg .img + .text {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.teaser.-bg .img:after {
  content: "";
  position: absolute;
  height: 50%;
  left: 0;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.4));
}

.teaser.-bg .title {
  font-size: 30px;
  max-width: 100%;
}

.teaser.-bg .title + p {
  margin-top: 1.5rem;
}

.teaser.-bg .text {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0 auto;
  max-width: 44rem;
  padding: 5rem 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.teaser.-bg .read-more {
  font-weight: 500;
  margin-top: 0;
}

.teaser.-bg .read-more:first-child {
  margin-top: auto;
}

.teaser.-bg * + .read-more {
  margin-top: 3rem;
}

.teaser.-bg.-wide .title {
  font-size: 30px;
  max-width: 100%;
}

.teaser.-bg.-narrow {
  min-height: 17em;
}

.teaser.-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.teaser.-split > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.teaser.-split .img {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.teaser.-split .img:before {
  content: "";
  display: block;
  padding: 56.25% 0 0 0;
  position: relative;
  z-index: 0;
}

.teaser.-split .img img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.teaser.-split .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  font-weight: 500;
  margin: 0;
  max-width: 100%;
}

.teaser.-split .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #f2f2f2;
  margin-top: 0;
  padding: 1.5rem 1.5rem 3rem;
}

.teaser.-split .read-more {
  margin-top: 1.5rem;
}

.teaser.-top .img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}

.teaser.-blue {
  background-color: #acd8cf;
}

.teaser.-red {
  background-color: #e25a5a;
}

.teaser.-gray {
  background-color: #dadada;
}

.teaser.-alignleft, .teaser.-alignright {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.teaser.-alignleft .img, .teaser.-alignright .img {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
}

.teaser.-alignleft .img:before, .teaser.-alignright .img:before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-bottom: 100%;
}

.teaser.-alignleft .img img, .teaser.-alignright .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.teaser.-alignleft .title, .teaser.-alignright .title {
  font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  max-width: 100%;
}

.teaser.-alignleft .title + p, .teaser.-alignright .title + p {
  margin-top: 1rem;
}

.teaser.-alignleft .lead, .teaser.-alignright .lead {
  position: absolute;
  top: 0;
  font-size: 0.8152em;
  max-width: 100%;
}

.teaser.-alignleft .text, .teaser.-alignright .text {
  margin: 0;
  padding: 0;
  text-align: left;
}

.teaser.-small .title {
  font-size: calc(14px + 20 * ((100vw - 320px) / 880));
  max-width: 100%;
}

.teaser.-large .title {
  font-size: calc(14px + 58 * ((100vw - 320px) / 880));
  max-width: 100%;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

/*
** TextBlock
*/
.text-block {
  margin: 3rem 16px 2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #dadada;
  border-width: 1px 0;
}

.text-block a {
  text-decoration: underline;
}

.text-block a:hover {
  color: #e25a5a;
}

.text-block > * {
  text-align: center;
}

.text-block > .inner {
  padding: 3rem 16px 4rem;
  max-width: 49rem;
}

.text-block .title {
  font-size: calc(30px + 30 * ((100vw - 320px) / 880));
}

.text-block .title + p {
  margin-top: 1.5rem;
}

.text-block .lead {
  font-weight: 500;
  text-transform: uppercase;
}

.text-block .lead + .title {
  margin-top: 0;
}

.text-block .read-more {
  margin-top: 3rem;
}

.text-block .btn, .text-block .teaser:not(.-bg) > a .read-more, .teaser:not(.-bg) > a .text-block .read-more, .text-block .teaser.-split .read-more a, .teaser.-split .read-more .text-block a {
  text-decoration: none;
}

.text-block .btn:hover, .text-block .teaser:not(.-bg) > a .read-more:hover, .teaser:not(.-bg) > a .text-block .read-more:hover, .text-block .teaser.-split .read-more a:hover, .teaser.-split .read-more .text-block a:hover {
  color: #fff;
}

.text-block.-flat {
  border: 0;
}

.text-block.-fill {
  border: 0;
  margin: 0 -16px;
  background-color: #f2f2f2;
}

.text-block.-fill .inner {
  min-height: 15rem;
}

aside.text-block .title {
  font-size: calc(30px + 20 * ((100vw - 320px) / 880));
}

header.text-block {
  border: 0;
}

[class*="grid-"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="grid-"] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 8px;
}

.grid-2 {
  margin-left: -12px;
  margin-right: -12px;
}

.timeline .lead {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 2rem auto;
}

.timeline .controls button {
  top: 41%;
}

.timeline .pagination {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin: 2rem auto 0;
  width: 50%;
}

.timeline .pagination .progress {
  width: 100%;
}

.timeline-dates {
  display: none;
}

.timeline-date {
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.5rem 0;
}

.timeline-date + .timeline-date:before {
  content: "\25C6";
  display: inline-block;
  font-size: 0.7rem;
  vertical-align: middle;
  line-height: 1.5rem;
  color: #dadada;
}

.timeline-date[aria-selected="true"] {
  font-weight: 600;
}

.timeline-event .img {
  padding: 0 1.5em;
}

.timeline-event .img img {
  display: block;
}

.timeline-event .text {
  text-align: center;
}

.timeline-event .title {
  margin: 1rem 0;
  font-size: calc(30px + 10 * ((100vw - 320px) / 880));
}

.timeline-date {
  font-size: 0;
}

.timeline-date:before,
.timeline-date:after {
  font-size: 1rem;
}

.video {
  position: relative;
}

.video:before {
  content: "";
  display: block;
  padding: 56.25% 0 0 0;
  position: relative;
  z-index: 0;
}

.video iframe,
.video video {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video.standard:before {
  content: "";
  display: block;
  padding: 75% 0 0 0;
  position: relative;
  z-index: 0;
}

@media (min-width: 1px) {
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
  .grid-4 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin: 8px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 16px);
  }
}

@media (min-width: 320px) {
  #country-dialogue-container #country-dialogue .inner {
    padding: 3em 5em 4em 5em;
  }
  #country-dialogue-container #country-dialogue .inner h3 {
    margin-bottom: 2em;
  }
  #country-dialogue-container #country-dialogue .inner .country-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #country-dialogue-container #country-dialogue .inner .country-links a {
    font-size: 16px;
  }
}

@media (min-width: 560px) {
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  footer .nav-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  footer .connect {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .connect > .newsletter {
    margin: 0;
  }
  footer .connect > * + .nav-social {
    margin-left: auto;
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  #country-dialogue-container #country-dialogue .inner .country-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #country-dialogue-container #country-dialogue .inner .country-links a {
    font-size: 18px;
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .teaser.-alignleft, .teaser.-alignright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .teaser.-alignleft > *, .teaser.-alignright > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
  }
  .teaser.-alignleft .img, .teaser.-alignright .img {
    width: auto;
  }
  .teaser.-alignleft .img, .teaser.-alignright .img {
    margin-bottom: 0;
  }
  .teaser.-alignright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  [class*="grid-"] {
    margin-left: -12px;
    margin-right: -12px;
  }
  [class*="grid-"] > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 24px);
            flex: 0 1 calc(50% - 24px);
    margin: 12px;
  }
  [class*="grid-"] > .full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
  }
  .-inset[class*="grid-"] {
    padding: 0 64px;
  }
  .grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
}

@media (min-width: 768px) {
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  body,
  html {
    overflow-x: hidden;
  }
  .-fill {
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .-fill > .inner {
    padding: 5rem 0;
  }
  main {
    padding: 0 32px;
  }
  main > .inner > section {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  main > .inner > :last-child {
    margin-bottom: 7em;
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  #site-header {
    padding: 0 32px;
  }
  #site-header .ks-logo {
    width: calc(2.4em * 2.272727);
    padding-bottom: 2.4em;
  }
  .burger-btn {
    display: none;
  }
  .nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0 6%;
    padding: 0;
  }
  .nav-main .open-newsletter {
    display: none;
  }
  .header-search {
    margin: 0 auto;
  }
  .header-search .search-form {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  footer {
    padding: 3rem 32px 0;
  }
  footer > .inner {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  footer [class^="nav-section"] {
    margin-bottom: 0;
  }
  footer .connect {
    margin-bottom: 0;
  }
  footer .connect > .newsletter {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: auto;
  }
  footer .connect > .nav-social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  footer .providers [class^="logo-"] {
    height: 2.5rem;
  }
  footer .the-end {
    margin: 4em -32px 0;
    padding: 0 32px;
  }
  footer .the-end > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 1.5em 0;
  }
  footer .copy span {
    display: inline;
  }
  footer .nav-market {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  footer .nav-market .market-list {
    margin-left: 1em;
  }
  footer .nav-market .nav-btn {
    display: inline-block;
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .nav-mobile [class^="nav-section"] > .nav-btn,
  .nav-main [class^="nav-section"] > .nav-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    padding: 1.5em 0.75em;
  }
  .nav-mobile [class^="nav-section"] > .nav-btn[aria-expanded="true"] + .content,
  .nav-main [class^="nav-section"] > .nav-btn[aria-expanded="true"] + .content {
    padding: 2em;
  }
  .nav-mobile [class^="nav-section"] > .content,
  .nav-main [class^="nav-section"] > .content {
    position: absolute;
    width: 100%;
    top: calc(100% + 2px);
    left: 0;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links.-with-icons,
  .nav-main [class^="nav-section"] > .content .nav-links.-with-icons {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links.-with-icons a.icon,
  .nav-main [class^="nav-section"] > .content .nav-links.-with-icons a.icon {
    font-weight: 600;
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links > li,
  .nav-main [class^="nav-section"] > .content .nav-links > li {
    -webkit-animation: fade-in-translate-r 0.3s both cubic-bezier(0.75, 0.02, 0.5, 1);
            animation: fade-in-translate-r 0.3s both cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links > li:nth-child(1),
  .nav-main [class^="nav-section"] > .content .nav-links > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links > li:nth-child(2),
  .nav-main [class^="nav-section"] > .content .nav-links > li:nth-child(2) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links > li:nth-child(3),
  .nav-main [class^="nav-section"] > .content .nav-links > li:nth-child(3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links > li:nth-child(4),
  .nav-main [class^="nav-section"] > .content .nav-links > li:nth-child(4) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links > li:nth-child(5),
  .nav-main [class^="nav-section"] > .content .nav-links > li:nth-child(5) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .nav-mobile [class^="nav-section"] > .content .nav-links > li:nth-child(6),
  .nav-main [class^="nav-section"] > .content .nav-links > li:nth-child(6) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .nav-main [class^="nav-section"] {
    border-bottom: 0;
    margin-left: 1em;
  }
  .nav-main [class^="nav-section"].hidden {
    display: none;
  }
  .nav-main [class^="nav-section"]:first-child {
    border-top: 0;
  }
  .nav-main [class^="nav-section"] > * {
    width: auto;
  }
  .nav-main [class^="nav-section"] > .nav-btn:after:not(.loggedin-ball) {
    content: "";
    position: absolute;
    bottom: 22%;
    width: 40%;
    height: 2px;
    left: 30%;
    right: 30%;
    background-color: #e25a5a;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .nav-main [class^="nav-section"] > .nav-btn[aria-expanded="true"], .nav-main [class^="nav-section"] > .nav-btn:hover, .nav-main [class^="nav-section"] > .nav-btn:focus, .nav-main [class^="nav-section"] > .nav-btn:active {
    outline: none;
  }
  .nav-main [class^="nav-section"] > .nav-btn[aria-expanded="true"]:after, .nav-main [class^="nav-section"] > .nav-btn:hover:after, .nav-main [class^="nav-section"] > .nav-btn:focus:after, .nav-main [class^="nav-section"] > .nav-btn:active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .nav-main [class^="nav-section"] > .content .inner > ul {
    padding-top: 0.5em;
    padding-bottom: 1em;
    max-width: 42em;
  }
  .nav-main [class^="nav-section"] > .content .inner > ul > li {
    width: 21em;
    margin: 0 1em 0 0;
  }
  .nav-main [class^="nav-section"] > .content .inner > ul > li > a.icon svg {
    font-size: 16px;
  }
  .nav-main [class^="nav-section"] > .content .inner > ul.-with-icons > li {
    padding-bottom: 1.5em;
  }
  .nav-mobile {
    display: none;
  }
  .nav-crumbs {
    padding: 0 32px;
  }
  .nav-crumbs > .inner .path {
    display: inline-block;
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  #eu-cookie {
    padding: 0 32px;
  }
  #eu-cookie > .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .carousel,
  .carousel_hero,
  .timeline {
    padding: 0 64px;
  }
  .carousel .controls button,
  .carousel_hero .controls button,
  .timeline .controls button {
    top: 32%;
    width: 2em;
    height: 2em;
  }
  .carousel .controls .prev,
  .carousel_hero .controls .prev,
  .timeline .controls .prev {
    left: -8px;
  }
  .carousel .controls .next,
  .carousel_hero .controls .next,
  .timeline .controls .next {
    right: -8px;
  }
  .carousel_hero {
    padding: 0;
  }
  .carousel_hero .container {
    height: 64vw;
  }
  .carousel_hero .controls .prev {
    left: 64px;
  }
  .carousel_hero .controls .next {
    right: 64px;
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .slick-slider button {
    top: 43%;
    width: 2em;
    height: 2em;
  }
  .slick-slider .prev {
    left: -8px;
  }
  .slick-slider .next {
    right: -8px;
  }
  .teaser .img {
    padding-bottom: 125%;
  }
  .teaser .read-more a:after {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  .teaser .read-more a:hover:after {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  .teaser.-bg {
    min-height: 22rem;
  }
  .teaser.-bg {
    min-height: 30rem;
  }
  .teaser.-bg > a .read-more:after {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  .teaser.-bg .title {
    font-size: 30px;
  }
  .teaser.-bg .text {
    padding: 32px;
  }
  .teaser.-bg.-wide .title {
    font-size: 34px;
  }
  .teaser.-alignleft > *, .teaser.-alignright > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 40px);
            flex: 0 1 calc(50% - 40px);
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .text-block {
    margin: 3rem 0;
  }
  .text-block > .inner {
    padding: 3rem 32px 4rem;
  }
  .text-block.-fill {
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
  .text-block.-fill .inner {
    min-height: 21rem;
  }
  .grid-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 24px);
  }
  .grid-4 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
    margin: 12px;
  }
  .grid-4 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .timeline .lead {
    margin: 0 auto 3rem auto;
  }
  .timeline .pagination {
    width: calc(100% - 3em);
    margin: 4rem auto 0;
  }
  .timeline-dates {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 1198px) {
  .timeline-date:nth-child(2n+1) {
    font-size: 1rem;
    padding-left: 0;
  }
  .timeline-date:nth-child(2n+1):before {
    display: none;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1216px) {
  .timeline .controls .prev {
    left: 16px;
  }
  .timeline .controls .next {
    right: 16px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  footer .nav-footer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  footer .nav-footer > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  footer .newsletter {
    margin: 0;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .carousel_hero {
    height: 64vw;
  }
  .carousel_hero .text {
    max-width: 40rem;
  }
  .carousel_hero .swiper-slide-active .section-hero-slideshow-slide-img, .carousel_hero .swiper-slide-next .section-hero-slideshow-slide-img, .carousel_hero .swiper-slide-prev .section-hero-slideshow-slide-img {
    height: 100%;
    width: 100%;
  }
  .hero {
    max-height: 64vw;
  }
}

@media (min-width: 960px) {
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  main > .inner > section {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  main > .inner > :last-child {
    margin-bottom: 10em;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  footer {
    padding: 4rem 32px 0;
  }
  footer .nav-footer {
    margin: 0;
  }
  footer .nav-footer > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
  footer .connect {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .connect > .newsletter {
    margin-bottom: 1.5em;
  }
  footer .connect > .nav-social {
    margin-left: 0;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .teaser.-bg .title {
    font-size: 50px;
  }
  .teaser.-bg.-wide .title {
    font-size: 50px;
  }
  .teaser.-bg.-narrow {
    min-height: 22em;
  }
  .teaser.-split .text {
    padding: 1.5rem 3.5em 3.5rem;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
  .text-block {
    margin: 4rem 0;
  }
  .text-block > .inner {
    padding: 4rem 32px 5rem;
  }
  .grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(33.33% - 24px);
  }
  .grid-3 > [class*="wide"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(66.66% - 24px);
  }
  .grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(25% - 24px);
  }
  .grid-4 > .wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 24px);
  }
  .grid-4 > .wider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(75% - 24px);
  }
}

@media (min-width: 1199px) {
  .timeline-date:nth-child(3n+1) {
    font-size: 1rem;
    padding-left: 0;
  }
  .timeline-date:nth-child(3n+1):before {
    display: none;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  :root {
    font-size: 16px;
  }
  h1 {
    font-size: 90px;
  }
  h2 {
    font-size: 72px;
  }
  .article h2 {
    font-size: 30px;
  }
  .article h3 {
    font-size: 24px;
  }
  .article h4 {
    font-size: 20px;
  }
  .header-search .content .title {
    font-size: 34px;
  }
  .user-login h3, .user-logout h3 {
    font-size: 45px;
  }
  .nav-logout h2 {
    min-width: 272px;
    font-size: 40px;
  }
  footer .title {
    font-size: 16px;
  }
  footer .the-end > .inner {
    font-size: 13px;
  }
  .nav-mobile [class^="nav-section"] .title,
  .nav-main [class^="nav-section"] .title,
  .header-search > .content .title {
    font-size: 40px;
  }
  .nav-mobile [class^="nav-section"] .inner,
  .nav-main [class^="nav-section"] .inner,
  .header-search > .content .inner {
    padding: 0 96px;
  }
  .nav-mobile [class^="nav-section"] .title,
  .nav-main [class^="nav-section"] .title,
  .header-search > .content .title {
    min-width: 272px;
  }
  .nav-crumbs {
    font-size: 13px;
  }
  .expand-block .sub-title {
    font-size: 16px;
  }
  .expand-block > .title {
    font-size: 16px;
  }
  .newsletter-registration h3 {
    font-size: 50px;
  }
  .teaser:not(.-bg) > a .read-more, .teaser.-split .read-more a {
    font-size: 14px;
  }
  .teaser.-split .title {
    font-size: 24px;
  }
  .teaser.-alignleft .title, .teaser.-alignright .title {
    font-size: 24px;
  }
  .teaser.-small .title {
    font-size: 34px;
  }
  .teaser.-large .title {
    font-size: 72px;
  }
  .text-block .title {
    font-size: 60px;
  }
  aside.text-block .title {
    font-size: 50px;
  }
  .timeline .lead {
    font-size: 16px;
  }
  .timeline-event .title {
    font-size: 40px;
  }
}

@media (max-height: 890px) and (min-width: 1200px) {
  .hero .title {
    font-size: 60px;
  }
  .text-block .title {
    font-size: 50px;
  }
}

@media (orientation: landscape) and (max-width: 1200px) {
  .carousel_hero .read-more {
    margin-top: 1em;
  }
  .carousel_hero .pagination {
    margin-top: 1em;
    bottom: 3px;
  }
}

@media (max-height: 890px) {
  .hero .title {
    font-size: calc(30px + 30 * ((100vw - 320px) / 880));
  }
  .text-block .title {
    font-size: calc(30px + 20 * ((100vw - 320px) / 880));
  }
}

@media (max-width: 768px) {
  .slick-slider button {
    top: 50%;
    width: 2em;
    height: 2em;
  }
}

@media (max-width: 767px) {
  [type="text"],
  [type="email"],
  [type="date"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="url"],
  [type="number"],
  [type="number"],
  select,
  textarea {
    font-size: 16px;
  }
  #site-header {
    top: 0;
  }
  .burger-btn + .nav-main {
    display: block;
    z-index: 101;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    overflow: hidden scroll;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    -webkit-transition: none;
    transition: none;
  }
  .burger-btn + .nav-main > [class^="nav-section"] {
    display: none;
  }
  .burger-btn[aria-expanded="true"] + .nav-main {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease;
  }
  .burger-btn[aria-expanded="true"] + .nav-main > [class^="nav-section"] {
    display: block;
  }
  .user-login > .inner, #logout-popup-section .user-logout .inner {
    padding: 3em;
  }
  .nav-section-Logout #content {
    padding-top: 20px;
  }
  .nav-section-Logout #content #nav-links a:before {
    background-image: none;
  }
  .nav-mobile [class^="nav-section"] > .content,
  .nav-main [class^="nav-section"] > .content {
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: padding-top, padding-bottom, max-height;
    transition-property: padding-top, padding-bottom, max-height;
  }
  .nav-main [class^="nav-section"] {
    -webkit-animation: fade-in 0.3s both 0.15s cubic-bezier(0.75, 0.02, 0.5, 1);
            animation: fade-in 0.3s both 0.15s cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .nav-main [class^="nav-section"]:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .nav-main [class^="nav-section"]:nth-child(3) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .nav-main [class^="nav-section"]:nth-child(4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .nav-main [class^="nav-section"]:nth-child(5) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .nav-main [class^="nav-section"]:nth-child(6) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .nav-main [class^="nav-section"]:nth-child(7) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .nav-main [class^="nav-section"] > .nav-btn[aria-expanded="true"], .nav-main [class^="nav-section"] > .nav-btn:hover, .nav-main [class^="nav-section"] > .nav-btn:focus, .nav-main [class^="nav-section"] > .nav-btn:active {
    font-weight: 600;
  }
  .nav-main [class^="nav-section"] > .nav-btn[aria-expanded="true"]:before {
    -webkit-transform: none;
            transform: none;
    opacity: 0.35;
  }
  .nav-main [class^="nav-section"] > .nav-btn:before:not(.loggedin-ball) {
    content: "";
    display: block;
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.25em;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-image: url(../img/icons/angle-down.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }
  .nav-main [class^="nav-section"] > .content .title,
  .nav-main [class^="nav-section"] > .content .filler,
  .nav-main [class^="nav-section"] > .content .sub {
    display: none;
  }
  .nav-main [class^="nav-section"] > .content .nav-links a {
    padding-left: 1.5em;
  }
  .nav-main [class^="nav-section"] > .content .nav-links a:before {
    content: "";
    display: block;
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.25em;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-image: url(../img/icons/angle-down.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }
  .carousel_hero .text {
    max-width: 40rem;
  }
  .carousel_hero .swiper-slide-active .section-hero-slideshow-slide-img, .carousel_hero .swiper-slide-next .section-hero-slideshow-slide-img, .carousel_hero .swiper-slide-prev .section-hero-slideshow-slide-img {
    height: 100%;
    /*width: auto;*/
  }
  .carousel_hero .controls .prev {
    left: 10px;
  }
  .carousel_hero .controls .next {
    right: 10px;
  }
  .teaser > a .read-more {
    position: relative;
    padding-bottom: 0.5em;
  }
  .teaser > a .read-more:not(.btn):after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    left: 50%;
    background-color: #e25a5a;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  .timeline .pagination {
    display: inline-block;
  }
}

@media (max-width: 360px) {
  .nav-mobile [class^="nav-section"] {
    margin-left: 1em;
  }
  .nav-mobile [class^="nav-section"] > .nav-btn {
    padding: 1em 0;
  }
}

@media (orientation: landscape) {
  .carousel_hero:first-child {
    height: 38vw;
    max-height: 100vh;
  }
  .carousel_hero .swiper-slide-active .section-hero-slideshow-slide-img:first-child, .carousel_hero .swiper-slide-next .section-hero-slideshow-slide-img:first-child, .carousel_hero .swiper-slide-prev .section-hero-slideshow-slide-img:first-child {
    height: 100%;
    max-height: 100vh;
  }
  .carousel_hero .swiper-slide-active .section-hero-slideshow-slide-img, .carousel_hero .swiper-slide-next .section-hero-slideshow-slide-img, .carousel_hero .swiper-slide-prev .section-hero-slideshow-slide-img {
    /*height: 46vw;*/
    max-height: 100vh;
    width: auto;
    width: 100%;
  }
  .expand-block > .btn[aria-expanded="true"] + .content, .teaser:not(.-bg) > a .expand-block > .read-more[aria-expanded="true"] + .content, .teaser.-split .read-more .expand-block > a[aria-expanded="true"] + .content,
  .expand-block > .title[aria-expanded="true"] + .content {
    max-height: 300vw;
  }
  .hero {
    height: 46vw;
    max-height: 100vh;
  }
  .hero:first-child {
    height: 38vw;
    max-height: 100vh;
  }
}

@media (orientation: portrait) {
  .expand-block > .btn[aria-expanded="true"] + .content, .teaser:not(.-bg) > a .expand-block > .read-more[aria-expanded="true"] + .content, .teaser.-split .read-more .expand-block > a[aria-expanded="true"] + .content,
  .expand-block > .title[aria-expanded="true"] + .content {
    max-height: 300vh;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    width: 100%;
  }
  select {
    background-size: 1.5em;
  }
  .-fill > .inner {
    width: 100%;
  }
  .carousel_hero .text {
    width: 100%;
  }
  .hero > .text {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .carousel .pagination,
  .carousel_hero .pagination,
  .timeline .pagination {
    margin-left: -60px;
  }
}
@-webkit-keyframes spinner {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.cart-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em 0.5em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cart-item + .cart-item {
  border-top: solid 1px #dadada;
}
.cart-item .updating {
  background-image: url(../img/icons/spinner.svg);
}
.cart-item > .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6.4em;
  height: 6.4em;
  margin-right: 1em;
}
.cart-item > .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.cart-item > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cart-item > .text > .item-number {
  font-size: calc(12px + 1 * ((100vw - 320px) / 880));
}
.cart-item .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0.25em 0;
}
.cart-item .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.cart-item .quantity > input {
  border: 0;
  width: 3em;
}
.cart-item .quantity > .price {
  font-weight: 600;
}
.cart-item .message {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.8em;
  color: #e25a5a;
}
.cart-item .remove {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  border-radius: 50%;
  margin-left: auto;
}
.cart-item .icon-plus,
.cart-item .icon-spinner {
  position: relative;
  display: block;
  width: 0.8em;
  height: 0.8em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cart-item .icon-plus svg,
.cart-item .icon-spinner svg {
  display: block;
  stroke: #213041;
  fill: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.cart-item .icon-spinner svg {
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
}
.outlet-banner-small {
  text-transform: uppercase;
  background-color: #e25a5a;
  position: absolute;
  top: 20px;
  z-index: 1;
  margin-left: -5px;
  height: 20px;
  font-size: 10px;
  color: #fff;
  padding: 5px 7px;
  line-height: 1;
}
@media (min-width: 1200px) {
.cart-item > .text > .item-number {
    font-size: 13px;
}
}
@-webkit-keyframes bounce {
0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
40% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}
}
@keyframes bounce {
0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
40% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}
}
.ball-enter-active {
  -webkit-animation: bounce 0.5s;
          animation: bounce 0.5s;
}
.ball-leave-active {
  animation: bounce 0.5s reverse;
}
.header-cart .cart-btn {
  background: none;
  border: 0;
}
.header-cart .cart-btn > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.header-cart .cart-btn .icon-cart {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
}
.header-cart .cart-btn .icon-cart svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #213041;
  fill: transparent;
}
.header-cart .cart-btn:focus, .header-cart .cart-btn:active {
  color: #e25a5a;
}
.header-cart .cart-btn:focus svg, .header-cart .cart-btn:active svg {
  stroke: #e25a5a;
}
.header-cart .cart-btn[aria-expanded="true"] {
  color: #213041;
}
.header-cart .cart-btn[aria-expanded="true"] + .content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
}
.header-cart .cart-btn[aria-expanded="true"] ~ .overlay {
  visibility: visible;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0s linear 0s, visibility 0s linear 0s;
  transition: opacity 0s linear 0s, visibility 0s linear 0s;
}
.header-cart .cart-count {
  position: relative;
  width: 1.6rem;
  text-align: center;
  font-size: calc(14px + 0 * ((100vw - 320px) / 880));
}
.header-cart .cart-ball {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  background-color: #cee8e2;
  border-radius: 50%;
}
.header-cart:hover .cart-ball {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.header-cart > .overlay {
  visibility: hidden;
}
.header-cart > .content {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: calc(3.5rem + 2px);
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2em 2em 3em;
  background-color: #f2f2f2;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.header-cart > .content > .title {
  font-size: calc(24px + 16 * ((100vw - 320px) / 880));
  margin-bottom: 1.5rem;
}
.header-cart > .content > .empty {
  font-size: calc(12px + 1 * ((100vw - 320px) / 880));
}
.header-cart > .content > .count {
  font-size: calc(12px + 1 * ((100vw - 320px) / 880));
  margin-bottom: 0.5em;
}
.header-cart > .content .close-btn {
  position: absolute;
  top: 2em;
  right: 2em;
}
.header-cart > .content .close-btn span {
  display: none;
}
.header-cart > .content .close-btn .icon-plus {
  width: 1.25em;
  height: 1.25em;
  position: relative;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-cart > .content .close-btn .icon-plus svg {
  display: block;
  stroke: #213041;
  fill: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-cart .cartitem-list {
  list-style: none;
  margin: 0;
  background-color: transparent;
  border: solid 1px #dadada;
  border-width: 1px 0;
}
.header-cart .cart-message {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: #e25a5a;
}
.header-cart .cart-message .close-btn {
  display: none;
}
.header-cart .cart-pricing {
  width: 100%;
  padding: 1.5em;
  margin: 3em auto;
  background-color: #fff;
  border-radius: 0.5em;
}
.header-cart .cart-pricing td,
.header-cart .cart-pricing th {
  border: 0;
}
.header-cart .cart-pricing td {
  text-align: right;
}
.header-cart .cart-pricing .cart-sum {
  font-weight: 600;
}
.header-cart .cart-pricing .cart-sum > * {
  border-top: solid 1px #dadada;
}
.header-cart .cart-pricing .cart-vat {
  font-size: 0.8em;
  color: #626c7a;
}
.header-cart .cart-pricing .cart-discount {
  color: #e25a5a;
}
.header-cart .checkout-btn {
  margin: 0 3em;
}
.header-cart .checkout-btn .btn {
  display: block;
  color: #fff !important;
}
.header-cart .clear-btn {
  margin: 1em auto 2em auto;
  text-align: center;
}
.header-cart .clear-btn > button {
  font-size: 0.8em;
}
@media (min-width: 768px) {
.header-cart .cart-btn[aria-expanded="true"] ~ .overlay {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.header-cart > .overlay {
    z-index: 1;
    position: fixed;
    visibility: visible;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, left 0s linear 0.4s;
    transition: opacity 0.3s linear, left 0s linear 0.4s;
}
.header-cart > .content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 10;
    bottom: 0;
    top: 0;
    left: auto;
    width: 32em;
    max-width: 60vw;
}
}
@media (min-height: 769px) {
.header-cart .cartitem-list {
    overflow: auto;
}
}
@media (min-width: 1200px) {
.header-cart .cart-count {
    font-size: 14px;
}
.header-cart > .content > .title {
    font-size: 40px;
}
.header-cart > .content > .empty {
    font-size: 13px;
}
.header-cart > .content > .count {
    font-size: 13px;
}
}
@media (max-height: 768px) {
.header-cart > .content {
    overflow: auto;
}
}
@media (max-width: 767px) {
.header-cart > .overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: opacity 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0s linear 0.5s, visibility 0s linear 0.5s;
}
}
@media (max-width: 360px) {
.header-cart .cart-btn .icon-cart {
    margin-right: 0;
}
}
@-webkit-keyframes bounce {
0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
40% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}
}
@keyframes bounce {
0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
40% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}
}
.bounce-enter-active {
  -webkit-animation: bounce 0.5s;
          animation: bounce 0.5s;
}
.bounce-leave-active {
  animation: bounce 0.5s reverse;
}
.header-favorites > .favorites-btn {
  position: relative;
  background: none;
  border: 0;
}
.header-favorites > .favorites-btn > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.header-favorites > .favorites-btn .icon-favorite {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
}
.header-favorites > .favorites-btn .icon-favorite svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #213041;
  stroke-width: 1;
}
.header-favorites > .favorites-btn:focus, .header-favorites > .favorites-btn:active {
  color: #e25a5a;
}
.header-favorites > .favorites-btn:focus svg, .header-favorites > .favorites-btn:active svg {
  stroke: #e25a5a;
}
.header-favorites > .favorites-btn[aria-expanded="true"] {
  color: #213041;
}
.header-favorites > .favorites-btn[aria-expanded="true"] + .content {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-favorites > .favorites-btn[aria-expanded="true"] ~ .overlay {
  visibility: visible;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0s linear 0s, visibility 0s linear 0s;
  transition: opacity 0s linear 0s, visibility 0s linear 0s;
}
.header-favorites > .favorites-btn .favorite-count {
  position: relative;
  width: 1.6rem;
  text-align: center;
  font-size: calc(14px + 0 * ((100vw - 320px) / 880));
}
.header-favorites > .favorites-btn .favorite-count span {
  z-index: 1;
  position: relative;
}
.header-favorites > .favorites-btn .favorite-ball {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  background-color: #cee8e2;
  border-radius: 50%;
}
.header-favorites > .favorites-btn:hover .favorite-ball {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.header-favorites > .overlay {
  visibility: hidden;
}
.header-favorites > .content {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: calc(3.5rem + 2px);
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2em 2em 3em;
  background-color: #f2f2f2;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.header-favorites > .content > .title {
  font-size: calc(24px + 26 * ((100vw - 320px) / 880));
  margin-bottom: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header-favorites > .content > .empty {
  font-size: calc(12px + 1 * ((100vw - 320px) / 880));
}
.header-favorites > .content > .count {
  font-size: calc(12px + 1 * ((100vw - 320px) / 880));
  margin-bottom: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header-favorites > .content .clear-btn {
  margin: 2em auto;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header-favorites > .content .clear-btn > button {
  font-size: 0.8em;
}
.header-favorites > .content .close-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: 2em;
  right: 2em;
}
.header-favorites > .content .close-btn span {
  display: none;
}
.header-favorites > .content .close-btn > .icon-plus {
  width: 1.75em;
  height: 1.75em;
}
.header-favorites > .content .icon-plus {
  position: relative;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-favorites > .content .icon-plus svg {
  display: block;
  stroke: #213041;
  fill: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-favorites .favorites-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  list-style: none;
  margin: 0;
  right: 0;
  border: solid 1px #dadada;
  border-width: 1px 0;
}
.header-favorites .favorites-list .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  margin-right: 1em;
}
.header-favorites .favorites-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em 0.5em;
  min-width: 18em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-favorites .favorites-list li > .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6.4em;
  height: 6.4em;
  margin-right: 1em;
}
.header-favorites .favorites-list li > .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.header-favorites .favorites-list li .text .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0.25em 0;
}
.header-favorites .favorites-list li .text > .item-number {
  font-size: calc(12px + 1 * ((100vw - 320px) / 880));
  margin-bottom: 0.25em;
}
.header-favorites .favorites-list li + li {
  border-top: solid 1px #dadada;
}
.header-favorites .favorites-list .remove {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  border-radius: 50%;
  margin-left: auto;
}
.header-favorites .favorites-list .remove .icon-plus {
  width: 1.25em;
  height: 1.25em;
}
@media (min-width: 768px) {
.header-favorites > .favorites-btn[aria-expanded="true"] + .content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.header-favorites > .favorites-btn[aria-expanded="true"] ~ .overlay {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.header-favorites > .overlay {
    z-index: 1;
    position: fixed;
    visibility: visible;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, left 0s linear 0.4s;
    transition: opacity 0.3s linear, left 0s linear 0.4s;
}
.header-favorites > .content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 10;
    bottom: 0;
    top: 0;
    left: auto;
    width: 32em;
    max-width: 60vw;
}
.header-favorites > .content .close-btn > .icon-plus {
    width: 1.25em;
    height: 1.25em;
}
.header-favorites .favorites-list .remove .icon-plus {
    width: 0.8em;
    height: 0.8em;
}
}
@media (min-height: 769px) {
.header-favorites .favorites-list {
    overflow: auto;
}
}
@media (min-width: 1200px) {
.header-favorites > .favorites-btn .favorite-count {
    font-size: 14px;
}
.header-favorites > .content > .title {
    font-size: 50px;
}
.header-favorites > .content > .empty {
    font-size: 13px;
}
.header-favorites > .content > .count {
    font-size: 13px;
}
.header-favorites .favorites-list li .text > .item-number {
    font-size: 13px;
}
}
@media (max-height: 768px) {
.header-favorites > .content {
    overflow: auto;
}
}
@media (max-width: 767px) {
.header-favorites > .overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: opacity 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0s linear 0.5s, visibility 0s linear 0.5s;
}
}
@media (max-width: 360px) {
.header-favorites > .favorites-btn .icon-favorite {
    margin-right: 0;
}
}
