/* Slider */
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider,.slick-list {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
}
.slick-prev,
.slick-next,.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Import core */
@import url('https://use.typekit.net/zul1wrm.css');
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/** Generated by FG **/
@font-face {
  font-family: 'Fakt-Normal';
  src: url('../fonts/Fakt-Normal/Fakt-Normal.eot');
  src: local('☺'), url('../fonts/Fakt-Normal/Fakt-Normal.woff') format('woff'), url('../fonts/Fakt-Normal/Fakt-Normal.ttf') format('truetype'), url('../fonts/Fakt-Normal/Fakt-Normal.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Fakt-Light';
  src: url('../fonts/Fakt-Light/Fakt-Light.eot');
  src: local('☺'), url('../fonts/Fakt-Light/Fakt-Light.woff') format('woff'), url('../fonts/Fakt-Light/Fakt-Light.ttf') format('truetype'), url('../fonts/Fakt-Light/Fakt-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Fakt-SemiBold';
  src: url('../fonts/Fakt-SemiBold/Fakt-SemiBold.eot');
  src: local('☺'), url('../fonts/Fakt-SemiBold/Fakt-SemiBold.woff') format('woff'), url('../fonts/Fakt-SemiBold/Fakt-SemiBold.ttf') format('truetype'), url('../fonts/Fakt-SemiBold/Fakt-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Fakt-Blond';
  src: url('../fonts/Fakt-Blond/Fakt-Blond.eot');
  src: local('☺'), url('../fonts/Fakt-Blond/Fakt-Blond.woff') format('woff'), url('../fonts/Fakt-Blond/Fakt-Blond.ttf') format('truetype'), url('../fonts/Fakt-Blond/Fakt-Blond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  background: #02021E;
}
body * {
  font-family: 'Fakt-Normal', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  body * {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
button {
  outline: none;
}
cite {
  font-family: 'Poppins', serif;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}
@media all and (min-width: 768px) {
  cite {
    font-family: 'Poppins', serif;
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.025em;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
}
html {
  font-size: 10px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'fatfrank', serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0;
  padding: 0;
}
picture {
  max-width: 100%;
  width: 100%;
  display: block;
}
picture source,img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.button {
  font-family: 'Fakt-Normal', sans-serif;
  color: #FFFFFF;
  background: #2D5AFF;
  padding: 1.6rem 4rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: flex;
}
.button a {
  text-decoration: none;
}
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #02021E;
  color: #747474;
  font-family: 'Fakt-Light', sans-serif;
  font-size: 1.4rem;
  border-top: 1px solid #979797;
}
footer div {
  font-size: inherit;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 2.4rem;
}
footer .wrapper .site-title,
footer .wrapper .site-description {
  display: none;
}
footer .site-branding {
  margin-bottom: 1.6rem;
  max-width: 10rem;
}
footer .site-branding .custom-logo-dark {
  display: none;
}
footer .navigation-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
footer ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer ul li {
  margin: 0 3rem 0 0;
}
footer ul li:last-child {
  margin: 0;
}
footer ul li a {
  font-family: 'Fakt-Normal', serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: inherit;
  transition: all 0.24s ease-out;
  display: block;
}
@media all and (min-width: 768px) {
  footer .navigation-wrapper {
    flex-direction: row;
  }
}
@media all and (min-width: 1024px) {
  footer .wrapper {
    padding: 2.4rem 7.2rem 4.6rem 7.2rem;
    justify-content: space-between;
  }
  footer .wrapper .site-branding {
    max-width: 12rem;
  }
}
header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  transition: background 0.24s ease-out;
  z-index: 100;
}
header:after {
  content: '';
  width: 100%;
  height: 0.1rem;
  background: #FFFFFF;
  opacity: 0.36;
  display: block;
}
header .wrapper {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.4rem;
  transition: padding 0.24s ease-out, box-shadow 0.24s ease-out;
}
header .site-title,
header .site-description {
  display: none;
}
header .site-branding {
  max-width: 11rem;
}
header .site-branding .custom-logo-dark {
  display: none;
}
header .site-branding .custom-logo-dark img {
  width: 100%;
  height: auto;
}
header .menu-toggle {
  width: 2.8rem;
  color: transparent;
  position: relative;
  margin-top: 0.6rem;
  transition: all 0s ease-out 0.2s;
  z-index: 101;
}
header .menu-toggle,header .menu-toggle:before,
header .menu-toggle:after {
  background: #E9E9E9;
  border: 0px solid;
  height: 0.2rem;
  display: block;
}
header .menu-toggle:before,
header .menu-toggle:after {
  content: '';
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  transform: rotate(0deg);
  transition: background-color 0.2s ease-out, top 0.2s ease-out, bottom 0.2s ease-out, transform 0.2s ease-out 0.2s;
}
header .menu-toggle:before {
  top: -0.8rem;
}
header .menu-toggle:after {
  bottom: -0.8rem;
}
header .menu-toggle.active {
  background: transparent !important;
}
header .menu-toggle.active:before {
  background: #010334;
  top: 0rem;
  transform: rotate(45deg);
}
header .menu-toggle.active:after {
  background: #010334;
  bottom: 0rem;
  transform: rotate(-45deg);
}
header .menu-toggle.closing:before,header .menu-toggle.closing:after {
  transform: rotate(0deg);
}
header .meta-navigation {
  margin-top: 4rem;
}
header .menu-main-container {
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0;
  transition: top 0.33s ease-out;
  background: #FFFFFF;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
header ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header ul li a {
  font-family: 'Fakt-Normal', serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  transition: all 0.24s ease-out;
  color: #747474;
  display: block;
}
header ul li a:after {
  content: '';
  display: block;
  background: #2D5AFF;
  height: 0.4rem;
  width: 0%;
  transition: width 0.33s ease-out;
}
header ul li.current-menu-item a:after,header ul li:not(.current-menu-item) a:hover:after {
  width: 100%;
}
body.scrolled header {
  background: #FFFFFF;
}
body.scrolled header .wrapper .site-branding .custom-logo {
  display: none;
}
body.scrolled header .wrapper .site-branding .custom-logo-dark {
  display: flex;
}
body.scrolled header .menu-toggle,body.scrolled header .menu-toggle:before,
body.scrolled header .menu-toggle:after {
  background: #010334;
}
body.scrolled header ul li a {
  color: #747474;
}
body.navigation-open header .wrapper .site-branding {
  z-index: 101;
}
body.navigation-open header .wrapper .site-branding .custom-logo {
  display: none;
}
body.navigation-open header .wrapper .site-branding .custom-logo-dark {
  display: flex;
}
body.navigation-open .menu-main-container {
  top: 0;
}
.admin-bar header {
  top: 3.2rem;
}
@media all and (min-width: 1024px) {
  header .wrapper {
    padding: 3rem 7.2rem;
  }
  header .site-branding {
    max-width: 15rem;
  }
  header .site-branding img {
    transition: all 0.24s ease-out;
  }
  header .menu-toggle {
    display: none;
  }
  header .main-navigation,
  header .meta-navigation {
    display: block;
    position: initial;
    top: 0;
    left: 0;
  }
  header .menu-main-container {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
  }
  header .meta-navigation {
    margin-top: 0;
    margin-left: auto;
  }
  header ul {
    flex-direction: row;
  }
  header ul li {
    margin: 0 4rem 0 0;
  }
  header ul li:last-child {
    margin: 0;
  }
  header ul li a {
    color: #E9E9E9;
    padding: 0 1.5rem 0 0;
    font-size: 1.6rem;
    font-weight: 300;
  }
  header ul li.current-menu-item a:after,header ul li:not(.current-menu-item) a:hover:after {
    width: calc(100% + 1.5rem);
  }
  body.scrolled header .wrapper {
    padding: 1rem 7.2rem;
  }
}
.module-examples {
  background: #E9E9E9;
  justify-content: center;
  align-items: flex-start;
  color: #010334;
}
.module-examples .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 2.4rem 4rem 2.4rem;
}
.module-examples h2 p {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 4.2rem;
  margin: 0;
}
.module-examples .text {
  margin: 0 0 4rem 0;
}
.module-examples .text p {
  margin: 2rem 0 0 0;
  font-size: 2rem;
}
.module-examples .text p:last-child {
  margin: 0;
}
.module-examples .slides-wrapper {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}
.module-examples .slides {
  margin: 6rem 0 0 0;
  width: 100%;
}
.module-examples .slides .slick-slide {
  margin: 0 1rem;
}
.module-examples .slides .slick-slide .media {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.module-examples .slides .slick-slide .text {
  margin-top: 1.4rem;
}
@media all and (min-width: 1024px) {
  .module-examples .wrapper {
    padding: 8rem 7.2rem 16rem 7.2rem;
  }
  .module-examples .headline {
    margin: 0 0 2rem 0;
  }
  .module-examples h2 p {
    font-size: 6.6rem;
    line-height: 5.4rem;
  }
  .module-examples .text {
    margin: 0 0 4rem 0;
  }
  .module-examples .text p {
    margin: 2rem 0 0 0;
    font-size: 2rem;
  }
  .module-examples .text p:last-child {
    margin: 0;
  }
  .module-examples .slides-wrapper {
    max-width: 1440px;
    overflow: hidden;
  }
  .module-examples .slides {
    margin: 6rem 0 0 0;
    width: 180rem;
    transform: translateX(-14%);
  }
  .module-examples .slides .slick-slide {
    margin: 0 1rem;
  }
  .module-examples .slides .slick-slide .media {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  }
  .module-examples .slides .slick-slide .text {
    margin-top: 1.4rem;
  }
}
.module-herostage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.module-herostage .media {
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
}
.module-herostage .media img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.module-herostage .content {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  color: #FFFFFF;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 2.4rem 2.4rem 2.4rem;
}
.module-herostage .content > p {
  width: 100%;
  font-size: 1.8rem;
  margin: 1rem 0 0 0;
}
.module-herostage .content > p:last-child {
  margin: 0;
}
.module-herostage .content h1 p {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 5.4rem;
  line-height: 4.2rem;
  margin: 0 0 1rem 0;
}
@media all and (min-width: 1024px) {
  .module-herostage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .module-herostage .content {
    padding: 0 7.2rem 8rem 7.2rem;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .module-herostage .content > p {
    max-width: 60rem;
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
  }
  .module-herostage .content > p:last-child {
    margin: 0;
  }
  .module-herostage .content h1 p {
    font-size: 10.6rem;
    line-height: 9rem;
    margin: 0;
  }
  .module-herostage .media {
    display: flex;
    min-height: initial;
  }
  .module-herostage .media img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .module-herostage.has-big-headline .content {
    padding: 0 7.2rem 18rem 7.2rem;
  }
  .module-herostage.has-big-headline .content h1 p {
    font-size: 14rem;
    line-height: 11.6rem;
  }
}
.module {
  display: flex;
  position: relative;
  width: 100%;
}
.module-most-requested-downloads {
  background: #FFFFFF;
  justify-content: center;
  align-items: flex-start;
  color: #010334;
}
.module-most-requested-downloads .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 2.4rem;
}
.module-most-requested-downloads .wrapper .headline {
  margin: 0 0 2.4rem 0;
}
.module-most-requested-downloads .wrapper h2 p {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 4.2rem;
  margin: 0;
}
.module-most-requested-downloads .wrapper h2 p br {
  display: none;
}
.module-most-requested-downloads .wrapper a {
  text-decoration: underline;
}
.module-most-requested-downloads .wrapper .text p {
  margin: 0 0 2rem 0;
}
.module-most-requested-downloads .wrapper .text p:last-child {
  margin: 0;
}
.module-most-requested-downloads .download-list {
  margin: 4rem 0 0 0;
  width: 100%;
}
.module-most-requested-downloads .download-list .subheadline h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-family: 'Fakt-SemiBold', sans-serif;
  font-weight: normal;
}
.module-most-requested-downloads .download-list ul li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #979797;
  padding: 1rem 0.6rem 2rem 0.6rem;
}
.module-most-requested-downloads .download-list ul li a {
  font-size: 1.6rem;
  color: inherit;
  text-decoration: none;
  margin-bottom: 0.4rem;
}
.module-most-requested-downloads .download-list ul li span {
  font-size: 1.1rem;
  color: #747474;
  text-transform: uppercase;
}
@media all and (min-width: 1024px) {
  .module-most-requested-downloads .wrapper {
    flex-direction: row;
    padding: 8rem 7.2rem 17rem 7.2rem;
  }
  .module-most-requested-downloads .wrapper > div:nth-child(1) {
    width: 100%;
  }
  .module-most-requested-downloads .wrapper > div:nth-child(2) {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 0 20rem 0 0;
  }
  .module-most-requested-downloads .wrapper > div:nth-child(3) {
    width: 40%;
    display: flex;
    flex-direction: column;
  }
  .module-most-requested-downloads .headline {
    margin: 0 0 5rem 0;
  }
  .module-most-requested-downloads h2 p {
    font-size: 6.6rem;
    line-height: 5.4rem;
  }
  .module-most-requested-downloads h2 p br {
    display: block;
  }
  .module-most-requested-downloads .download-list {
    margin: 0;
  }
  .module-most-requested-downloads .download-list .subheadline h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-family: 'Fakt-SemiBold', sans-serif;
    font-weight: normal;
  }
  .module-most-requested-downloads .download-list ul li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #979797;
    padding: 1rem 0.6rem 2rem 0.6rem;
  }
  .module-most-requested-downloads .download-list ul li a {
    font-size: 1.6rem;
    color: inherit;
    text-decoration: none;
    margin-bottom: 0.4rem;
  }
  .module-most-requested-downloads .download-list ul li span {
    font-size: 1.1rem;
    color: #747474;
    text-transform: uppercase;
  }
}
.site {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.site,.site-main,.site-main > article {
  width: 100%;
  display: flex;
}
.site-main > article {
  flex-direction: column;
}
body.navigation-open .site-main {
  opacity: 0.66;
}
@media all and (min-width: 1024px) {
  body.navigation-open .site-main {
    opacity: 1;
  }
}
.module-slider {
  background: #FFFFFF;
  justify-content: center;
  align-items: flex-start;
  color: #010334;
}
.module-slider .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 2.4rem 4rem 2.4rem;
}
.module-slider .headline {
  text-align: center;
  margin: 0 0 2rem 0;
}
.module-slider .text {
  text-align: center;
}
.module-slider h2 p {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 4.2rem;
  margin: 0;
}
.module-slider a {
  text-decoration: underline;
}
.module-slider .text p {
  margin: 0 0 2rem 0;
}
.module-slider .text p:last-child {
  margin: 0;
}
.module-slider .slides {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-top: 6rem;
}
.module-slider .slides .slide {
  padding: 0 1.2rem;
}
.module-slider .slides .slide .media {
  border: 1px solid #747474;
}
.module-slider .slides .slick-arrow {
  display: none !important;
  width: 2.4rem;
  height: 4.2rem;
}
.module-slider .slides .slick-arrow:before {
  content: '';
  background-size: cover;
  display: block;
  width: 2.4rem;
  height: 4.2rem;
}
.module-slider .slides .slick-prev {
  transform: translate(-5.4rem, -50%);
}
.module-slider .slides .slick-prev:before {
  background: url('../img/slider/slider-left.svg') no-repeat center center;
}
.module-slider .slides .slick-next {
  transform: translate(5.4rem, -50%);
}
.module-slider .slides .slick-next:before {
  background: url('../img/slider/slider-right.svg') no-repeat center center;
}
@media all and (min-width: 1024px) {
  .module-slider .wrapper {
    padding: 8rem 7.2rem 8rem 7.2rem;
  }
  .module-slider .headline {
    text-align: center;
    margin: 0 0 2rem 0;
  }
  .module-slider .text {
    text-align: center;
  }
  .module-slider h2 p {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 4.2rem;
    margin: 0;
  }
  .module-slider a {
    text-decoration: underline;
  }
  .module-slider .text p {
    margin: 0 0 2rem 0;
  }
  .module-slider .text p:last-child {
    margin: 0;
  }
  .module-slider .slides {
    display: flex;
    flex-direction: row;
    max-width: 114rem;
    margin-top: 6rem;
  }
  .module-slider .slides .slide {
    padding: 0 1.2rem;
  }
  .module-slider .slides .slide .media {
    border: 1px solid #747474;
  }
  .module-slider .slides .slick-arrow {
    display: inline-block !important;
    width: 2.4rem;
    height: 4.2rem;
  }
  .module-slider .slides .slick-arrow:before {
    content: '';
    background-size: cover;
    display: block;
    width: 2.4rem;
    height: 4.2rem;
  }
  .module-slider .slides .slick-prev {
    transform: translate(-5.4rem, -50%);
  }
  .module-slider .slides .slick-prev:before {
    background: url('../img/slider/slider-left.svg') no-repeat center center;
  }
  .module-slider .slides .slick-next {
    transform: translate(5.4rem, -50%);
  }
  .module-slider .slides .slick-next:before {
    background: url('../img/slider/slider-right.svg') no-repeat center center;
  }
}
.module-styleguide-category-teaser .wrapper {
  margin: 0 0 8rem 0;
}
.module-styleguide-category-teaser .wrapper * {
  color: #FFFFFF;
}
.module-styleguide-category-teaser .wrapper h1 {
  font-size: 10.6rem;
  text-transform: uppercase;
  margin: 0 0 4rem 0;
  line-height: 10.6rem;
}
.module-styleguide-category-teaser .wrapper .text {
  max-width: 60%;
}
.module-styleguide-category-teaser .wrapper p {
  font-family: 'Fakt-Blond', sans-serif;
  font-size: 1.9rem;
}
.page-styleguide .styleguide-navigation {
  width: 100%;
  color: #D8D8D8;
}
.page-styleguide .styleguide-navigation > ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 10rem 0 0;
}
.page-styleguide .styleguide-navigation > ul li a {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 1rem 0;
  display: block;
}
.page-styleguide .styleguide-navigation > ul li ul {
  display: none;
}
.page-styleguide .styleguide-navigation > ul li.active ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0.3rem 0 0.7rem 0;
}
.page-styleguide .styleguide-navigation > ul li.active ul li a {
  display: flex;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #747474;
  padding: 0.7rem 0 0.7rem 2rem;
}
.page-styleguide,.page-styleguide > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.page-styleguide > .wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 19rem 0 10rem 0;
  padding: 0 7.2rem;
}
.page-styleguide > .wrapper aside {
  width: 25%;
}
.page-styleguide > .wrapper article {
  width: 75%;
}
.page-styleguide > .wrapper article .updated_at {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 4rem 0;
  color: #747474;
  text-transform: uppercase;
}
.module-system-overview-tiles {
  background: #02021E;
  justify-content: center;
  align-items: flex-start;
  color: #FFFFFF;
}
.module-system-overview-tiles .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 2.4rem;
}
.module-system-overview-tiles .wrapper .headline {
  margin: 0 0 2rem 0;
}
.module-system-overview-tiles .wrapper h2 p {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 4.2rem;
  margin: 0;
}
.module-system-overview-tiles .wrapper .text p {
  margin: 0 0 2rem 0;
}
.module-system-overview-tiles .wrapper .text p:last-child {
  margin: 0;
}
.module-system-overview-tiles .wrapper .tiles {
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.module-system-overview-tiles .wrapper .tiles .tile {
  width: 50%;
  position: relative;
  padding-top: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.module-system-overview-tiles .wrapper .tiles .tile:nth-child(1),
.module-system-overview-tiles .wrapper .tiles .tile:nth-child(3),
.module-system-overview-tiles .wrapper .tiles .tile:nth-child(5),
.module-system-overview-tiles .wrapper .tiles .tile:nth-child(7),
.module-system-overview-tiles .wrapper .tiles .tile:nth-child(9) {
  border-right: 1px solid rgba(255, 255, 255, 0.21);
}
.module-system-overview-tiles .wrapper .tiles .tile:nth-child(9) {
  border-bottom: 0px;
}
.module-system-overview-tiles .wrapper .tiles .tile a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.module-system-overview-tiles .wrapper .tiles .tile .headline {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1rem 2rem;
}
.module-system-overview-tiles .wrapper .tiles .tile:nth-child(1) .headline,
.module-system-overview-tiles .wrapper .tiles .tile:nth-child(2) .headline {
  padding: 0 2rem;
}
.module-system-overview-tiles .wrapper .tiles .tile .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.module-system-overview-tiles .wrapper .tiles .tile .content img {
  max-width: 17rem;
}
@media all and (min-width: 1024px) {
  .module-system-overview-tiles .wrapper {
    padding: 10rem 7.2rem 17rem 7.2rem;
  }
  .module-system-overview-tiles .wrapper .tiles .tile {
    width: calc(100% / 3);
    padding-top: calc(100% / 3);
  }
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(2),
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(5),
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(8) {
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    border-right: 1px solid rgba(255, 255, 255, 0.21);
  }
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(3),
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(9) {
    border-right: 0;
  }
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(7),
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(8),
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(9) {
    border-bottom: 0px;
  }
  .module-system-overview-tiles .wrapper .tiles .tile a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .module-system-overview-tiles .wrapper .tiles .tile .headline {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3rem 2rem;
  }
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(1) .headline,
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(2) .headline,
  .module-system-overview-tiles .wrapper .tiles .tile:nth-child(3) .headline {
    padding: 0 2rem;
  }
  .module-system-overview-tiles .wrapper .tiles .tile .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .module-system-overview-tiles .wrapper .tiles .tile .content img {
    max-width: 17rem;
  }
  .module-system-overview-tiles .wrapper .headline {
    margin: 0 0 4rem 0;
  }
  .module-system-overview-tiles .wrapper h2 p {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 6.6rem;
    line-height: 5.4rem;
    margin: 0;
  }
  .module-system-overview-tiles .wrapper .text p {
    margin: 0 0 2rem 0;
  }
  .module-system-overview-tiles .wrapper .text p:last-child {
    margin: 0;
  }
}
.module-text-image.is-text-right {
  flex-direction: column-reverse;
}
@media all and (min-width: 1024px) {
  .module-text-image.is-text-right {
    flex-direction: row-reverse;
  }
}
.module-text {
  background: #E9E9E9;
  justify-content: center;
  align-items: flex-start;
  color: #010334;
}
.module-text .wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 2.4rem 4rem 2.4rem;
}
.module-text.is-one-column .headline {
  text-align: center;
  margin: 0 0 4rem 0;
}
.module-text.is-one-column .text {
  text-align: center;
}
.module-text.is-two-columns .wrapper {
  flex-direction: column;
  padding: 4rem 2.4rem 4rem 2.4rem;
  max-width: 1440px;
  align-items: flex-start;
}
.module-text.is-two-columns .wrapper > div {
  width: 100%;
}
.module-text.is-two-columns.is-text-right .wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.module-text .headline {
  margin: 0 0 2rem 0;
}
.module-text h2 p {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 4.2rem;
  margin: 0;
}
.module-text a {
  text-decoration: underline;
}
.module-text .text p {
  margin: 0 0 2rem 0;
}
.module-text .text p:last-child {
  margin: 0;
}
@media all and (min-width: 1024px) {
  .module-text .wrapper {
    max-width: 80.4rem;
    padding: 10rem 7.2rem 14rem 7.2rem;
  }
  .module-text.is-one-column .headline {
    text-align: center;
    margin: 0 0 4rem 0;
  }
  .module-text.is-one-column .text {
    text-align: center;
  }
  .module-text.is-two-columns .wrapper {
    flex-direction: row;
    padding: 10rem 7.2rem 14rem 7.2rem;
    max-width: 1440px;
    align-items: flex-start;
  }
  .module-text.is-two-columns .wrapper > div:first-child,.module-text.is-two-columns .wrapper > div:nth-child(2) {
    width: 45%;
  }
  .module-text.is-two-columns.is-text-right .wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .module-text .headline {
    margin: 0;
  }
  .module-text h2 p {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 4.2rem;
    margin: 0;
  }
  .module-text a {
    text-decoration: underline;
  }
  .module-text .text p {
    margin: 0 0 2rem 0;
  }
  .module-text .text p:last-child {
    margin: 0;
  }
  .module-text.is-text-right {
    flex-direction: row-reverse;
  }
}
.module-tiles {
  background: #FFFFFF;
  justify-content: center;
  align-items: flex-start;
  color: #010334;
}
.module-tiles .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 2.4rem 4rem 2.4rem;
}
.module-tiles .headline {
  text-align: center;
}
.module-tiles h2 p {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 4.2rem;
  margin: 0;
}
.module-tiles a {
  text-decoration: underline;
}
.module-tiles .text p {
  margin: 0 0 2rem 0;
  font-size: 2rem;
  font-family: 'Fakt-Light', sans-serif;
}
.module-tiles .text p:last-child {
  margin: 0;
}
.module-tiles .tiles {
  margin: 6rem 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
}
.module-tiles .tiles .tile {
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  border: 1px solid #010334;
  min-height: 16rem;
  width: 100%;
  display: flex;
}
.module-tiles .tiles .tile:nth-child(2),
.module-tiles .tiles .tile:nth-child(5),
.module-tiles .tiles .tile:nth-child(8),
.module-tiles .tiles .tile:nth-child(11) {
  margin-right: 0rem;
}
.module-tiles .tiles .tile:nth-child(3),
.module-tiles .tiles .tile:nth-child(6),
.module-tiles .tiles .tile:nth-child(9),
.module-tiles .tiles .tile:nth-child(12) {
  margin-left: 0rem;
}
.module-tiles .tiles .tile:first-child,
.module-tiles .tiles .tile:nth-child(4),
.module-tiles .tiles .tile:nth-child(7),
.module-tiles .tiles .tile:nth-child(10) {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.module-tiles .tiles .tile:nth-child(4) {
  background: #010334;
  color: #FFFFFF;
  text-align: center;
  align-items: center;
}
@media all and (min-width: 1024px) {
  .module-tiles .wrapper {
    padding: 8rem 7.2rem 8rem 7.2rem;
  }
  .module-tiles .headline {
    text-align: center;
  }
  .module-tiles h2 p {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 4.2rem;
    margin: 0;
  }
  .module-tiles a {
    text-decoration: underline;
  }
  .module-tiles .text p {
    margin: 0 0 2rem 0;
    font-size: 2rem;
    font-family: 'Fakt-Light', sans-serif;
  }
  .module-tiles .text p:last-child {
    margin: 0;
  }
  .module-tiles .tiles {
    margin: 6rem 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 84rem;
    width: 100%;
  }
  .module-tiles .tiles .tile {
    padding: 2rem 3rem;
    margin-bottom: 2rem;
    border: 1px solid #010334;
    min-height: 16rem;
    width: calc(50% - 1rem);
    display: flex;
  }
  .module-tiles .tiles .tile:nth-child(2),
  .module-tiles .tiles .tile:nth-child(5),
  .module-tiles .tiles .tile:nth-child(8),
  .module-tiles .tiles .tile:nth-child(11) {
    margin-right: 1rem;
  }
  .module-tiles .tiles .tile:nth-child(3),
  .module-tiles .tiles .tile:nth-child(6),
  .module-tiles .tiles .tile:nth-child(9),
  .module-tiles .tiles .tile:nth-child(12) {
    margin-left: 1rem;
  }
  .module-tiles .tiles .tile:first-child,
  .module-tiles .tiles .tile:nth-child(4),
  .module-tiles .tiles .tile:nth-child(7),
  .module-tiles .tiles .tile:nth-child(10) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .module-tiles .tiles .tile:nth-child(4) {
    background: #010334;
    color: #FFFFFF;
    text-align: center;
    align-items: center;
  }
}
