@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");
* {
  box-sizing: border-box;
}
/*MODULE CODE*/
.Module-Heading {
  font-family: "klavika-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.Module-Subhead {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  margin-top: 0px;
}
.Module-Body {
  font-family: "klavika-web", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
}
.Module-Disclaimer {
  font-family: 'Noto Sans', sans-serif;
  font-size: 10px;
  line-height: 11px;
  color: #888888;
}
.ModuleHero .section-wrapper .content-box {
  /*  max-width: 875px;
*/ padding: 50px 0px 50px 128px;
  display: flex;
}
.section-wrapper {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
sup {
  font-size: 60%;
}
.kerned {
  letter-spacing: -25px;
}
.kerned-small {
  letter-spacing: -5px;
}
.body {
  background-color: #000000;
  font-family: "klavika-web", sans-serif;
  font-weight: 400;
  color: #fff;
}
.section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-wrapper.align-right {
  align-items: flex-end;
}
/*MODULE HERO*/
.ModuleHero .section-wrapper {
  max-width: 1410px;
}
.section-content.ModuleHero {
  /*background-image: url('../images/Module-BG.jpg');*/
  background-repeat: no-repeat;
  background-position: 240% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  min-height: 500px;
}
.ModuleHero-mobile-img {
  display: none;
}
.section-content.ModuleHero {
  min-height: 500px;
}
a.button {
  padding: 3px 30px 3px 30px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
a.button:hover {
  background-color: transparent;
  color: #fff;
}
.ModuleProduct {
  margin-top: -60px;
  margin-bottom: -20px;
  margin-left: -95px;
}
/*MODULE FOOTER*/
.ModuleFooter .section-wrapper {
  max-width: 1200px;
}
.ModuleFooter {
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
}
.ModuleFooter .section-wrapper .content-box {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.ModuleFooter-logos {
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 424px;
  height: auto;
  align-self: center;
}
.ModuleFooter .content-box {
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}
.ModuleContentLeft {
  width: 80%;
}
a {
  color: #888888;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.footnotes a {
  color: #fff;
  text-decoration: none;
}
.footnotes a:hover {
  text-decoration: underline;
}
ol {
  padding-inline-start: 10px;
}
.footnotes li {
  list-style-position: outside;
  margin-bottom: 10px;
}
@media (max-width: 2020px) {}
@media (max-width: 1920px) {}
@media (max-width: 1500px) {}
@media (max-width: 1250px) {}
@media (max-width: 1100px) {
  .ModuleContentLeft {
    width: 60%;
  }
  .ModuleProduct {
    margin-top: -60px;
    margin-bottom: -20px;
    margin-left: -85px;
  }
}
@media (max-width: 900px) {
  .ModuleContentLeft {
    width: 70%;
  }
  .ModuleProduct {
    margin-top: -60px;
    margin-bottom: -20px;
    margin-left: -65px;
  }
}
@media (max-width: 767px) {
  .ModuleHero .section-wrapper .content-box {
    flex-direction: column-reverse;
  }
  .ModuleProduct {
    margin-top: -60px;
    margin-bottom: -20px;
    margin-left: -95px;
  }
  .ModuleContentLeft {
    width: 100%;
  }
  .section-content.ModuleHero {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-content.ModuleHero .content-box {
    width: 100%;
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-wrapper .content-box {
    max-width: 100%;
  }
  .ModuleFooter {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .ModuleProduct {
    margin-top: -60px;
    margin-bottom: -20px;
    margin-left: -85px;
  }
}
@media (max-width: 480px) {
  .ModuleProduct {
    margin-top: -60px;
    margin-bottom: -20px;
    margin-left: -65px;
  }
}