@font-face {
  font-family: 'TT Firs Neue';
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2"), url("../fonts/TTFirsNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TT Firs Neue';
  src: url("../fonts/TTFirsNeue-Light.woff2") format("woff2"), url("../fonts/TTFirsNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

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

html {
  font-size: 1.2vw; }
  @media only screen and (max-width: 580px) {
    html {
      font-size: 2vw; } }
body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #092737;
  font-family: 'TT Firs Neue';
  font-weight: 400; }

img {
  border: 0; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

.grid {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
  display: none; }
  .grid .innerwrapper {
    height: 100%;
    padding: 0 11.5%;
    position: relative;
    display: flex; }
    @media only screen and (max-width: 820px) {
      .grid .innerwrapper {
        padding: 0 5%; } }
    .grid .innerwrapper span {
      flex: 1;
      display: block;
      height: 100%; }
      .grid .innerwrapper span:nth-child(odd) {
        background-color: rgba(255, 255, 0, 0.1); }

section,
footer,
header {
  width: 100%;
  padding: 0 11.5%; }
  @media only screen and (max-width: 820px) {
    section,
    footer,
    header {
      padding: 0 5%; } }
.section__start {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 19.5%;
  padding-bottom: 19.5%;
  background-image: url(../images/bg__top.svg);
  background-size: 100% 100%;
  background-position: center center; }
  @media only screen and (max-width: 580px) {
    .section__start {
      padding-top: 23%;
      padding-bottom: 23%; } }
.section__welcome {
  min-height: 54vw;
  width: 100%;
  padding-top: 5.75%;
  padding-bottom: 5.75%;
  background-image: url(../images/bg__bottom.svg);
  background-size: 47% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: -2%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (max-width: 580px) {
    .section__welcome {
      padding-top: 15.75%;
      padding-bottom: 15.75%; } }
.welcome__inner {
  width: 100%; }
  .welcome__inner h1 {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    text-align: left;
    font-size: 3.307rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.01em; }
  .welcome__inner .welcome__text {
    margin-right: 0;
    margin-left: auto;
    width: 34.782%;
    font-size: 0;
    line-height: 0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-size: 1.75rem;
    line-height: 1.229;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    z-index: 5;
    margin-top: -1%; }
    @media only screen and (max-width: 580px) {
      .welcome__inner .welcome__text {
        width: 47.782%; } }
    .welcome__inner .welcome__text p {
      margin: 0;
      background: linear-gradient(-34deg, white 0%, white 51%, #bccf02 51%, #bccf02 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      display: block; }

.logo {
  width: 84.6%;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  transform: translateX(-0.2%) translateY(-1.4%); }
  @media only screen and (max-width: 820px) {
    .logo {
      width: 72.6%; } }
  @media only screen and (max-width: 580px) {
    .logo {
      transform: translateX(-0.2%) translateY(4%); } }
  .logo svg {
    width: 100%;
    height: auto; }

header {
  width: 100%;
  background-color: #092737;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  header .logo {
    width: 10%;
    transform: translate(0, 0);
    margin-left: 0;
    margin-right: auto; }

.section__products {
  background-color: #eaedf1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .section__products article {
    width: 47.827%;
    text-align: left;
    color: #092737;
    margin: 3.75rem 0;
    font-size: 1rem;
    line-height: 1.3; }
    @media only screen and (max-width: 820px) {
      .section__products article {
        font-size: 1.5rem; } }
    .section__products article p:last-child {
      margin-bottom: 0; }
    .section__products article h2 {
      font-size: 3.307rem;
      font-weight: 300;
      margin: 0; }
      @media only screen and (max-width: 580px) {
        .section__products article h2 {
          font-size: 2.3rem; } }
      .section__products article h2 sup {
        font-size: 0.6em; }
    .section__products article img {
      width: 100%;
      height: auto;
      margin: 1.4rem 0;
      display: block; }

.section__spacer {
  min-height: 54vw;
  width: 100%;
  background-image: url(../images/bg__spacer.svg);
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 1px;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 580px) {
    .section__spacer {
      min-height: 66vw; } }
  .section__spacer h3 {
    display: block;
    font-size: 2.307rem;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    width: 39.13%;
    margin: 0; }
    @media only screen and (max-width: 580px) {
      .section__spacer h3 {
        width: 52.13%; } }
    .section__spacer h3:first-child {
      margin-left: 8.69%;
      margin-right: auto;
      margin-top: 18%;
      color: #092737; }
      @media only screen and (max-width: 580px) {
        .section__spacer h3:first-child {
          margin-left: 0;
          margin-top: 10%; } }
    .section__spacer h3:last-child {
      margin-right: 5.69%;
      margin-left: auto;
      margin-bottom: 13%;
      margin-top: auto;
      color: #eaedf1; }
      @media only screen and (max-width: 580px) {
        .section__spacer h3:last-child {
          margin-right: 0; } }
.section__brochures {
  position: relative; }
  .section__brochures:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #eaedf1; }
  .section__brochures .inner {
    background-image: url(../images/bg__brochures.svg);
    background-size: 100% 102%;
    background-position: center center;
    padding-left: 34.78%;
    display: flex;
    justify-content: flex-end;
    padding-top: 2.15rem;
    padding-bottom: 2.10rem;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 580px) {
      .section__brochures .inner {
        flex-wrap: wrap; } }
  .section__brochures a {
    width: 19.5%;
    margin-left: 7.15%;
    font-size: 0;
    line-height: 0;
    display: block;
    color: inherit;
    text-decoration: none; }
    @media only screen and (max-width: 580px) {
      .section__brochures a {
        width: 36%;
        margin-top: 1rem;
        margin-bottom: 1rem; } }
    .section__brochures a:first-child {
      margin-left: 0; }
    .section__brochures a img {
      width: 100%;
      height: auto;
      box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
      margin-bottom: 1.5rem;
      transition: transform 200ms ease-out; }
    .section__brochures a span {
      display: block;
      font-size: 1rem;
      line-height: 1.3;
      padding-top: 3em;
      position: relative;
      color: #092737;
      transition: transform 200ms ease-out; }
      @media only screen and (max-width: 820px) {
        .section__brochures a span {
          font-size: 1.5rem; } }
      .section__brochures a span:before {
        content: '';
        display: block;
        position: absolute;
        width: 2.3em;
        height: 2.3em;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/download__icon.svg);
        background-size: 98% 98%;
        background-position: center center;
        background-repeat: no-repeat;
        transform-origin: 50% 50%;
        transition: transform 200ms ease-out; }
    @media only screen and (min-width: 820px) {
      .section__brochures a:hover img {
        transform: translateY(1rem); }
      .section__brochures a:hover span {
        transform: translateY(0.5rem); } }
footer {
  padding-top: 7.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 7%;
  font-size: 1rem;
  line-height: 1.3; }
  footer a {
    color: inherit;
    text-decoration: none; }
    footer a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 820px) {
    footer {
      font-size: 1.5rem; } }
  footer h4 {
    width: 100%;
    font-weight: 400;
    font-size: 2.307rem;
    margin: 0 0 0.5em 0;
    text-align: left;
    display: block; }
  footer .column {
    width: 39.13%; }
    @media only screen and (max-width: 820px) {
      footer .column {
        width: 80%; } }
.back-to-top {
  display: block;
  width: 6.676rem;
  font-size: 0;
  line-height: 0;
  margin-top: -6.676rem;
  margin-bottom: auto;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer; }
  .back-to-top svg {
    width: 100%;
    height: auto; }

.section__default {
  text-align: left;
  background-color: #eaedf1;
  color: #092737;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.3; }
  @media only screen and (max-width: 820px) {
    .section__default {
      font-size: 1.5rem; } }
  .section__default h1 {
    width: 100%;
    font-weight: 400;
    font-size: 2.307rem;
    margin: 0 0 0.5em 0;
    text-align: left;
    display: block; }
  .section__default h2 {
    width: 100%;
    font-weight: 400;
    font-size: 2rem;
    margin: 2em 0 0.5em 0;
    text-align: left;
    display: block; }
  .section__default h3 {
    width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 1em 0 0.5em 0;
    text-align: left;
    display: block; }
  .section__default a {
    color: inherit; }
  .section__default table {
    border: 0;
    width: 100%; }
    .section__default table td {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      vertical-align: top; }
      .section__default table td:first-child {
        width: 25%;
        padding-right: 2em; }
