.text-default,
body {
  font-size: 1.4rem;
  line-height: 2.1rem
}

@media only screen and (min-width: 768px) {

  .text-default,
  body {
    font-size: 1.6rem;
    line-height: 2.4rem
  }
}

.text-bigger,
.text--lead,
.text-card__lead,
.picture-card__pic-text {
  font-size: 2rem;
  line-height: 2.9rem
}

@media only screen and (min-width: 1024px) {

  .text-bigger,
  .text--lead,
  .text-card__lead,
  .picture-card__pic-text {
    font-size: 3.2rem;
    line-height: 4.8rem
  }
}

.h1,
.h2,
.h3,
.profile-card__hl,
.h4,
.table__col-hl,
.info-card__hl,
.h5,
.info-card__list-hl,
.h6 {
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 0 -0.03em
}

.h1 {
  font-size: 4.8rem;
  line-height: 5rem
}

@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 7.9rem;
    line-height: 7.9rem
  }
}

.h2 {
  font-size: 2.6rem;
  line-height: 2.8rem
}

@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: 4.8rem;
    line-height: 5rem
  }
}

.h3,
.profile-card__hl {
  font-size: 1.8rem;
  line-height: 2rem
}

@media only screen and (min-width: 1024px) {

  .h3,
  .profile-card__hl {
    font-size: 3.2rem;
    line-height: 3.6rem
  }
}

.h4 {
  font-size: 1.2rem;
  line-height: 1.5rem
}

@media only screen and (min-width: 1024px) {
  .h4 {
    font-size: 2.2rem;
    line-height: 2.8rem
  }
}

.grey-bg,
.info-card {
  background-color: #161616
}

.black-bg,
.footer {
  background-color: #000000
}

@font-face {
  font-family: "Loriot Mono";
  font-style: normal;
  font-weight: 700;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(../fonts/c7832ed5479c8b9eb5c4733047ecacbd.woff2) format("woff2"), url(../fonts/3bbb37eb2e29eed031eaaf63664b21aa.woff) format("woff")
}

@font-face {
  font-family: "Loriot Mono";
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Mono ExtraLight"), local("IBMPlexMonoExtraLight"), url(../fonts/827c060115ec2a2381a61c5a806201d6.woff2) format("woff2"), url(../fonts/7d8358ec4c4b5ddfa6f0dac4f66605ff.woff) format("woff")
}

@font-face {
  font-family: "Loriot Sans";
  font-style: normal;
  font-weight: 700;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(../fonts/bb07700dc58a6d40a80c0632e0e09c38.woff2) format("woff2"), url(../fonts/2afba28a9ce96315436db858db163c47.woff) format("woff")
}

@font-face {
  font-family: "Loriot Sans";
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Sans ExtraLight"), local("IBMPlexSansExtraLight"), url(../fonts/09532921627a65565d301f02cd280dff.woff2) format("woff2"), url(../fonts/26015cb48af0e5ef061b82521b41f31e.woff) format("woff")
}

.monospaced,
.button,
.button--block,
.newsletter__submit,
.button--small,
.button--cta,
.table__button,
.info-card__button,
.image__caption,
.profile-card__quote,
.form__input,
.newsletter__input,
.form__select>select,
.form__textarea,
.form__checkbox,
.form__checkbox-box,
.facts-card,
.footer__copy-col {
  font-family: "Loriot Mono"
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0
}

body {
  font-family: "Loriot Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.035em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #0b0b0b;
  min-height: 100.5vh;
  border: 0;
  cursor: default;
  overflow-x: hidden
}

p {
  margin: 0
}

b,
strong {
  font-weight: 700
}

a {
  color: #00abc8;
  font-family: "Loriot Mono", "Courier Sans", Courier, monospace;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -1px #00abc8;
  box-shadow: inset 0 -1px #00abc8
}


a img {
  border: 0
}

a.link:before {
  content: "\2192";
  padding-right: 1em
}

p a {
  -webkit-transition: color .25s, -webkit-box-shadow .25s;
  transition: color .25s, -webkit-box-shadow .25s;
  -o-transition: color .25s, box-shadow .25s;
  transition: color .25s, box-shadow .25s;
  transition: color .25s, box-shadow .25s, -webkit-box-shadow .25s
}

p a:hover {
  color: #0b0b0b;
  font-weight: 700;
  -webkit-box-shadow: inset 0 -21px #30b7d7;
  box-shadow: inset 0 -21px #30b7d7
}

.center-text {
  text-align: center
}

.visually-hidden,
.sm-list__desc {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.shadow,
.button,
.button--block,
.newsletter__submit,
.button--small,
.button--cta,
.table__button,
.info-card__button,
.round-image__container,
.profile-card__pic,
.clock,
.info-card__pic,
.info-card {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5)
}

.anchor {
  position: relative;
  left: 0;
  top: -16rem;
  display: inline-block;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: left
}

.anchor:before,
.anchor:after {
  display: none
}

.button,
.button--block,
.newsletter__submit,
.button--small,
.table__button,
.info-card__button {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-left: 4.5rem;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: .75rem 1.5rem;
  background-color: black;
  color: #fff;
  font-weight: 400;
  font-size: inherit;
  line-height: 2.6rem;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
  font-weight: 600;

}

.button--cta {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-left: 4.5rem;
  border: solid 1px linear-gradient(to right, #30b7d7, #bdf3ff);
  padding: .75rem 1.5rem;
  background-image: linear-gradient(to right, #30b7d7, #bdf3ff);
  color: #000;
  font-weight: 700;
  font-size: inherit;
  line-height: 2.6rem;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s
}

.button:before,
.button--block:before,
.newsletter__submit:before,
.button--small:before,
.table__button:before,
.info-card__button:before,
.button--cta:before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5rem);
  left: -4.6rem;
  display: block;
  width: 4.5rem;
  height: 3rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='40px' height='48px' viewBox='0 0 40 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%2330b7d7' points='39.796 23.996 28.81 13.01 27.521 14.243 33.63 20.409 36.601 23.099 36.545 23.211 30.66 23.099 0 23.099 0 24.893 30.66 24.893 36.545 24.781 36.601 24.893 33.63 27.583 27.521 33.749 28.81 34.982'%3E%3C/polygon%3E%3C/svg%3E") 0 50% no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-filter .25s;
  transition: -webkit-filter .25s;
  -o-transition: filter .25s;
  transition: filter .25s;
  transition: filter .25s, -webkit-filter .25s
}

@media only screen and (min-width: 1278px) {

  .button,
  .button--block,
  .newsletter__submit,
  .button--small,
  .table__button,
  .info-card__button,
  .button--cta {
    margin-left: 6rem;
    padding: 1rem 2rem;
    line-height: 2.6rem
  }

  .button:before,
  .button--block:before,
  .newsletter__submit:before,
  .button--small:before,
  .table__button:before,
  .info-card__button:before,
  .button--cta:before {
    top: calc(50% - 2.4rem);
    left: -6.1rem;
    width: 6rem;
    height: 4.8rem
  }
}

.button:after,
.button--block:after,
.newsletter__submit:after,
.button--small:after,
.table__button:after,
.info-card__button:after,
.button--cta:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #30b7d7;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.13, 1, 0.13, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.13, 1, 0.13, 1);
  -o-transition: transform 0.25s cubic-bezier(0.13, 1, 0.13, 1);
  transition: transform 0.25s cubic-bezier(0.13, 1, 0.13, 1);
  transition: transform 0.25s cubic-bezier(0.13, 1, 0.13, 1), -webkit-transform 0.25s cubic-bezier(0.13, 1, 0.13, 1)
}

.button:hover,
.button--block:hover,
.newsletter__submit:hover,
.button--small:hover,
.table__button:hover,
.info-card__button:hover,
.button--cta:hover {
  color: black;
  font-weight: 700;
  border-color: #30b7d7
}

.button:hover:before,
.button--block:hover:before,
.newsletter__submit:hover:before,
.button--small:hover:before,
.table__button:hover:before,
.info-card__button:hover:before,
.button--cta:hover:before {
  -webkit-filter: grayscale(100%) brightness(200%);
  filter: grayscale(100%) brightness(200%)
}

.button:hover:after,
.button--block:hover:after,
.newsletter__submit:hover:after,
.button--small:hover:after,
.table__button:hover:after,
.info-card__button:hover:after,
.button--cta:hover:after {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.button--block,
.button--cta,
.newsletter__submit {
  display: block;
  width: calc(100% - 4.5rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 1278px) {

  .button--block,
  .button--cta,
  .newsletter__submit {
    width: calc(100% - 6rem)
  }
}

.button--small,
.table__button,
.info-card__button {
  font-size: inherit;
  padding: 0.5rem 1rem;
  margin: 0 0 0 4.5rem
}

.button--small:before,
.table__button:before,
.info-card__button:before {
  top: calc(50% - 1.9rem);
  left: -4.6rem;
  height: 3.8rem
}

.collapse__flyout,
.accordion__flyout {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.35, 1, 0.35, 1);
  -o-transition: height 0.35s cubic-bezier(0.35, 1, 0.35, 1);
  transition: height 0.35s cubic-bezier(0.35, 1, 0.35, 1)
}

.marked,
.text-card__hl,
.picture-card__hl,
.profile-card__quote,
.facts-card__desc {
  display: inline;
  -webkit-box-shadow: 0px -1.22em #30b7d7 inset;
  box-shadow: 0px -1.22em #30b7d7 inset;
  font-weight: 700;
  color: #0b0b0b
}

@media only screen and (min-width: 1278px) {

  .marked,
  .text-card__hl,
  .picture-card__hl,
  .profile-card__quote,
  .facts-card__desc {
    -webkit-box-shadow: 0px -1.35em #30b7d7 inset;
    box-shadow: 0px -1.35em #30b7d7 inset
  }
}

.markedpro {
  display: inline;
  -webkit-box-shadow: 0px -1.22em #f0d660 inset;
  box-shadow: 0px -1.22em #f0d660 inset;
  text-transform: none;
  text-decoration: none none none none;
  font-weight: 700;
  color: #0b0b0b
}

@media only screen and (min-width: 1278px) {
  .markedpro {
    -webkit-box-shadow: 0px -1.35em #f0d660 inset;
    box-shadow: 0px -1.35em #f0d660 inset
  }
}

.markedmioty {
  display: inline;
  -webkit-box-shadow: 0px -1.22em #FF0300 inset;
  box-shadow: 0px -1.22em #FF0300 inset;
  text-transform: none;
  text-decoration: none none none none;
  font-weight: 700;
  color: #0b0b0b
}

@media only screen and (min-width: 1278px) {
  .markedmioty {
    -webkit-box-shadow: 0px -1.35em #FF0300 inset;
    box-shadow: 0px -1.35em #FF0300 inset
  }
}

.logo,
.footer__logo, 
.verso__logo,
.verso__f__logo {
  display: block;
  width: 100%
}

.logo:after,
.footer__logo:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 20.55%;
  background: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F%3E%3C!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"%3E%3Csvg width="100%25" height="100%25" viewBox="0 0 197 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"%3E%3Cg%3E%3Cg%3E%3Cg id="Layer_1"%3E%3Cg%3E%3Crect x="40.167" y="10.279" width="3.862" height="7.139" style="fill:rgb(0,171,200);fill-rule:nonzero;"/%3E%3Crect x="18.108" y="13.48" width="3.861" height="7.139" style="fill:rgb(0,171,200);fill-rule:nonzero;"/%3E%3Crect x="24.784" y="1" width="3.861" height="7.138" style="fill:rgb(0,171,200);fill-rule:nonzero;"/%3E%3Crect x="11.03" y="26.506" width="3.861" height="7.14" style="fill:rgb(0,171,200);fill-rule:nonzero;"/%3E%3Crect x="43.293" y="30.812" width="3.863" height="7.138" style="fill:rgb(0,171,200);fill-rule:nonzero;"/%3E%3Crect x="33.96" y="19.956" width="3.861" height="7.14" style="fill:rgb(0,171,200);fill-rule:nonzero;"/%3E%3Crect x="0" y="19.957" width="3.861" height="7.139" style="fill:rgb(0,171,200);fill-rule:nonzero;"/%3E%3Crect x="11.03" y="13.48" width="3.861" height="7.139" style="fill:rgb(0,171,200);fill-rule:nonzero;"/%3E%3C/g%3E%3Cg%3E%3Cpath d="M67.462,10.702L63.625,10.702L63.625,28.01L73.638,28.01L73.638,24.377L67.462,24.377L67.462,10.702Z" style="fill:white;fill-rule:nonzero;"/%3E%3Cpath d="M85.147,10.489C80.22,10.489 76.212,14.466 76.212,19.355C76.212,24.245 80.22,28.222 85.147,28.222C90.073,28.222 94.08,24.244 94.08,19.355C94.08,14.466 90.073,10.489 85.147,10.489M90.269,19.355C90.269,22.177 87.972,24.474 85.148,24.474C82.289,24.474 80.05,22.226 80.05,19.355C80.05,16.482 82.289,14.234 85.148,14.234C87.971,14.234 90.269,16.531 90.269,19.355" style="fill:white;fill-rule:nonzero;"/%3E%3Cpath d="M112.275,16.083C112.275,12.699 110.206,10.679 106.736,10.679L100.208,10.679L100.208,28.01L103.998,28.01L103.998,21.487L104.607,21.487L108.857,28.01L113.337,28.01L108.857,21.16C111.036,20.465 112.275,18.642 112.275,16.083M108.461,16.083C108.461,17.135 107.766,17.763 106.602,17.763L104.022,17.763L104.022,14.402L106.626,14.402C107.654,14.402 108.461,15.14 108.461,16.083" style="fill:white;fill-rule:nonzero;"/%3E%3Crect x="122.221" y="10.701" width="3.814" height="17.309" style="fill:white;fill-rule:nonzero;"/%3E%3Cpath d="M147.477,10.489C142.551,10.489 138.541,14.466 138.541,19.355C138.541,24.245 142.551,28.222 147.477,28.222C152.403,28.222 156.409,24.244 156.409,19.355C156.408,14.466 152.402,10.489 147.477,10.489M152.598,19.355C152.598,22.177 150.301,24.474 147.477,24.474C144.618,24.474 142.379,22.226 142.379,19.355C142.379,16.482 144.617,14.234 147.477,14.234C150.301,14.234 152.598,16.531 152.598,19.355" style="fill:white;fill-rule:nonzero;"/%3E%3Cpath d="M172.56,10.702L172.56,14.312L176.83,14.312L176.83,28.01L180.644,28.01L180.644,14.289L184.895,14.289L184.895,10.702L172.56,10.702Z" style="fill:white;fill-rule:nonzero;"/%3E%3C/g%3E%3Cg%3E%3Cg transform="matrix(1,0,0,1,186.869,16.9787)"%3E%3Cg transform="matrix(20,0,0,20,0,0)"%3E%3Cpath d="M0.238,-0.298C0.211,-0.298 0.185,-0.303 0.161,-0.314C0.137,-0.324 0.116,-0.338 0.098,-0.357C0.08,-0.376 0.066,-0.397 0.056,-0.423C0.045,-0.448 0.04,-0.475 0.04,-0.504C0.04,-0.533 0.045,-0.561 0.056,-0.586C0.066,-0.611 0.08,-0.632 0.098,-0.651C0.116,-0.67 0.137,-0.684 0.161,-0.695C0.185,-0.705 0.211,-0.71 0.238,-0.71C0.265,-0.71 0.29,-0.705 0.314,-0.695C0.338,-0.684 0.359,-0.67 0.377,-0.651C0.395,-0.632 0.409,-0.611 0.42,-0.586C0.431,-0.561 0.436,-0.533 0.436,-0.504C0.436,-0.475 0.431,-0.448 0.42,-0.423C0.409,-0.397 0.395,-0.376 0.377,-0.357C0.359,-0.338 0.338,-0.324 0.314,-0.314C0.29,-0.303 0.265,-0.298 0.238,-0.298ZM0.238,-0.338C0.261,-0.338 0.282,-0.342 0.301,-0.351C0.32,-0.36 0.336,-0.371 0.35,-0.386C0.363,-0.4 0.374,-0.416 0.382,-0.435C0.389,-0.454 0.393,-0.473 0.393,-0.493L0.393,-0.515C0.393,-0.535 0.389,-0.554 0.382,-0.573C0.374,-0.592 0.363,-0.608 0.35,-0.623C0.336,-0.637 0.32,-0.648 0.301,-0.657C0.282,-0.666 0.261,-0.67 0.238,-0.67C0.215,-0.67 0.195,-0.666 0.176,-0.657C0.157,-0.648 0.14,-0.637 0.127,-0.623C0.113,-0.608 0.102,-0.592 0.095,-0.573C0.087,-0.554 0.083,-0.535 0.083,-0.515L0.083,-0.493C0.083,-0.473 0.087,-0.454 0.095,-0.435C0.102,-0.416 0.113,-0.4 0.127,-0.386C0.14,-0.371 0.157,-0.36 0.176,-0.351C0.195,-0.342 0.215,-0.338 0.238,-0.338ZM0.203,-0.396L0.163,-0.396L0.163,-0.605L0.253,-0.605C0.273,-0.605 0.289,-0.599 0.3,-0.588C0.311,-0.576 0.317,-0.561 0.317,-0.542C0.317,-0.526 0.313,-0.513 0.306,-0.503C0.299,-0.493 0.289,-0.486 0.278,-0.481L0.327,-0.396L0.282,-0.396L0.238,-0.476L0.203,-0.476L0.203,-0.396ZM0.251,-0.508C0.266,-0.508 0.274,-0.515 0.274,-0.529L0.274,-0.551C0.274,-0.565 0.266,-0.572 0.251,-0.572L0.203,-0.572L0.203,-0.508L0.251,-0.508Z" style="fill:white;fill-rule:nonzero;"/%3E%3C/g%3E%3C/g%3E%3Cpath d="M-4.2,8.138L198.801,8.138" style="fill:none;fill-rule:nonzero;"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') 0 0 no-repeat;
  background-size: contain
}
.verso__f__logo:after {
  content: "";
  display: block;
  width:80%;
  height: 0;
  padding-bottom: 20.55%;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 1339 156" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M1301.02,113.983C1295.69,113.983 1290.75,113.068 1286.19,111.234C1281.62,109.404 1277.65,106.828 1274.26,103.509C1270.88,100.191 1268.25,96.303 1266.38,91.844C1264.52,87.385 1263.58,82.527 1263.58,77.272C1263.58,72.018 1264.52,67.163 1266.38,62.704C1268.25,58.244 1270.88,54.354 1274.26,51.036C1277.65,47.717 1281.62,45.141 1286.19,43.311C1290.75,41.479 1295.69,40.562 1301.02,40.562C1306.41,40.562 1311.39,41.479 1315.95,43.311C1320.51,45.141 1324.47,47.717 1327.83,51.036C1331.18,54.354 1333.81,58.244 1335.71,62.704C1337.61,67.163 1338.56,72.018 1338.56,77.272C1338.56,82.527 1337.61,87.385 1335.71,91.844C1333.81,96.303 1331.18,100.191 1327.83,103.509C1324.47,106.828 1320.51,109.404 1315.95,111.234C1311.39,113.068 1306.41,113.983 1301.02,113.983ZM1301.02,110.768C1305.86,110.768 1310.35,109.939 1314.5,108.279C1318.65,106.62 1322.26,104.27 1325.34,101.228C1328.41,98.186 1330.8,94.644 1332.49,90.599C1334.19,86.555 1335.03,82.112 1335.03,77.272C1335.03,72.433 1334.19,67.99 1332.49,63.948C1330.8,59.904 1328.41,56.359 1325.34,53.317C1322.26,50.275 1318.65,47.925 1314.5,46.266C1310.35,44.606 1305.86,43.777 1301.02,43.777C1296.25,43.777 1291.79,44.606 1287.64,46.266C1283.49,47.925 1279.88,50.275 1276.8,53.317C1273.73,56.359 1271.34,59.904 1269.65,63.948C1267.95,67.99 1267.11,72.433 1267.11,77.272C1267.11,82.112 1267.95,86.555 1269.65,90.599C1271.34,94.644 1273.73,98.186 1276.8,101.228C1279.88,104.27 1283.49,106.62 1287.64,108.279C1291.79,109.939 1296.25,110.768 1301.02,110.768Z" style="fill:rgb(191,191,191);fill-rule:nonzero;"/><path d="M894.059,113.568L861.496,40.977L865.437,40.977L896.859,111.183L894.888,111.183L926.31,40.977L930.043,40.977L897.481,113.568L894.059,113.568Z" style="fill:rgb(191,191,191);fill-rule:nonzero;"/><path d="M961.527,75.095L1001.56,75.095L1001.56,78.31L961.527,78.31L961.527,75.095ZM962.149,110.353L1007.68,110.353L1007.68,113.568L958.624,113.568L958.624,40.977L1006.22,40.977L1006.22,44.192L962.149,44.192L962.149,110.353Z" style="fill:rgb(191,191,191);fill-rule:nonzero;"/><path d="M1043.93,113.568L1043.93,40.977L1069.13,40.977C1075.14,40.977 1080.31,41.945 1084.63,43.88C1088.95,45.816 1092.25,48.565 1094.54,52.124C1096.82,55.686 1097.96,59.989 1097.96,65.036C1097.96,70.082 1096.82,74.403 1094.54,77.998C1092.25,81.593 1088.95,84.359 1084.63,86.295C1080.31,88.23 1075.14,89.198 1069.13,89.198L1045.9,89.198L1047.45,87.539L1047.45,113.568L1043.93,113.568ZM1094.95,113.568L1076.08,87.228L1080.12,87.228L1099.1,113.568L1094.95,113.568ZM1047.45,87.539L1045.9,85.983L1069.34,85.983C1077.49,85.983 1083.73,84.151 1088.06,80.487C1092.38,76.823 1094.54,71.673 1094.54,65.036C1094.54,58.399 1092.38,53.267 1088.06,49.635C1083.73,46.005 1077.49,44.192 1069.34,44.192L1045.9,44.192L1047.45,42.532L1047.45,87.539Z" style="fill:rgb(191,191,191);fill-rule:nonzero;"/><g><path d="M1144.28,44.784C1144.42,44.747 1144.57,44.728 1144.72,44.728C1155.92,44.728 1163.81,50.521 1170.32,58.744C1170.92,59.501 1170.79,60.602 1170.03,61.202C1169.27,61.801 1168.17,61.673 1167.57,60.915C1161.83,53.653 1154.95,48.376 1145.13,48.231C1145,48.264 1144.86,48.281 1144.72,48.281C1128.66,48.281 1115.44,61.496 1115.44,77.555C1115.44,93.614 1128.66,106.829 1144.72,106.829C1153.06,106.829 1159.31,103.148 1164.52,97.676C1169.98,91.955 1174.33,84.315 1178.69,76.686C1183.2,68.803 1187.73,60.931 1193.36,55.018C1199.24,48.856 1206.3,44.781 1215.69,44.781C1233.67,44.781 1248.47,59.576 1248.47,77.555C1248.47,95.534 1233.67,110.329 1215.69,110.329L1215.69,110.278L1215.68,110.278C1215.68,110.295 1215.69,110.312 1215.69,110.329C1215.55,110.329 1215.4,110.31 1215.26,110.275C1204.34,110.129 1196.59,104.431 1190.19,96.376C1189.59,95.62 1189.71,94.518 1190.47,93.917C1191.23,93.316 1192.33,93.442 1192.93,94.198C1198.74,101.505 1205.71,106.778 1215.69,106.778C1215.84,106.778 1215.97,106.795 1216.1,106.826C1231.98,106.604 1244.97,93.478 1244.97,77.555C1244.97,61.496 1231.75,48.281 1215.69,48.281C1207.35,48.281 1201.11,51.962 1195.89,57.434C1190.44,63.155 1186.09,70.795 1181.73,78.424C1177.22,86.307 1172.69,94.179 1167.06,100.092C1161.18,106.254 1154.12,110.329 1144.72,110.329C1126.74,110.329 1111.94,95.534 1111.94,77.555C1111.94,59.723 1126.5,45.023 1144.28,44.784Z" style="fill:rgb(0,171,200);"/></g><g><g><clipPath id="_clip1"><rect x="0" y="-0.091" width="780.089" height="155.879"/></clipPath><g clip-path="url(%23_clip1)"><g><rect x="169.347" y="39.125" width="16.285" height="30.097" style="fill:rgb(0,177,200);"/><rect x="76.346" y="52.623" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><rect x="104.493" y="0" width="16.279" height="30.098" style="fill:rgb(0,177,200);"/><rect x="46.503" y="107.541" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><rect x="182.53" y="125.691" width="16.285" height="30.098" style="fill:rgb(0,177,200);"/><rect x="143.182" y="79.927" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><rect x="0" y="79.927" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><rect x="46.503" y="52.623" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><path d="M284.43,40.905L268.255,40.905L268.255,113.878L310.469,113.878L310.469,98.562L284.43,98.562L284.43,40.905Z" style="fill:white;fill-rule:nonzero;"/><path d="M380.588,77.389C380.588,89.293 370.9,98.974 358.996,98.974C346.94,98.974 337.501,89.493 337.501,77.389C337.501,65.279 346.94,55.797 358.996,55.797C370.9,55.797 380.588,65.485 380.588,77.389ZM358.996,40.009C338.222,40.009 321.325,56.779 321.325,77.389C321.325,98.005 338.222,114.774 358.996,114.774C379.763,114.774 396.66,98.005 396.66,77.389C396.66,56.779 379.763,40.009 358.996,40.009Z" style="fill:white;fill-rule:nonzero;"/><path d="M457.291,63.594C457.291,68.028 454.359,70.676 449.452,70.676L438.571,70.676L438.571,56.506L449.549,56.506C453.886,56.506 457.291,59.62 457.291,63.594ZM473.37,63.594C473.37,49.327 464.646,40.809 450.021,40.809L422.493,40.809L422.493,113.878L438.474,113.878L438.474,86.373L441.043,86.373L458.963,113.878L477.854,113.878L458.963,84.998C468.148,82.066 473.37,74.383 473.37,63.594Z" style="fill:white;fill-rule:nonzero;"/><rect x="515.305" y="40.905" width="16.078" height="72.972" style="fill:white;"/><path d="M643.378,77.389C643.378,89.293 633.697,98.974 621.786,98.974C609.729,98.974 600.291,89.493 600.291,77.389C600.291,65.279 609.729,55.797 621.786,55.797C633.697,55.797 643.378,65.485 643.378,77.389ZM621.786,40.009C601.018,40.009 584.116,56.779 584.116,77.389C584.116,98.005 601.018,114.774 621.786,114.774C642.553,114.774 659.444,98.005 659.444,77.389C659.444,56.779 642.553,40.009 621.786,40.009Z" style="fill:white;fill-rule:nonzero;"/><path d="M727.54,40.905L727.54,56.124L745.546,56.124L745.546,113.878L761.626,113.878L761.626,56.027L779.541,56.027L779.541,40.905L727.54,40.905Z" style="fill:white;fill-rule:nonzero;"/></g></g></g></g></svg>') 0 0 no-repeat;
  background-size: contain
}
.verso__logo:after {
  content: "";
  display: block;
  width: 160%;
  height: 0;
  padding-bottom: 20.55%;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 1339 156" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M1301.02,113.983C1295.69,113.983 1290.75,113.068 1286.19,111.234C1281.62,109.404 1277.65,106.828 1274.26,103.509C1270.88,100.191 1268.25,96.303 1266.38,91.844C1264.52,87.385 1263.58,82.527 1263.58,77.272C1263.58,72.018 1264.52,67.163 1266.38,62.704C1268.25,58.244 1270.88,54.354 1274.26,51.036C1277.65,47.717 1281.62,45.141 1286.19,43.311C1290.75,41.479 1295.69,40.562 1301.02,40.562C1306.41,40.562 1311.39,41.479 1315.95,43.311C1320.51,45.141 1324.47,47.717 1327.83,51.036C1331.18,54.354 1333.81,58.244 1335.71,62.704C1337.61,67.163 1338.56,72.018 1338.56,77.272C1338.56,82.527 1337.61,87.385 1335.71,91.844C1333.81,96.303 1331.18,100.191 1327.83,103.509C1324.47,106.828 1320.51,109.404 1315.95,111.234C1311.39,113.068 1306.41,113.983 1301.02,113.983ZM1301.02,110.768C1305.86,110.768 1310.35,109.939 1314.5,108.279C1318.65,106.62 1322.26,104.27 1325.34,101.228C1328.41,98.186 1330.8,94.644 1332.49,90.599C1334.19,86.555 1335.03,82.112 1335.03,77.272C1335.03,72.433 1334.19,67.99 1332.49,63.948C1330.8,59.904 1328.41,56.359 1325.34,53.317C1322.26,50.275 1318.65,47.925 1314.5,46.266C1310.35,44.606 1305.86,43.777 1301.02,43.777C1296.25,43.777 1291.79,44.606 1287.64,46.266C1283.49,47.925 1279.88,50.275 1276.8,53.317C1273.73,56.359 1271.34,59.904 1269.65,63.948C1267.95,67.99 1267.11,72.433 1267.11,77.272C1267.11,82.112 1267.95,86.555 1269.65,90.599C1271.34,94.644 1273.73,98.186 1276.8,101.228C1279.88,104.27 1283.49,106.62 1287.64,108.279C1291.79,109.939 1296.25,110.768 1301.02,110.768Z" style="fill:rgb(191,191,191);fill-rule:nonzero;"/><path d="M894.059,113.568L861.496,40.977L865.437,40.977L896.859,111.183L894.888,111.183L926.31,40.977L930.043,40.977L897.481,113.568L894.059,113.568Z" style="fill:rgb(191,191,191);fill-rule:nonzero;"/><path d="M961.527,75.095L1001.56,75.095L1001.56,78.31L961.527,78.31L961.527,75.095ZM962.149,110.353L1007.68,110.353L1007.68,113.568L958.624,113.568L958.624,40.977L1006.22,40.977L1006.22,44.192L962.149,44.192L962.149,110.353Z" style="fill:rgb(191,191,191);fill-rule:nonzero;"/><path d="M1043.93,113.568L1043.93,40.977L1069.13,40.977C1075.14,40.977 1080.31,41.945 1084.63,43.88C1088.95,45.816 1092.25,48.565 1094.54,52.124C1096.82,55.686 1097.96,59.989 1097.96,65.036C1097.96,70.082 1096.82,74.403 1094.54,77.998C1092.25,81.593 1088.95,84.359 1084.63,86.295C1080.31,88.23 1075.14,89.198 1069.13,89.198L1045.9,89.198L1047.45,87.539L1047.45,113.568L1043.93,113.568ZM1094.95,113.568L1076.08,87.228L1080.12,87.228L1099.1,113.568L1094.95,113.568ZM1047.45,87.539L1045.9,85.983L1069.34,85.983C1077.49,85.983 1083.73,84.151 1088.06,80.487C1092.38,76.823 1094.54,71.673 1094.54,65.036C1094.54,58.399 1092.38,53.267 1088.06,49.635C1083.73,46.005 1077.49,44.192 1069.34,44.192L1045.9,44.192L1047.45,42.532L1047.45,87.539Z" style="fill:rgb(191,191,191);fill-rule:nonzero;"/><g><path d="M1144.28,44.784C1144.42,44.747 1144.57,44.728 1144.72,44.728C1155.92,44.728 1163.81,50.521 1170.32,58.744C1170.92,59.501 1170.79,60.602 1170.03,61.202C1169.27,61.801 1168.17,61.673 1167.57,60.915C1161.83,53.653 1154.95,48.376 1145.13,48.231C1145,48.264 1144.86,48.281 1144.72,48.281C1128.66,48.281 1115.44,61.496 1115.44,77.555C1115.44,93.614 1128.66,106.829 1144.72,106.829C1153.06,106.829 1159.31,103.148 1164.52,97.676C1169.98,91.955 1174.33,84.315 1178.69,76.686C1183.2,68.803 1187.73,60.931 1193.36,55.018C1199.24,48.856 1206.3,44.781 1215.69,44.781C1233.67,44.781 1248.47,59.576 1248.47,77.555C1248.47,95.534 1233.67,110.329 1215.69,110.329L1215.69,110.278L1215.68,110.278C1215.68,110.295 1215.69,110.312 1215.69,110.329C1215.55,110.329 1215.4,110.31 1215.26,110.275C1204.34,110.129 1196.59,104.431 1190.19,96.376C1189.59,95.62 1189.71,94.518 1190.47,93.917C1191.23,93.316 1192.33,93.442 1192.93,94.198C1198.74,101.505 1205.71,106.778 1215.69,106.778C1215.84,106.778 1215.97,106.795 1216.1,106.826C1231.98,106.604 1244.97,93.478 1244.97,77.555C1244.97,61.496 1231.75,48.281 1215.69,48.281C1207.35,48.281 1201.11,51.962 1195.89,57.434C1190.44,63.155 1186.09,70.795 1181.73,78.424C1177.22,86.307 1172.69,94.179 1167.06,100.092C1161.18,106.254 1154.12,110.329 1144.72,110.329C1126.74,110.329 1111.94,95.534 1111.94,77.555C1111.94,59.723 1126.5,45.023 1144.28,44.784Z" style="fill:rgb(0,171,200);"/></g><g><g><clipPath id="_clip1"><rect x="0" y="-0.091" width="780.089" height="155.879"/></clipPath><g clip-path="url(%23_clip1)"><g><rect x="169.347" y="39.125" width="16.285" height="30.097" style="fill:rgb(0,177,200);"/><rect x="76.346" y="52.623" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><rect x="104.493" y="0" width="16.279" height="30.098" style="fill:rgb(0,177,200);"/><rect x="46.503" y="107.541" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><rect x="182.53" y="125.691" width="16.285" height="30.098" style="fill:rgb(0,177,200);"/><rect x="143.182" y="79.927" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><rect x="0" y="79.927" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><rect x="46.503" y="52.623" width="16.279" height="30.097" style="fill:rgb(0,177,200);"/><path d="M284.43,40.905L268.255,40.905L268.255,113.878L310.469,113.878L310.469,98.562L284.43,98.562L284.43,40.905Z" style="fill:white;fill-rule:nonzero;"/><path d="M380.588,77.389C380.588,89.293 370.9,98.974 358.996,98.974C346.94,98.974 337.501,89.493 337.501,77.389C337.501,65.279 346.94,55.797 358.996,55.797C370.9,55.797 380.588,65.485 380.588,77.389ZM358.996,40.009C338.222,40.009 321.325,56.779 321.325,77.389C321.325,98.005 338.222,114.774 358.996,114.774C379.763,114.774 396.66,98.005 396.66,77.389C396.66,56.779 379.763,40.009 358.996,40.009Z" style="fill:white;fill-rule:nonzero;"/><path d="M457.291,63.594C457.291,68.028 454.359,70.676 449.452,70.676L438.571,70.676L438.571,56.506L449.549,56.506C453.886,56.506 457.291,59.62 457.291,63.594ZM473.37,63.594C473.37,49.327 464.646,40.809 450.021,40.809L422.493,40.809L422.493,113.878L438.474,113.878L438.474,86.373L441.043,86.373L458.963,113.878L477.854,113.878L458.963,84.998C468.148,82.066 473.37,74.383 473.37,63.594Z" style="fill:white;fill-rule:nonzero;"/><rect x="515.305" y="40.905" width="16.078" height="72.972" style="fill:white;"/><path d="M643.378,77.389C643.378,89.293 633.697,98.974 621.786,98.974C609.729,98.974 600.291,89.493 600.291,77.389C600.291,65.279 609.729,55.797 621.786,55.797C633.697,55.797 643.378,65.485 643.378,77.389ZM621.786,40.009C601.018,40.009 584.116,56.779 584.116,77.389C584.116,98.005 601.018,114.774 621.786,114.774C642.553,114.774 659.444,98.005 659.444,77.389C659.444,56.779 642.553,40.009 621.786,40.009Z" style="fill:white;fill-rule:nonzero;"/><path d="M727.54,40.905L727.54,56.124L745.546,56.124L745.546,113.878L761.626,113.878L761.626,56.027L779.541,56.027L779.541,40.905L727.54,40.905Z" style="fill:white;fill-rule:nonzero;"/></g></g></g></g></svg>') 0 0 no-repeat;
  background-size: contain
}
.round-image__container,
.profile-card__pic,
.clock,
.info-card__pic {
  position: relative;
  width: 10.8rem;
  height: 10.8rem;
  overflow: hidden;
  border-radius: 50%
}

@media only screen and (min-width: 768px) {

  .round-image__container,
  .profile-card__pic,
  .clock,
  .info-card__pic {
    width: 12.4rem;
    height: 12.4rem
  }
}

.round-image__img,
.profile-card__img,
.info-card__img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.image--block {
  display: block;
  width: 100%;
  height: auto
}

.image {
  margin: 0;
  padding: 0
}

.imageContainer {
  margin: 0;
  padding: 0
}

.imageContainer:hover {

  -webkit-transform: scale(1.5);
  /* or some other value */
  transform: scale(1.5);
  position: arelative;
  margin: 1;

}

.image__img {
  display: block;
  width: 100%;
  height: auto
}

.image__caption {
  font-size: 0.625em
}

.divider,
.table__divider,
.info-card__divider {
  margin: 1.0rem 0;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-width: 1px 0 0
}

.section,
.hero,
.newsletter {
  position: relative;
  padding-top: 3rem;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  z-index: 10
}

@media only screen and (min-width: 1024px) {

  .section::before,
  .hero::before,
  .newsletter::before {
    content: "";
    position: absolute;
    right: calc(50% - 1.5px + 532.5px);
    top: 9.55rem;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    width: 106.5px
  }
}

.section__wrapper,
.section.\--grey .section__wrapper,
.\--grey.hero .section__wrapper,
.\--grey.newsletter .section__wrapper,
.section.\--black .section__wrapper,
.\--black.hero .section__wrapper,
.\--black.newsletter .section__wrapper,
.hero__text-wrapper,
.newsletter__wrapper,
.footer__wrapper,
.footer__nav-wrapper {
  margin: 0 auto;
  width: 88%
}

@media only screen and (min-width: 1024px) {

  .section__wrapper,
  .section.\--grey .section__wrapper,
  .\--grey.hero .section__wrapper,
  .\--grey.newsletter .section__wrapper,
  .section.\--black .section__wrapper,
  .\--black.hero .section__wrapper,
  .\--black.newsletter .section__wrapper,
  .hero__text-wrapper,
  .newsletter__wrapper,
  .footer__wrapper,
  .footer__nav-wrapper {
    width: 1278px
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

  .section__wrapper,
  .section.\--grey .section__wrapper,
  .\--grey.hero .section__wrapper,
  .\--grey.newsletter .section__wrapper,
  .section.\--black .section__wrapper,
  .\--black.hero .section__wrapper,
  .\--black.newsletter .section__wrapper,
  .hero__text-wrapper,
  .newsletter__wrapper,
  .footer__wrapper,
  .footer__nav-wrapper {
    margin: 0 calc(50% - 639px)
  }
}

.section.\--no-stroke,
.hero,
.\--no-stroke.newsletter {
  padding-top: 0;
  border-top: 0
}

@media only screen and (min-width: 1024px) {

  .section.\--no-stroke::before,
  .hero::before,
  .\--no-stroke.newsletter::before {
    display: none
  }
}

.section.\--hl-stroke-only,
.\--hl-stroke-only.hero,
.\--hl-stroke-only.newsletter {
  padding-top: 0;
  border-top: 0
}

@media only screen and (min-width: 1024px) {

  .section.\--hl-stroke-only::before,
  .\--hl-stroke-only.hero::before,
  .\--hl-stroke-only.newsletter::before {
    top: 6.55rem
  }
}

@media only screen and (min-width: 1024px) {

  .section.\--subsection::before,
  .\--subsection.hero::before,
  .\--subsection.newsletter::before {
    display: none
  }
}

.section.\--behind-strokes,
.\--behind-strokes.hero,
.\--behind-strokes.newsletter {
  z-index: 1
}

.section.\--grey,
.\--grey.hero,
.\--grey.newsletter {
  border: 0
}

@media only screen and (max-width: 1023px) {

  .section.\--grey,
  .\--grey.hero,
  .\--grey.newsletter {
    background-color: #161616
  }
}

@media only screen and (min-width: 1024px) {

  .section.\--grey .section__wrapper,
  .\--grey.hero .section__wrapper,
  .\--grey.newsletter .section__wrapper,
  .section.\--grey .hero__text-wrapper,
  .\--grey.hero .hero__text-wrapper,
  .\--grey.newsletter .hero__text-wrapper,
  .section.\--grey .newsletter__wrapper,
  .\--grey.hero .newsletter__wrapper,
  .\--grey.newsletter .newsletter__wrapper,
  .section.\--grey .footer__wrapper,
  .\--grey.hero .footer__wrapper,
  .\--grey.newsletter .footer__wrapper,
  .section.\--grey .footer__nav-wrapper,
  .\--grey.hero .footer__nav-wrapper,
  .\--grey.newsletter .footer__nav-wrapper {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #161616
  }
}

.section.\--black,
.\--black.hero,
.\--black.newsletter {
  border: 0
}

@media only screen and (max-width: 1023px) {

  .section.\--black,
  .\--black.hero,
  .\--black.newsletter {
    background-color: #000
  }
}

@media only screen and (min-width: 1024px) {

  .section.\--black .section__wrapper,
  .\--black.hero .section__wrapper,
  .\--black.newsletter .section__wrapper,
  .section.\--black .hero__text-wrapper,
  .\--black.hero .hero__text-wrapper,
  .\--black.newsletter .hero__text-wrapper,
  .section.\--black .newsletter__wrapper,
  .\--black.hero .newsletter__wrapper,
  .\--black.newsletter .newsletter__wrapper,
  .section.\--black .footer__wrapper,
  .\--black.hero .footer__wrapper,
  .\--black.newsletter .footer__wrapper,
  .section.\--black .footer__nav-wrapper,
  .\--black.hero .footer__nav-wrapper,
  .\--black.newsletter .footer__nav-wrapper {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #000
  }
}

.grid__row,
.image-row__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.grid__cell,
.footer__col,
.footer__about-col,
.footer__contact-col,
.footer__offices-col {
  width: 100%;
  padding: 0 0 3rem
}

@media only screen and (min-width: 1024px) {

  .grid__cell,
  .footer__col,
  .footer__about-col,
  .footer__contact-col,
  .footer__offices-col {
    padding: 0 4rem 4rem 0
  }
}

.grid__cell--sm-1-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3rem 3rem 0;
  width: 50%
}

@media only screen and (min-width: 768px) {

  .grid__cell--lg-1-4,
  .grid__cell--lg-2-4,
  .grid__cell--lg-3-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3rem 3rem 0
  }

  .grid__cell--lg-1-4 {
    width: 25%
  }

  .grid__cell--lg-2-4 {
    width: 50%
  }

  .grid__cell--lg-3-4 {
    width: 75%
  }
}

@media only screen and (min-width: 1024px) {

  .grid__cell--xl-1-6,
  .grid__cell--xl-2-6,
  .grid__cell--xl-3-6,
  .grid__cell--xl-4-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4rem 4rem 0
  }

  .grid__cell--xl-1-6 {
    width: 16.66667%
  }

  .grid__cell--xl-1_5-6 {
    width: 25%
  }

  .grid__cell--xl-2-6 {
    width: 33.33333%
  }

  .grid__cell--xl-3-6 {
    width: 50%
  }

  .grid__cell--xl-4-6 {
    width: 66.66667%
  }

  .grid__cell--xl-20 {
    width: 20%
  }
}

@media only screen and (min-width: 1278px) {

  .grid__cell--xxl-1-6,
  .grid__cell--xxl-2-6,
  .grid__cell--xxl-3-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4rem 4rem 0
  }

  .grid__cell--xxl-1-6 {
    width: 16.66667%
  }

  .grid__cell--xxl-1_5-6 {
    width: 25%
  }

  .grid__cell--xxl-2-6 {
    width: 33.33333%
  }

  .grid__cell--xxl-3-6 {
    width: 50%
  }
}

.grid__row>.\--padding,
.image-row__row>.\--padding {
  padding: 3rem
}

@media only screen and (min-width: 1024px) {

  .grid__row>.\--padding,
  .image-row__row>.\--padding {
    padding: 4rem
  }
}

.grid__row>.\--big-padding,
.image-row__row>.\--big-padding {
  padding: 4rem
}

@media only screen and (min-width: 1024px) {

  .grid__row>.\--big-padding,
  .image-row__row>.\--big-padding {
    padding: 8rem
  }
}

.grid__row>.\--no-padding,
.image-row__row>.\--no-padding {
  padding-right: 0
}

.grid__row>.\--no-padding-bottom,
.image-row__row>.\--no-padding-bottom {
  padding-bottom: 0
}

.grid__row>.\--small-padding-bottom,
.image-row__row>.\--small-padding-bottom {
  padding-bottom: 2rem
}

@media only screen and (min-width: 1024px) {
  .grid__offset--xl-1-6 {
    margin-left: 16.66667%
  }
}

@media only screen and (min-width: 1278px) {
  .grid__offset--xxl-0 {
    margin-left: 0
  }

  .grid__offset--xxl-1-6 {
    margin-left: 16.66667%
  }
}

.list,
.ordered-list,
.accordion {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #0b0b0b
}

@media only screen and (min-width: 1024px) {

  .list,
  .ordered-list,
  .accordion {
    margin: 0 -4.1rem 0 -0.1rem
  }
}

.list__item,
.ordered-list__item,
.accordion__item {
  position: relative;
  margin: 0 .05rem;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-width: 0 0 1px;
  padding: 1.5rem 0 1.5rem 7.5rem;
  text-transform: uppercase
}

@media only screen and (min-width: 1024px) {

  .list__item,
  .ordered-list__item,
  .accordion__item {
    padding: 1.5rem 0 1.5rem 7.5rem
  }
}

.list__item:first-child,
.ordered-list__item:first-child,
.accordion__item:first-child {
  border-top-width: 1px
}

.list__item:before,
.ordered-list__item:before,
.accordion__item:before {
  content: "\2022";
  position: absolute;
  left: 0.3em;
  top: 0;
  pointer-events: none;
  padding: 1.5rem 0
}

@media only screen and (min-width: 1024px) {

  .list__item:before,
  .ordered-list__item:before,
  .accordion__item:before {
    padding: 1.5rem 0
  }
}

.list__item-link {
  position: relative;
  display: block;
  color: inherit;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  margin: -1.5rem 0 -1.5rem -7.5rem;
  padding: 1.5rem 3rem 1.5rem 7.5rem
}

@media only screen and (min-width: 1024px) {
  .list__item-link {
    margin: -1.5rem 0 -1.5rem -7.5rem;
    padding: 1.5rem 4rem 1.5rem 7.5rem
  }
}

.list__item-link:after {
  content: "\2192";
  position: absolute;
  top: 0;
  right: 0.1em;
  font-family: inherit;
  font-size: 2em;
  font-weight: 200;
  padding: 1.5rem 0
}

@media only screen and (min-width: 1024px) {
  .list__item-link:after {
    padding: 1.5rem 0
  }
}

.list__item-link:hover {
  color: #0b0b0b;
  background-color: #30b7d7;
  border: solid 1px #31b7d7;
  border-width: 1px 0;
  font-weight: 700;
  margin: -1.6rem 0 -1.6rem -7.5rem
}

@media only screen and (min-width: 1024px) {
  .list__item-link:hover {
    margin: -1.6rem 0 -1.6rem -7.5rem
  }
}

.list__item-link:hover:before {
  content: "\2022";
  position: absolute;
  left: .3em;
  top: 0;
  text-indent: 0;
  pointer-events: none;
  padding: 1.5rem 0
}

@media only screen and (min-width: 1024px) {
  .list__item-link:hover:before {
    padding: 1.5rem 0
  }
}

.ordered-list__item:before {
  content: "";
  left: 0;
  top: calc(50% - 1.35rem);
  width: 2.7rem;
  height: 2.7rem;
  padding: 0
}

.ordered-list__item:nth-child(1):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M13.14,19.24V8.89h-0.11l-2.99,2V9.22l3.09-2.07h1.79v12.09H13.14z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.ordered-list__item:nth-child(2):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M9.39,10.56v-0.07c0-1.86,1.48-3.59,4.13-3.59c2.43,0,4.02,1.41,4.02,3.34c0,1.46-0.9,2.46-2.14,3.78l-3.39,3.67v0.09h5.82v1.46H9.51v-1.11l4.78-5.1c0.83-0.88,1.46-1.67,1.46-2.67c0-1.21-0.95-2.04-2.27-2.04c-1.44,0-2.36,0.98-2.36,2.16c0,0.02,0,0.07,0,0.07H9.39z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.ordered-list__item:nth-child(3):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M12.13,12.3h1.37c1.32,0,2.3-0.88,2.3-2.04c-0.02-1.16-0.98-1.97-2.34-1.97c-1.32,0-2.27,0.83-2.34,1.76H9.44C9.5,8.31,11.03,6.92,13.5,6.9c2.44,0,4.06,1.32,4.1,3.11c0.02,1.63-1.32,2.65-2.39,2.85v0.11c1.3,0.12,2.76,1.11,2.79,2.95c0.02,2.16-1.99,3.57-4.53,3.57c-2.58,0-4.2-1.42-4.31-3.2h1.69c0.09,1,1.2,1.79,2.62,1.79c1.63,0,2.74-0.93,2.74-2.23c-0.04-1.23-1.09-2.16-2.64-2.16h-1.44V12.3z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.ordered-list__item:nth-child(4):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M16.12,7.15v8.17h1.71v1.44h-1.71v2.48h-1.71v-2.48H8.28v-1.49c1.35-2.37,3.66-5.78,5.19-8.12H16.12z M14.42,15.32v-6.8h-0.11c-1.21,1.78-3.23,4.83-4.31,6.73v0.07H14.42z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.ordered-list__item:nth-child(5):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M10.96,16.3c0.21,1.12,1.37,1.76,2.6,1.76c1.46,0,2.72-1.05,2.72-2.74c0-1.56-1.2-2.58-2.69-2.58c-1.23,0-2,0.62-2.48,1.34h-1.6l0.56-6.94h7.31v1.44h-5.84l-0.33,3.96h0.09c0.39-0.54,1.35-1.18,2.71-1.18c2.25,0,4.04,1.51,4.04,3.92c0,2.51-1.86,4.22-4.59,4.22c-2.37,0-4.08-1.39-4.2-3.18H10.96z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.ordered-list__item:nth-child(6):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M15.95,9.73c-0.21-0.72-1.02-1.39-2.28-1.39c-1.9,0-3.11,1.86-3.09,4.94v0.05h0.11c0.46-1,1.55-1.92,3.32-1.92c2.09,0,3.97,1.44,3.97,3.89c0,2.6-1.86,4.18-4.46,4.18c-1.55,0-2.97-0.6-3.81-1.99c-0.54-0.9-0.86-2.21-0.86-3.94c0-4.43,1.9-6.63,4.87-6.63c2.34,0,3.83,1.41,3.99,2.79H15.95zM13.52,18.06c1.56,0,2.69-0.97,2.69-2.65c0-1.67-1.21-2.62-2.67-2.62c-1.58,0-2.71,1.09-2.71,2.6C10.83,17.01,12.01,18.06,13.52,18.06z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.ordered-list__item:nth-child(7):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M17.9,7.25v1.49l-5.2,10.62h-1.92l5.27-10.55V8.71H9.58V7.25H17.9z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.ordered-list__item:nth-child(8):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M8.86,15.92c0-1.48,1.09-2.73,2.64-3.02v-0.09c-1.32-0.4-2.14-1.44-2.14-2.71c0-1.86,1.74-3.2,4.17-3.2c2.41,0,4.15,1.34,4.15,3.2c0,1.27-0.84,2.34-2.14,2.71v0.09c1.55,0.3,2.64,1.55,2.64,3.02c0,2.11-1.92,3.57-4.68,3.57C10.74,19.49,8.86,18.04,8.86,15.92z M16.37,15.83c0-1.34-1.2-2.29-2.85-2.29c-1.67,0-2.88,0.97-2.88,2.29c0,1.35,1.21,2.32,2.88,2.32C15.17,18.15,16.37,17.18,16.37,15.83zM15.91,10.24c0-1.18-0.98-2-2.39-2c-1.41,0-2.41,0.83-2.41,2c0,1.2,1,2.04,2.41,2.04C14.91,12.28,15.91,11.43,15.91,10.24z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.ordered-list__item:nth-child(9):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27px' height='27px' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0.25,13.51c0-7.29,5.96-13.27,13.25-13.27c7.29,0,13.25,5.98,13.25,13.27c0,7.28-5.96,13.25-13.25,13.25C6.21,26.76,0.25,20.79,0.25,13.51z M24.88,13.51c0-6.33-5.01-11.48-11.37-11.48c-6.36,0-11.37,5.15-11.37,11.48C2.13,19.85,7.14,25,13.5,25C19.87,25,24.88,19.85,24.88,13.51z M13.52,6.92c2.51,0,4.66,1.48,4.66,5.89c0,4.4-1.67,6.66-4.89,6.66c-2.32,0-3.74-1.32-3.94-2.72h1.74c0.21,0.7,1.07,1.32,2.23,1.32c2.18,0,3.2-2.07,3.13-4.98h-0.09c-0.46,1.09-1.58,1.93-3.3,1.93c-2.2,0-4.03-1.53-4.03-4.01C9.04,8.5,10.96,6.92,13.52,6.92z M13.45,8.31c-1.49,0-2.65,1.04-2.65,2.67c0,1.67,1.16,2.67,2.67,2.67c1.49,0,2.69-0.98,2.69-2.64S14.98,8.31,13.45,8.31z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat
}

.accordion__item {
  padding: 0
}

.accordion__item:before {
  display: none
}

.accordion__header {
  position: relative;
  padding: 1.5rem 0 1.5rem 7.5rem;
  cursor: pointer
}

@media only screen and (min-width: 1024px) {
  .accordion__header {
    padding: 1.5rem 0 1.5rem 7.5rem
  }
}

.accordion__header:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='15px' height='15px' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='1' stroke='%2330b7d7'%3E%3Cline x1='0' y1='7.5' x2='15' y2='7.5'%3E%3C/line%3E%3Cline x1='7.5' y1='0' x2='7.5' y2='15'%3E%3C/line%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat;
  background-size: contain
}

.accordion__flyout {
  text-transform: none
}

.accordion__content {
  padding-bottom: 1.5rem
}

@media only screen and (min-width: 1024px) {
  .accordion__content {
    padding-bottom: 1.5rem
  }
}

.accordion__item.open .accordion__header:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15px' height='15px' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='1' stroke='%2330b7d7'%3E%3Cline x1='0' y1='7.5' x2='15' y2='7.5'%3E%3C/line%3E%3C/g%3E%3C/svg%3E")
}

.hero {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-bottom: 56.233%;
  margin-bottom: 3rem
}

@media only screen and (min-width: 1024px) {
  .hero {
    padding-bottom: 0;
    height: 508px;
    margin-bottom: 0
  }

  .hero:after {
    content: "";
    display: block;
    background-color: #0b0b0b;
    width: calc(50% + 213px);
    height: 10rem
  }
}

.hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover
}

.hero__text-wrapper {
  position: absolute;
  bottom: 0;
  left: 6%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width: 1024px) {
  .hero__text-wrapper {
    position: static;
    left: auto;
    bottom: auto;
    height: calc(100% - 10rem);
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.hero__hl {
  max-width: 300px
}

@media only screen and (min-width: 1024px) {
  .hero__hl {
    max-width: none
  }
}

.page-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none
}

.page-bg__wrapper {
  height: 100%
}

.page-bg__image {
  margin: 0 -1px 0 -0.5px
}

@media only screen and (max-width: 1023px) {
  .page-bg__image {
    display: none
  }
}

.page-bg__image--small {
  position: absolute;
  left: calc(50% - 160px);
  top: 0
}

@media only screen and (min-width: 1024px) {
  .page-bg__image--small {
    display: none
  }
}

.page-bg__line {
  stroke-width: 1;
  stroke: rgba(255, 255, 255, 0.05)
}

.text {
  text-indent: 7.5rem
}

.text--no-indent,
.text-card__text,
.picture-card__text,
.footer__text {
  text-indent: 0
}

.text-card__header,
.picture-card__header {
  display: -ms-flexbox;
  display: flex
}

@media only screen and (min-width: 768px) {

  .text-card__header,
  .picture-card__header {
    margin-right: -4rem
  }
}

.text-card__header>*,
.picture-card__header>* {
  -ms-flex: 1 1;
  flex: 1 1
}

.text-card__category-link,
.picture-card__category-link {
  color: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  -webkit-box-shadow: inset 0 -1px #fff;
  box-shadow: inset 0 -1px #fff
}

.text-card__hl:before,
.picture-card__hl:before {
  content: "\2192   ";
  padding-right: 0.5em
}

.text-card__more-link:before,
.picture-card__more-link:before {
  content: "\2192   ";
  padding-right: 0.5em
}

.picture-card {
  display: block;
  font-family: inherit
}

.picture-card__pic-container {
  position: relative
}

.picture-card__pic {
  display: block;
  width: 100%;
  height: auto
}

.picture-card__pic-text {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: -.8rem;
  width: 100%
}

.card-layout {
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  padding-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.card-layout>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4rem;
  width: 100%
}

.card-layout.\--focus>* {
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.card-layout.\--focus:hover>* {
  opacity: 0.5
}

.card-layout.\--focus:hover>*:hover {
  opacity: 1
}

.card-layout--sm-50>* {
  padding-right: 4rem;
  width: 50%
}

@media only screen and (min-width: 400px) {
  .card-layout--md-50>* {
    padding-right: 4rem;
    width: 50%
  }
}

@media only screen and (min-width: 768px) {
  .card-layout--lg-50>* {
    padding-right: 4rem;
    width: 50%
  }
}

@media only screen and (min-width: 1024px) {
  .card-layout--xl-50>* {
    padding-right: 4rem;
    width: 50%
  }
}

@media only screen and (min-width: 1024px) {
  .card-layout--xl-25>* {
    padding-right: 4rem;
    width: 25%
  }
}

.clock {
  background-color: #161616
}

.clock__hand,
.clock__hand--hour,
.clock__hand--minute,
.clock__hand--second {
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: calc(50% - 0.5px);
  width: 1px;
  height: 41.935%;
  background-color: #494949;
  -webkit-transform-origin: 50% calc(100% - .5px);
  -ms-transform-origin: 50% calc(100% - .5px);
  transform-origin: 50% calc(100% - .5px)
}

.clock__hand--hour {
  height: 28.226%
}

.clock__hand--minute {
  z-index: 10
}

.clock__hand--second {
  background-color: #30b7d7
}

.form,
.form--ordered {
  margin: 0;
  padding: 0
}

.form__input,
.newsletter__input,
.form__select>select,
.form__textarea,
.form__checkbox,
.form__checkbox-box {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.1em;
  color: inherit;
  background: transparent;
  border: solid 1px currentColor;
  border-width: 0 0 1px;
  padding: 5px 1px 1px;
  opacity: 0.3;
  -webkit-transition: opacity 0.25s, color 0.25s;
  -o-transition: opacity 0.25s, color 0.25s;
  transition: opacity 0.25s, color 0.25s;
  outline: 0
}

.form__input::-webkit-input-placeholder,
.newsletter__input::-webkit-input-placeholder,
.form__select>select::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder,
.form__checkbox::-webkit-input-placeholder,
.form__checkbox-box::-webkit-input-placeholder {
  color: currentColor
}

.form__input::-moz-placeholder,
.newsletter__input::-moz-placeholder,
.form__select>select::-moz-placeholder,
.form__textarea::-moz-placeholder,
.form__checkbox::-moz-placeholder,
.form__checkbox-box::-moz-placeholder {
  color: currentColor
}

.form__input:-ms-input-placeholder,
.newsletter__input:-ms-input-placeholder,
.form__select>select:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder,
.form__checkbox:-ms-input-placeholder,
.form__checkbox-box:-ms-input-placeholder {
  color: currentColor
}

.form__input::-ms-input-placeholder,
.newsletter__input::-ms-input-placeholder,
.form__select>select::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder,
.form__checkbox::-ms-input-placeholder,
.form__checkbox-box::-ms-input-placeholder {
  color: currentColor
}

.form__input::placeholder,
.newsletter__input::placeholder,
.form__select>select::placeholder,
.form__textarea::placeholder,
.form__checkbox::placeholder,
.form__checkbox-box::placeholder {
  color: currentColor
}

.form__textarea {
  resize: none
}

.form__checkbox-box {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  border: solid 1px currentColor;
  width: 16px;
  height: 16px;
  padding: 0;
  opacity: 1
}

.form__checkbox-label-text {
  display: inline-block
}

.form__checkbox {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0
}

.form__checkbox:checked~.form__checkbox-box:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  display: block;
  border: solid 2px currentColor;
  width: 8px;
  height: 4px;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.form__select {
  position: relative
}

.form__select>select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border-radius: 0
}

.form__select>select::-ms-expand {
  display: none
}

.form__select-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: solid 1px currentColor;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.3;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none
}

.form__label-text,
.form__checkbox-label-text {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s
}

.form__input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: #fff
}

.form__checkbox-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding-left: 3rem
}

.form__input-group:hover .form__input,
.form__input-group:hover .newsletter__input,
.form__input-group:hover .form__select-icon,
.form__input-group:hover .form__select>select,
.form__input-group:hover .form__label-text,
.form__input-group:hover .form__textarea {
  opacity: 1
}

.form__checkbox-group:hover .form__checkbox-box,
.form__checkbox-group:hover .form__checkbox-label-text {
  opacity: 1
}

.form__input:focus,
.newsletter__input:focus,
.form__input:active,
.newsletter__input:active,
.form__checkbox:focus>.form__checkbox-box,
.form__checkbox:active>.form__checkbox-box,
.form__select>select:focus,
.form__select>select:active,
.form__textarea:focus,
.form__textarea:active {
  opacity: 1;
  color: #30b7d7
}

.form__input:focus+.form__label-text,
.newsletter__input:focus+.form__label-text,
.form__input:active+.form__label-text,
.newsletter__input:active+.form__label-text,
.form__checkbox:focus>.form__checkbox-box+.form__label-text,
.form__checkbox:active>.form__checkbox-box+.form__label-text,
.form__select>select:focus+.form__label-text,
.form__select>select:active+.form__label-text,
.form__textarea:focus+.form__label-text,
.form__textarea:active+.form__label-text {
  opacity: 1
}

.form__select>select:focus+.form__select-icon,
.form__select>select:active+.form__select-icon {
  opacity: 1;
  border-color: #30b7d7
}

.form--ordered {
  counter-reset: orderedform
}

.form--ordered .form__input-group {
  counter-increment: orderedform
}

.form--ordered .form__input-group .form__label-text:before {
  content: counter(orderedform) " → ";
  padding-right: 3rem;
  color: #30b7d7
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .image-row__row {
    margin-left: 16.666%;
    width: 66.666%
  }
}

.image-row__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3rem;
  text-align: center;
  -webkit-filter: grayscale(100%) brightness(120%);
  filter: grayscale(100%) brightness(120%);
  filter: gray;
}

@media only screen and (min-width: 400px) {
  .image-row__cell {
    width: 50%;
    padding: 4rem
  }
}

@media only screen and (min-width: 1024px) {
  .image-row__cell {
    width: 20%
  }
}

.image-row__img {
  display: block;
  max-width: 75%;
  height: auto;
  margin: 0 auto
}

.sm-list {
  list-style: none;
  margin: 0;
  padding: 0 calc(6% - 1.9rem);
  display: -ms-flexbox;
  display: flex
}

@media only screen and (min-width: 1278px) {
  .sm-list {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.sm-list__item {
  margin: 0;
  padding: 0;
  display: block;
  width: 5.6rem;
  height: 5.6rem
}

.sm-list__link {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none
}

.sm-list__icon,
.sm-list__icon--linkedin,
.sm-list__icon--twitter,
.sm-list__icon--facebook,
.sm-list__icon--docs,
.sm-list__icon--youtube {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-filter: brightness(5.4) saturate(0);
  filter: brightness(5.4) saturate(0);
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  -o-transition: filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (min-width: 1278px) {

  .sm-list__icon,
  .sm-list__icon--linkedin,
  .sm-list__icon--twitter,
  .sm-list__icon--facebook,
  .sm-list__icon--docs,
  .sm-list__icon--youtube {
    background-size: 24px
  }
}

.sm-list__icon--linkedin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2330b7d7' d='M12.7,12.09h-1.95V8.96c0-0.79-0.28-1.33-0.99-1.33c-0.54,0-0.86,0.36-1,0.71C8.71,8.47,8.7,8.65,8.7,8.82v3.27H6.75c0,0,0.03-5.31,0-5.86H8.7v0.83c0.26-0.4,0.72-0.97,1.76-0.97c1.28,0,2.24,0.84,2.24,2.64V12.09z M4.7,5.43H4.69c-0.65,0-1.08-0.45-1.08-1.01c0-0.57,0.44-1.01,1.1-1.01c0.67,0,1.08,0.44,1.09,1.01C5.8,4.98,5.38,5.43,4.7,5.43 M5.67,12.09H3.73V6.23h1.95V12.09z M8,0C3.58,0,0,3.58,0,8s3.58,8,8,8s8-3.58,8-8S12.42,0,8,0'%3E%3C/path%3E%3C/svg%3E")
}

.sm-list__icon--twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2330b7d7' d='M8,0 C3.58,0 0,3.58 0,8 C0,12.41 3.58,16 8,16 C12.41,16 16,12.41 16,8 C16,3.58 12.41,0 8,0 M11.56,6.16 C11.57,6.24 11.57,6.32 11.57,6.40 C11.57,8.84 9.72,11.64 6.33,11.64 C5.29,11.64 4.32,11.34 3.51,10.81 C3.65,10.83 3.80,10.84 3.95,10.84 C4.81,10.84 5.60,10.55 6.23,10.05 C5.43,10.04 4.75,9.50 4.51,8.77 C4.63,8.79 4.74,8.81 4.86,8.81 C5.03,8.81 5.19,8.78 5.34,8.74 C4.50,8.57 3.87,7.83 3.87,6.94 C3.87,6.93 3.87,6.92 3.87,6.91 C4.12,7.05 4.40,7.13 4.70,7.14 C4.21,6.81 3.88,6.25 3.88,5.61 C3.88,5.27 3.97,4.96 4.13,4.68 C5.04,5.80 6.40,6.53 7.93,6.61 C7.90,6.47 7.88,6.33 7.88,6.19 C7.88,5.17 8.70,4.35 9.72,4.35 C10.25,4.35 10.73,4.57 11.06,4.93 C11.49,4.85 11.88,4.69 12.23,4.48 C12.10,4.91 11.81,5.27 11.42,5.50 C11.80,5.46 12.15,5.36 12.48,5.21 C12.24,5.58 11.92,5.91 11.56,6.16'%3E%3C/path%3E%3C/svg%3E")
}

.sm-list__icon--facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2330b7d7' d='M8,0 C3.58,0 0,3.58 0,8 C0,12.41 3.58,16 8,16 C12.41,16 16,12.41 16,8 C16,3.58 12.41,0 8,0 Z M9.98,8.28 L8.68,8.28 L8.68,12.92 L6.75,12.92 L6.75,8.28 L5.84,8.28 L5.84,6.64 L6.75,6.64 L6.75,5.58 C6.75,4.82 7.12,3.63 8.70,3.63 L10.13,3.64 L10.13,5.23 L9.09,5.23 C8.92,5.23 8.68,5.31 8.68,5.67 L8.68,6.64 L10.15,6.64 L9.98,8.28 Z'%3E%3C/path%3E%3C/svg%3E")
}

.sm-list__icon--docs {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='32px' viewBox='0 0 16 32' enable-background='new 0 0 16 32' xml:space='preserve'%3E%3Cpath fill='%232AAAC6' d='M9.97,18.01c-0.359-0.2-0.85-0.3-1.46-0.3H7.39c-0.61,0-1.09,0.1-1.45,0.3c-0.36,0.19-0.54,0.53-0.54,1 c0,0.48,0.18,0.82,0.54,1.01c0.36,0.2,0.84,0.301,1.45,0.301h1.13c0.61,0,1.09-0.101,1.45-0.301c0.36-0.189,0.54-0.529,0.54-1.01 C10.51,18.54,10.33,18.2,9.97,18.01z M9.97,18.01c-0.359-0.2-0.85-0.3-1.46-0.3H7.39c-0.61,0-1.09,0.1-1.45,0.3 c-0.36,0.19-0.54,0.53-0.54,1c0,0.48,0.18,0.82,0.54,1.01c0.36,0.2,0.84,0.301,1.45,0.301h1.13c0.61,0,1.09-0.101,1.45-0.301 c0.36-0.189,0.54-0.529,0.54-1.01C10.51,18.54,10.33,18.2,9.97,18.01z M13.66,2.34C12.21,0.9,10.21,0,8,0C3.58,0,0,3.58,0,8v16 c0,2.21,0.9,4.21,2.34,5.66C3.79,31.1,5.79,32,8,32c4.42,0,8-3.58,8-8V8C16,5.79,15.1,3.79,13.66,2.34z M11.27,26.79H4.64v-1.98 c0-0.85,0.28-1.479,0.84-1.89c0.57-0.4,1.39-0.61,2.47-0.61c1.09,0,1.91,0.21,2.47,0.61c0.57,0.41,0.85,1.04,0.85,1.89V26.79z M11.15,20.1C11,20.41,10.77,20.66,10.48,20.86c-0.29,0.199-0.65,0.35-1.07,0.439C8.98,21.4,8.5,21.45,7.95,21.45 c-0.53,0-1.02-0.05-1.44-0.15c-0.43-0.09-0.79-0.24-1.08-0.439c-0.29-0.2-0.52-0.45-0.67-0.761c-0.16-0.31-0.24-0.67-0.24-1.09 c0-0.41,0.08-0.779,0.24-1.08c0.15-0.31,0.38-0.56,0.67-0.76c0.29-0.2,0.65-0.35,1.08-0.44c0.42-0.1,0.91-0.15,1.44-0.15 c0.55,0,1.03,0.05,1.46,0.15c0.42,0.09,0.78,0.24,1.07,0.44c0.289,0.2,0.52,0.45,0.67,0.76c0.159,0.301,0.229,0.67,0.229,1.08 C11.38,19.43,11.31,19.79,11.15,20.1z M10.49,15c-0.59,0.41-1.44,0.61-2.54,0.61c-1.09,0-1.94-0.2-2.53-0.61 c-0.6-0.41-0.9-1.03-0.9-1.88c0-0.32,0.05-0.6,0.13-0.84c0.09-0.23,0.2-0.44,0.35-0.61s0.32-0.31,0.52-0.43 c0.2-0.12,0.41-0.22,0.64-0.29l0.32,0.96c-0.15,0.05-0.29,0.11-0.43,0.17c-0.13,0.06-0.24,0.14-0.34,0.24 c-0.09,0.09-0.17,0.2-0.23,0.33c-0.05,0.13-0.08,0.29-0.08,0.48c0,0.47,0.18,0.81,0.54,1.03c0.36,0.22,0.84,0.32,1.45,0.32h1.13 c0.61,0,1.09-0.1,1.45-0.32c0.36-0.22,0.54-0.56,0.54-1.03c0-0.19-0.029-0.35-0.09-0.48c-0.05-0.13-0.13-0.24-0.22-0.33 c-0.101-0.1-0.21-0.18-0.351-0.24c-0.13-0.06-0.27-0.12-0.42-0.17l0.32-0.96c0.23,0.07,0.44,0.17,0.64,0.29 c0.2,0.12,0.37,0.26,0.521,0.43c0.149,0.17,0.26,0.38,0.35,0.61c0.08,0.24,0.12,0.52,0.12,0.84C11.38,13.97,11.09,14.59,10.49,15z M11.08,9.13c-0.2,0.39-0.46,0.71-0.8,0.96L9.63,9.41c0.3-0.25,0.521-0.52,0.67-0.81c0.141-0.28,0.21-0.61,0.21-0.97 c0-0.41-0.1-0.74-0.29-0.96C10.03,6.44,9.76,6.33,9.4,6.33c-0.29,0-0.51,0.08-0.66,0.25C8.58,6.74,8.47,7.03,8.4,7.42L8.28,8.15 C8.23,8.46,8.15,8.73,8.03,8.94C7.91,9.16,7.77,9.33,7.61,9.47C7.45,9.6,7.27,9.7,7.07,9.76c-0.2,0.06-0.41,0.09-0.63,0.09 c-0.62,0-1.1-0.21-1.43-0.61C4.69,8.83,4.52,8.28,4.52,7.57c0-0.53,0.09-0.98,0.25-1.35c0.17-0.37,0.4-0.67,0.71-0.89l0.66,0.66 c-0.22,0.18-0.4,0.4-0.54,0.65C5.47,6.89,5.4,7.2,5.4,7.57c0,0.39,0.08,0.69,0.25,0.9c0.17,0.2,0.42,0.3,0.74,0.3 c0.28,0,0.49-0.08,0.65-0.24C7.2,8.37,7.31,8.08,7.38,7.67l0.12-0.7c0.11-0.6,0.33-1.03,0.65-1.3C8.48,5.4,8.88,5.26,9.34,5.26 c0.311,0,0.59,0.05,0.84,0.16c0.25,0.1,0.471,0.26,0.641,0.46C11,6.09,11.14,6.34,11.24,6.64c0.09,0.3,0.14,0.65,0.14,1.03 C11.38,8.25,11.28,8.73,11.08,9.13z M9.91,23.79c-0.33-0.24-0.8-0.36-1.4-0.36H7.4c-0.6,0-1.07,0.12-1.4,0.36 c-0.32,0.24-0.49,0.6-0.49,1.09v0.851H10.4V24.88C10.4,24.39,10.23,24.03,9.91,23.79z M9.97,18.01c-0.359-0.2-0.85-0.3-1.46-0.3 H7.39c-0.61,0-1.09,0.1-1.45,0.3c-0.36,0.19-0.54,0.53-0.54,1c0,0.48,0.18,0.82,0.54,1.01c0.36,0.2,0.84,0.301,1.45,0.301h1.13 c0.61,0,1.09-0.101,1.45-0.301c0.36-0.189,0.54-0.529,0.54-1.01C10.51,18.54,10.33,18.2,9.97,18.01z'/%3E%3C/svg%3E%0A")
}

.sm-list__icon--youtube {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 1024 1024' enable-background='new 0 0 1024 1024' xml:space='preserve'%3E%3Cpath fill='%2330B7D7' d='M629.24,529.24L467.17,646.48c-3.45,3.449-6.89,3.449-10.34,3.449c-3.45,0-6.9,0-10.35-3.449 c-6.89-3.45-10.34-10.341-10.34-17.24V394.76c0-6.9,3.45-13.79,10.34-17.24c6.9-3.45,13.8-3.45,20.69,0l162.07,117.24 c3.45,3.45,6.899,10.34,6.899,17.24C639.59,518.9,636.14,525.79,629.24,529.24z'/%3E%3Cpath fill='%2330B7D7' d='M512,0C229.23,0,0,229.23,0,512c0,282.77,229.23,512,512,512c282.77,0,512-229.23,512-512 C1024,229.23,794.77,0,512,0z M894.76,712v3.45c-10.35,31.03-37.93,51.72-72.42,51.72h6.9c0,0-137.931,20.69-317.24,20.69 c-182.76,0-317.24-20.69-317.24-20.69h6.9c-34.49,0-62.07-20.689-72.42-51.72V712c-3.45-3.45-3.45-6.9-3.45-10.34 C122.35,667.17,112,594.76,112,512s10.34-155.17,13.79-189.66c3.45-3.44,3.45-6.89,3.45-10.34v-3.45 c10.35-31.03,37.93-51.72,72.42-51.72h-6.9c0,0,137.93-20.69,317.24-20.69c182.76,0,317.24,20.69,317.24,20.69h-6.9 c34.49,0,62.07,20.69,72.42,51.72V312c3.45,3.45,3.45,6.9,3.45,10.34C905.1,356.83,912,429.24,912,512s-10.34,155.17-13.79,189.66 C894.76,705.1,894.76,708.55,894.76,712z'/%3E%3C/svg%3E")
}

.sm-list__link:hover .sm-list__icon--linkedin,
.sm-list__link:hover .sm-list__icon--facebook,
.sm-list__link:hover .sm-list__icon--twitter,
.sm-list__link:hover .sm-list__icon--docs,
.sm-list__link:hover .sm-list__icon--youtube {
  -webkit-filter: brightness(1);
  filter: brightness(1)
}

.table {
  font-size: 1.2rem;
  line-height: 1.8rem;
  border-spacing: 0;
  width: 100%
}

.table tr {
  vertical-align: middle
}

.table td {
  vertical-align: middle;
  padding: 0 0.7rem;
  height: 4rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.table thead tr,
.table thead td {
  vertical-align: top
}

.table tbody td {
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-width: 1px 0 0
}

.table tbody td:first-child {
  text-align: right;
  color: #30b7d7;
  font-weight: 600;
  padding-right: 3rem;
  border: 0
}

.table tbody tr:last-child td {
  border-width: 1px 0
}

.table tbody tr:last-child td:first-child {
  border: 0
}

.table__col-hl {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #30b7d7;
  text-transform: uppercase;
  margin-bottom: 1.3rem;

}

.table__divider {
  margin: 1.5rem 0
}

.table__button {
  display: block;
  margin: 2rem 0
}

.table__button:before {
  display: none
}

.table__icon,
.table__icon--hook,
.table__icon--cross {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center
}

.table__icon:before,
.table__icon--hook:before,
.table__icon--cross:before {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.table__icon--hook:before {
  color: #30b7d7;
  content: "\2713"
}

.table__icon--cross:before {
  color: inherit;
  content: "\2717"
}

.facts-card {
  padding: 0 3.5rem 0 0
}

.facts-card__fact {
  font-size: 3.8rem;
  line-height: 5rem;
  font-weight: 700
}

@media only screen and (min-width: 1024px) {
  .facts-card__fact {
    font-size: 6rem;
    line-height: 7.9rem
  }
}

.info-card {
  margin: 0 auto;
  padding: 2rem;
  max-width: 26rem
}

.info-card__pic {
  margin-top: -8.4rem;
  margin-bottom: 2.1rem
}

@media only screen and (min-width: 1024px) {
  .info-card__pic {
    margin-bottom: 3.1rem
  }
}

.info-card__hl {
  font-size: 3rem;
  line-height: 4rem
}

.info-card__divider {
  margin: 1.5rem 0
}

.info-card__list-hl {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem
}

.info-card__list {
  list-style: none;
  margin: 0;
  padding: 0
}

.info-card__list-item {
  margin: 0;
  padding: 0
}

.info-card__list-item:before {
  content: "\2713";
  color: #30b7d7;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  pointer-events: none;
  padding-right: 1.5rem
}

.info-card__button {
  margin-top: 0.5rem
}

@media only screen and (max-width: 1023px) {
  .newsletter {
    background-color: #161616
  }
}

@media only screen and (min-width: 1278px) {
  .newsletter::before {
    display: none
  }
}

.newsletter__wrapper {
  padding-top: 3rem
}

@media only screen and (max-width: 1023px) {
  .newsletter__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4rem;
    padding-right: 4rem
  }
}

@media only screen and (min-width: 1024px) {
  .newsletter__wrapper {
    padding-top: 4rem;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #161616
  }
}

.newsletter__grid-cell {
  padding-bottom: 3rem
}

@media only screen and (min-width: 1278px) {
  .newsletter__grid-cell {
    padding-bottom: 4rem
  }
}

.newsletter__input {
  background-color: black;
  opacity: 1;
  border: 0;
  padding: .75rem 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 2.6rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 1278px) {
  .newsletter__input {
    padding: 1rem 2rem
  }
}

@media only screen and (min-width: 1278px) {
  .newsletter__submit {
    margin: 0;
    width: 100%
  }

  .newsletter__submit:before {
    display: none
  }
}

.tns-outer {
  padding: 0 !important
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.42857%;
  width: calc(100% / 70);
  height: 10px;
  float: left
}

.slideshow {
  padding-top: 3rem
}

@media only screen and (min-width: 1278px) {
  .slideshow {
    padding-top: 4rem
  }
}

.slideshow__slides {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slideshow__slide {
  -ms-flex: 1 1;
  flex: 1 1
}

@media only screen and (max-width: 1279px) {
  .slideshow__wrapper {
    margin-bottom: 8rem !important
  }
}

.slideshow__grid-cell {
  position: relative
}

.slideshow__button-container {
  position: absolute;
  left: -1.8rem;
  top: calc(100% + 0.7rem)
}

@media only screen and (min-width: 1278px) {
  .slideshow__button-container {
    position: static
  }
}

.slideshow__button,
.slideshow__button--next,
.slideshow__button--prev {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media only screen and (min-width: 1278px) {

  .slideshow__button,
  .slideshow__button--next,
  .slideshow__button--prev {
    position: absolute;
    display: block;
    width: 25%;
    height: 100%;
    top: 0;
    left: 100%
  }
}

.slideshow__button:after,
.slideshow__button--next:after,
.slideshow__button--prev:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  width: 2.2rem;
  height: 2.2rem;
  border: solid 1px #30b7d7;
  border-width: 1px 1px 0 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media only screen and (min-width: 1278px) {

  .slideshow__button:after,
  .slideshow__button--next:after,
  .slideshow__button--prev:after {
    width: 7rem;
    height: 7rem;
    right: 5rem
  }
}

.slideshow__button[disabled],
.slideshow__button--next[disabled],
.slideshow__button--prev[disabled] {
  opacity: 0.15;
  cursor: default
}

@media only screen and (min-width: 1278px) {
  .slideshow__button--prev {
    left: auto;
    right: 100%
  }
}

.slideshow__button--prev:after {
  left: 1.8rem;
  right: auto;
  border-width: 1px 0 0 1px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media only screen and (min-width: 1278px) {
  .slideshow__button--prev:after {
    left: 5rem
  }
}

@media only screen and (max-width: 1023px) {
  .page-home__intro-first-button-cell {
    padding-bottom: 1rem
  }
}

@media only screen and (min-width: 1024px) {
  .page-home__first-section {
    margin-top: -3.6em
  }
}

.page-home__testimonial-slideshow {
  margin-top: -10rem
}

.page-home__testimonial-slide {
  padding-right: 3rem
}

.page-home__use-cases-slide {
  padding-right: 4rem;
  margin-bottom: -1.7rem
}

.page-home__table-head {
  margin-right: -4rem;
  width: calc(100% + 4rem)
}

.page-home__network-server-mobile-first-divider {
  margin-top: 2rem
}

.page-home__network-server-mobile-button {
  display: block;
  margin-left: 0;
  margin-top: 2rem
}

.page-home__network-server-mobile-button:before {
  display: none
}

.page-news__filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end
}

.page-news__filter {
  position: relative;
  left: 0;
  top: -2px
}

.page-news__filter a {
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit
}

.page-contact__hero {
  margin-bottom: 0
}

@media only screen and (min-width: 1024px) {
  .page-contact__hero {
    height: calc(508px - 10rem)
  }
}

.page-contact__hero:after {
  position: absolute;
  left: calc(50% + 213px);
  top: 100%;
  width: calc(50% - 213px);
  background-color: #0b0b0b
}

.page-contact__form {
  position: relative
}

.page-contact__form:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -2em;
  width: 100%;
  height: calc(100% + 4em);
  background-color: #0b0b0b;
  z-index: -1
}

.page-broschure__wrapper {
  padding-top: 4rem
}

.page-use-cases__filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end
}

.page-use-cases__filter {
  position: relative;
  left: 0;
  top: -2px
}

.page-use-cases__filter a {
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit
}

.mobile-bottom-nav,
.mobile-bottom-nav--hidden {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4rem 2.4rem .5rem;
  min-height: 3rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: 1s cubic-bezier(0.13, 1, 0.13, 1);
  -o-transition: 1s cubic-bezier(0.13, 1, 0.13, 1);
  transition: 1s cubic-bezier(0.13, 1, 0.13, 1);
  display: block;
  font-weight: 600;
  white-space: nowrap
}

.mobile-bottom-nav--hidden {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0.0001
}

#root {
  padding-top: 7.7rem
}

@media only screen and (min-width: 1278px) {
  #root {
    padding-top: 100px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.7rem;
  z-index: 99999990;
  background-color: #0b0b0b;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05)
}

@media only screen and (min-width: 1278px) {
  .header {
    height: auto
  }
}

.header__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 9rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__wrapper {
    width: 88%;
    margin: 0 auto
  }
}

.header__home-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo {
  width: 166px
}

@media only screen and (min-width: 1278px) {
  .header__logo {
    width: 185px
  }
}

@media only screen and (max-width: 1279px) {

  .header__nav-wrapper,
  .header__nav-wrapper--hidden {
    position: fixed;
    left: 0;
    top: 7.7rem;
    width: 100%;
    height: calc(100% - 7.7rem);
    z-index: -1;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch
  }
}

@media only screen and (min-width: 1278px) {

  .header__nav-wrapper,
  .header__nav-wrapper--hidden {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media only screen and (max-width: 1279px) {
  .header__nav-wrapper--hidden {
    display: none
  }
}

.header__nav {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Loriot Mono", monospaced;
  font-weight: 300;
  letter-spacing: 0.05rem
}

@media only screen and (max-width: 1279px) {
  .header__nav {
    width: 100%
  }
}

@media only screen and (min-width: 1278px) {
  .header__nav {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1278px) {

  .header__nav-item,
  .header__nav-item--social-media,
  .header__nav-item--imprint {
    display: -ms-flexbox;
    display: flex;
  }
}

.header__nav-item.\--has-submenu>.header__nav-link,
.\--has-submenu.header__nav-item--social-media>.header__nav-link,
.\--has-submenu.header__nav-item--imprint>.header__nav-link {
  border-bottom: 0;
}

@media only screen and (min-width: 1278px) {

  .header__nav-item.\--has-submenu>.header__nav-link>.header__nav-link-text:before,
  .\--has-submenu.header__nav-item--social-media>.header__nav-link>.header__nav-link-text:before,
  .\--has-submenu.header__nav-item--imprint>.header__nav-link>.header__nav-link-text:before {
    content: "\2198   ";
  }
}

.header__nav-item--social-media {
  padding-top: 0.2rem
}

@media only screen and (min-width: 1278px) {
  .header__nav-item--social-media {
    position: fixed;
    top: 16.1rem;
    right: 2rem
  }
}

.header__nav-item--imprint {
  padding-top: 0rem
}

@media only screen and (min-width: 1278px) {
  .header__nav-item--imprint {
    display: none
  }
}

.header__nav-link {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem 6%;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media only screen and (max-width: 1279px) {
  .header__nav-link {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05)
  }

  .submenu_level_2 .header__nav-link {
    border-bottom: unset;
  }
}

@media only screen and (min-width: 1278px) {
  .header__nav-link {
    padding: 1rem 0 1rem 3rem;
    height: fit-content;
  }
}

.header__nav-link.\--active {
  color: #30b7d7;
  font-weight: 700
}

.header__nav-link-text {
  -webkit-box-shadow: inset 0 0 #30b7d7;
  box-shadow: inset 0 0 #30b7d7;
  -webkit-transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, -webkit-box-shadow 0.25s;
  -o-transition: color 0.25s, box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s
}

.header__nav-link-text:hover {
  color: #0b0b0b;
  font-weight: 700;
  -webkit-box-shadow: inset 0 -21px #30b7d7;
  box-shadow: inset 0 -21px #30b7d7
}

.header__nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0
}

@media only screen and (max-width: 1279px) {
  .header__nav-submenu {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05)
  }
}

@media only screen and (min-width: 1278px) {
  .header__nav-submenu {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border: solid 1px #232323;
    border-width: 1px 0;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    background: #0b0b0b;
    -ms-flex-pack: end;
    justify-content: flex-start;
    pointer-events: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0.001;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s
  }

  .header__nav-submenu:before,
  .header__nav-submenu:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: #0b0b0b;
    border-bottom: solid 1px #232323;
  }

  .header__nav-submenu:before {
    left: 100%
  }

  .header__nav-submenu:after {
    right: 100%
  }
}

@media only screen and (min-width: 1278px) {

  .header__nav-submenu>.header__nav-item,
  .header__nav-submenu>.header__nav-item--social-media,
  .header__nav-submenu>.header__nav-item--imprint {
    display: block
  }
}

.header__nav-submenu>.header__nav-item>.header__nav-link,
.header__nav-submenu>.header__nav-item--social-media>.header__nav-link,
.header__nav-submenu>.header__nav-item--imprint>.header__nav-link {
  border-bottom: 0;
  padding-top: 0
}

@media only screen and (min-width: 1278px) {

  .header__nav-submenu>.header__nav-item>.header__nav-link,
  .header__nav-submenu>.header__nav-item--social-media>.header__nav-link,
  .header__nav-submenu>.header__nav-item--imprint>.header__nav-link {
    padding: unset;
    padding-top: .5rem;
    padding-left: 3rem;
  }
}

@media only screen and (max-width: 1279px) {

  .header__nav-submenu>.header__nav-item>.header__nav-link>.header__nav-link-text:before,
  .header__nav-submenu>.header__nav-item--social-media>.header__nav-link>.header__nav-link-text:before,
  .header__nav-submenu>.header__nav-item--imprint>.header__nav-link>.header__nav-link-text:before {
    content: "\2198   ";
    padding-right: 1em
  }
}

@media only screen and (min-width: 1278px) {

  .header__nav-item.\--has-submenu:hover>.header__nav-submenu,
  .\--has-submenu.header__nav-item--social-media:hover>.header__nav-submenu,
  .\--has-submenu.header__nav-item--imprint:hover>.header__nav-submenu {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
  }
}

.header__nav-submenu_2 {
  list-style: none;
  margin: 0;
  padding: 2rem 0;
  height: auto;
}

.header__nav-submenu_2.new-style>.header__nav-item>.header__nav-link {
  padding: .5rem 2rem;
}

.header__nav-submenu.multiple-columns {
  display: flex;
  flex-direction: row;
  width: 100vw;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: -1;
}

.multiple-columns>.submenu_level_2:first-child {
  position: relative;
}

.multiple-columns>.submenu_level_2:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  /* full viewport width */
  height: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  transform: translateX(calc(-50vw + 44%));
  pointer-events: none;
  z-index: 9999;
}

.multiple-columns span.title {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.671);
  font-weight: bold;
}

.multiple-columns li a {
  padding: 0.5rem 1.5rem;
  color: white;
}

@media only screen and (max-width: 1279px) {
  .header__nav-submenu_2 {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05)
  }
}

@media only screen and (min-width: 1278px) {
  .header__nav-submenu_2 {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border: solid 1px #232323;
    border-width: 1px 0;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #0b0b0b;
    -ms-flex-pack: end;
    justify-content: flex-start;
    pointer-events: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0.001;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s
  }

  .header__nav-submenu_2:before,
  .header__nav-submenu_2:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: #0b0b0b;
    border-bottom: solid 1px #232323
  }

  .header__nav-submenu_2:before {
    right: -51vw;
  }

  .header__nav-submenu_2:after {
    right: -1vw;
  }
}

@media only screen and (min-width: 1278px) {

  .header__nav-submenu_2>.header__nav-item,
  .header__nav-submenu_2>.header__nav-item--social-media,
  .header__nav-submenu_2>.header__nav-item--imprint {
    display: block
  }
}

.header__nav-submenu_2>.header__nav-item>.header__nav-link,
.header__nav-submenu_2>.header__nav-item--social-media>.header__nav-link,
.header__nav-submenu_2>.header__nav-item--imprint>.header__nav-link {
  border-bottom: 0;
  padding-top: 0
}

@media only screen and (min-width: 1278px) {

  .header__nav-submenu_2>.header__nav-item>.header__nav-link,
  .header__nav-submenu_2>.header__nav-item--social-media>.header__nav-link,
  .header__nav-submenu_2>.header__nav-item--imprint>.header__nav-link {
    padding-top: 1.5rem;
  }
}

@media only screen and (max-width: 1279px) {

  .header__nav-submenu_2>.header__nav-item>.header__nav-link>.header__nav-link-text:before,
  .header__nav-submenu_2>.header__nav-item--social-media>.header__nav-link>.header__nav-link-text:before,
  .header__nav-submenu_2>.header__nav-item--imprint>.header__nav-link>.header__nav-link-text:before {
    content: "\2198   ";
    padding-right: 1em
  }
}

@media only screen and (min-width: 1278px) {

  .header__nav-item.\--has-submenu:hover>.header__nav-submenu_2,
  .\--has-submenu.header__nav-item--social-media:hover>.header__nav-submenu_2,
  .\--has-submenu.header__nav-item--imprint:hover>.header__nav-submenu_2 {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
  }
}

.header__nav-item--active .header__nav-link {
  color: #30b7d7
}

.header__cta {
  padding: 1.5rem
}

.header__cta-button {
  margin-left: 2rem;
  padding: 0.1rem 1rem;
  text-transform: inherit;
  letter-spacing: inherit
}

.header__cta-button::before {
  display: none
}

.header__menu-switch,
.header__menu-switch--close {
  position: relative;
  right: -3rem;
  top: -0.4rem;
  display: block;
  width: 24px;
  height: 15px;
  padding: 3.4rem 3rem;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media only screen and (min-width: 1278px) {

  .header__menu-switch,
  .header__menu-switch--close {
    display: none
  }
}

.header__menu-switch-icon {
  position: relative;
  width: 24px;
  height: 15px
}

.header__menu-switch-bacon {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.13, 1, 0.13, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.13, 1, 0.13, 1);
  -o-transition: transform 0.3s cubic-bezier(0.13, 1, 0.13, 1);
  transition: transform 0.3s cubic-bezier(0.13, 1, 0.13, 1);
  transition: transform 0.3s cubic-bezier(0.13, 1, 0.13, 1), -webkit-transform 0.3s cubic-bezier(0.13, 1, 0.13, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.header__menu-switch-bacon:nth-child(1) {
  top: 0;
  width: 15px;
  -webkit-transform-origin: 1px center;
  -ms-transform-origin: 1px center;
  transform-origin: 1px center
}

.header__menu-switch-bacon:nth-child(2) {
  top: 7px
}

.header__menu-switch-bacon:nth-child(3) {
  left: 9px;
  top: 14px;
  width: 15px;
  -webkit-transform-origin: 14px center;
  -ms-transform-origin: 14px center;
  transform-origin: 14px center
}

.header__menu-switch--close .header__menu-switch-bacon:nth-child(1) {
  -webkit-transform: translateX(4px) rotate(45deg) scaleX(0.7);
  -ms-transform: translateX(4px) rotate(45deg) scaleX(0.7);
  transform: translateX(4px) rotate(45deg) scaleX(0.7)
}

.header__menu-switch--close .header__menu-switch-bacon:nth-child(2) {
  -webkit-transform: rotate(-45deg) scaleX(0.875);
  -ms-transform: rotate(-45deg) scaleX(0.875);
  transform: rotate(-45deg) scaleX(0.875)
}

.header__menu-switch--close .header__menu-switch-bacon:nth-child(3) {
  -webkit-transform: translateX(-4px) rotate(45deg) scaleX(0.7);
  -ms-transform: translateX(-4px) rotate(45deg) scaleX(0.7);
  transform: translateX(-4px) rotate(45deg) scaleX(0.7)
}

.header__nav-veil,
.header__nav-veil--hidden {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #0b0b0b;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s
}

.header__nav-veil--hidden {
  opacity: .0001
}

.header__progress-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #30b7d7;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

#cookie-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  color: #0b0b0b;
  z-index: 99999;
}

.cookie-text-container {
  flex-direction: row;
  justify-content: space-around;
  padding: 10px;
  padding-top: 0px;
  display: flex;
  align-content: center;
  margin-bottom: 14px;

}

.cookie-text {
  width: 83%;
  font-size: 16px;
  margin-top: 4px;
  margin-left: 20px;
  font-weight: 600;

}

.close {
  width: 50px;
  align-self: flex-end;
  font-size: 35px;
  border: none;
  color: #0b0b0b80;
  cursor: pointer;
  background-color: #fff;
  border: none;
  outline: none;
}

.close:hover {
  color: #0b0b0b;
}

.cookie-button {
  width: 200px;
  border-style: solid;
  border-width: 1.5px;
  font-weight: bold;
  margin-left: 20px;
  align-self: flex-end;
  background-color: white;
  border-radius: 0;
  color: #30b7d7;
  padding: 15px 50px;
  border-color: #30b7d7;
  font-size: 20px;
  font-family: "Loriot Mono";
  margin-right: 40px;
  margin-bottom: 14px;
}

.cookie-button:hover {
  color: #fff;
  background-color: #30b7d7;
}

.cookie-button:focus {
  outline: none;
}

.cookie-banner {
  visibility: hidden;
}

.close-cookie {
  visibility: hidden;
}


.footer {
  position: relative;
  z-index: 10
}

.footer__wrapper,
.footer__nav-wrapper {
  margin: 0 auto;
  max-width: 100%
}

@media only screen and (max-width: 1024px) {
  .cookie-text-container {
    display: inline;
  }

  .cookie-text {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1024px) {

  .footer__wrapper,
  .footer__nav-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4rem 8rem 0
  }
}

@media only screen and (min-width: 1024px) {

  .footer__row,
  .footer__row--first {
    display: -ms-flexbox;
    display: flex
  }

  .footer__row>*,
  .footer__row--first>* {
    -ms-flex: 3 1;
    flex: 3 1
  }
}

@media only screen and (min-width: 1024px) {
  .footer__row--first {
    padding-right: 7rem
  }
}

.footer__hl-box {
  font-weight: 700
}

@media only screen and (min-width: 1024px) {
  .footer__hl-box {
    min-height: 10.5rem
  }
}

.footer__logo {
  width: 184px
}

.footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__links>* {
  width: 50%
}

@media only screen and (min-width: 1024px) {
  .footer__links>* {
    width: 100%
  }
}

.footer__about-col {
  -ms-flex: 8 1;
  flex: 8 1
}

@media only screen and (max-width: 1023px) {
  .footer__about-col .footer__hl-box {
    padding-top: 2.1rem
  }
}

.footer__contact-col {
  -ms-flex: 5 1;
  flex: 5 1
}

.footer__offices-col {
  -ms-flex: 4 1;
  flex: 4 1
}

.footer__offices-col a {
  font-weight: 400
}

.footer__office-link {
  font-family: "Loriot Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.footer__office-link:after {
  content: "Get Directions";
  font-family: "Loriot Mono";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  transform-origin: left 50%;
  -webkit-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  opacity: 0.0001;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.13, 1, 0.13, 1);
  transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.13, 1, 0.13, 1);
  -o-transition: transform 0.3s cubic-bezier(0.13, 1, 0.13, 1), opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.13, 1, 0.13, 1), opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.13, 1, 0.13, 1), opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.13, 1, 0.13, 1);
  color: #0b0b0b;
  background: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.5em 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.footer__office-link:hover {
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none
}

.footer__office-link:hover:after {
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  opacity: 1
}

.footer__copy-col {
  font-size: 0.8em;
  position: relative
}

@media only screen and (max-width: 1023px) {
  .footer__copy-col {
    padding: 0.5rem 0
  }

  .footer__copy-col:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    width: 101vw
  }
}

@media only screen and (min-width: 1024px) {
  .footer__copy-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.footer__copy-col a {
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none
}

.footer__appendix {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -1.5rem;
  padding: 0
}

.footer__appendix>li {
  padding: 0 1.5rem
}

.footer__appendix a {
  font-weight: 400
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #0d0d0d
}

.footer__nav-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__nav-wrapper a {
  display: block;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 3em;
  padding-bottom: 1em;
  font-weight: 400
}

.margin-bottom-0,
.text-card__header,
.picture-card__header,
.text-card__lead,
.picture-card__pic-text,
.text-card__text,
.picture-card__text,
.picture-card__pic-container,
.profile-card__pic,
.profile-card__hl,
.profile-card__text,
.info-card__hl,
.footer__hl-box,
.footer__text {
  margin-bottom: 2.1rem
}

@media only screen and (min-width: 1024px) {

  .margin-bottom-0,
  .text-card__header,
  .picture-card__header,
  .text-card__lead,
  .picture-card__pic-text,
  .text-card__text,
  .picture-card__text,
  .picture-card__pic-container,
  .profile-card__pic,
  .profile-card__hl,
  .profile-card__text,
  .info-card__hl,
  .footer__hl-box,
  .footer__text {
    margin-bottom: 2.4rem
  }
}

.margin-bottom-1,
.footer__nav {
  margin-bottom: 3rem
}

@media only screen and (min-width: 1024px) {

  .margin-bottom-1,
  .footer__nav {
    margin-bottom: 4rem
  }
}

.margin-bottom-2 {
  margin-bottom: 6rem
}

@media only screen and (min-width: 1024px) {
  .margin-bottom-2 {
    margin-bottom: 8rem
  }
}

.margin-bottom-3 {
  margin-bottom: 9rem
}

@media only screen and (min-width: 1024px) {
  .margin-bottom-3 {
    margin-bottom: 12rem
  }
}

.padding-top-0 {
  padding-top: 2.1rem
}

@media only screen and (min-width: 1024px) {
  .padding-top-0 {
    padding-top: 2.4rem
  }
}

.padding-top-1,
.newsletter {
  padding-top: 3rem
}

@media only screen and (min-width: 1024px) {

  .padding-top-1,
  .newsletter {
    padding-top: 4rem
  }
}

.padding-top-2 {
  padding-top: 6rem
}

@media only screen and (min-width: 1024px) {
  .padding-top-2 {
    padding-top: 8rem
  }
}

.padding-top-3 {
  padding-top: 9rem
}

@media only screen and (min-width: 1024px) {
  .padding-top-3 {
    padding-top: 12rem
  }
}

.padding-bottom-0 {
  padding-bottom: 0
}

@media only screen and (max-width: 767px) {
  .show-lg {
    display: none
  }
}

@media only screen and (max-width: 1023px) {
  .show-xl {
    display: none
  }
}

@media only screen and (max-width: 1279px) {
  .show-xxl {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  .hide-lg {
    display: none
  }
}

@media only screen and (min-width: 1024px) {
  .hide-xl {
    display: none
  }
}

@media only screen and (min-width: 1278px) {
  .hide-xxl {
    display: none
  }
}

/*# sourceMappingURL=534d90a223479d4f4a26.styles.css.map*/
/*TOP MENU STYLES*/
.top-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
}

.top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.top-menu .top-submenu-toggle,
.top-menu .top-submenu-contact-about {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.top-menu .top-submenu-toggle {
  padding-left: 22rem;
}

.top-menu .top-submenu-toggle li {
  flex: 1;
  width: fit-content;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 1rem 2rem;
}

.top-menu .top-submenu-toggle li:hover {
  background-color: #30b7d7;
  color: black;
}

.top-menu .top-submenu-toggle li.--active {
  background-color: #0b0b0b;
  color: white;
}

.top-submenu-toggle li a {
  color: white;
  text-decoration: none;
  font-family: "Loriot Mono", "Courier Sans", Courier, monospace;
  font-weight: 700;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 100%;
  align-items: center;
  display: flex;
}

.top-submenu-toggle li:hover a {
  color: #0b0b0b
}

.top-submenu-toggle li.--active:hover a {
  color: white
}

.mobile-top-menu-container {
  display: none;
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.05);
  border-top: solid 0.5px rgba(255, 255, 255, 0.05);
}

.mobile-top-menu-container .mobile-top-submenu-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  
}

.mobile-top-menu-container .mobile-top-submenu-toggle li {
  flex: 1;
  width: fit-content;
  cursor: pointer;
  font-weight: 600;
  white-space: normal; /* before it was nowrap */
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 1rem 2rem;
  flex-wrap: wrap;       /* it allows to go on a new line */
  word-break: break-word; /* brakes long words */
  text-align: center;    /* Center the text inside the element <li> */
}

.mobile-top-menu-container .mobile-top-submenu-toggle li.--active {
  background-color: #0b0b0b;
  color: white;
  order: -1;
}

.mobile-top-menu-container .mobile-top-submenu-toggle li a {
  color: white;
  text-decoration: none;
  font-family: "Loriot Mono", "Courier Sans", Courier, monospace;
  font-weight: 700;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 100%;
  align-items: center;
  display: flex;
}

.header__nav-submenu {
  flex-direction: column;
  background-color: #0b0b0b;
}

.hidden {
  display: none;
}

.submenu_level_2 {
  list-style: none;
}

.header__nav-submenu.multiple-columns .title {
  font-size: 1.4rem;
  -webkit-box-shadow: inset 0 0 #30b7d7;
  box-shadow: inset 0 0 #30b7d7;
  -webkit-transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, -webkit-box-shadow 0.25s;
  -o-transition: color 0.25s, box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

@media screen and (min-width: 1279px) {
  .header {
    height: auto;
  }

  .header__wrapper {
    height: fit-content;
  }

  .header__nav-item {
    position: relative;
    width: fit-content;
    align-items: center;
  }

  .header__nav-submenu {
    width: auto;
  }

  .header__nav-item a {
    white-space: nowrap;
    position: relative;
    z-index: 10;
  }

  .header__nav-submenu::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100vw;
    background-color: #0b0b0b;
    z-index: 1;
  }

  .header__nav-submenu::before {
    content: "";
    position: absolute;
    right: 0;
    left: unset;
    width: 100vw;
    background-color: #0b0b0b;
    z-index: 1;
  }
}

@media screen and (max-width: 1278px) {
  .top-menu-container {
    display: none;
  }

  .mobile-top-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
  }

  .header__nav-submenu.multiple-columns {
    flex-direction: column;
    width: auto;
    align-items: flex-start;
    position: relative;
    padding: 0 6%;
    top: 0 !important;
    z-index: 1;
  }

  .submenu_level_2 {
    padding: 0;
  }

  .header__nav-submenu.multiple-columns>.submenu_level_2>.header__nav-item>.header__nav-link>.header__nav-link-text:before,
  .header__nav-submenu>.header__nav-item--social-media>.header__nav-link>.header__nav-link-text:before,
  .header__nav-submenu>.header__nav-item--imprint>.header__nav-link>.header__nav-link-text:before {
    content: "\2198   ";
    padding-right: 1em;
  }

  .multiple-options {
    display: none;
  }

  .multiple-columns li a {
    padding: 0.5rem 0;
    color: white;
  }

  .submenu_level_2 .title {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 1rem 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .submenu_level_2 .title span {
    -webkit-box-shadow: inset 0 0 #30b7d7;
    box-shadow: inset 0 0 #30b7d7;
    -webkit-transition: color 0.25s, -webkit-box-shadow 0.25s;
    transition: color 0.25s, -webkit-box-shadow 0.25s;
    -o-transition: color 0.25s, box-shadow 0.25s;
    transition: color 0.25s, box-shadow 0.25s;
    transition: color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
    color: white;
  }

  .submenu_level_2 .title span:hover {
    color: #0b0b0b;
    font-weight: 700;
    -webkit-box-shadow: inset 0 -21px #30b7d7;
    box-shadow: inset 0 -21px #30b7d7;
  }
}

@media screen and (max-width: 520px) {
  .mobile-top-menu-container .mobile-top-submenu-toggle {
    overflow: scroll;
  }
}

/*Box-component*/
.blog-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  width: 21%;
  min-height: 370px;
  min-width: 300px;
}

.blog-card {
  position: relative;
  background-color: #1b1b1b;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: 1px solid #70707080;
  box-sizing: border-box;
}

.blog-card:hover {
  background-color: #0e0e0e;
}

.card-header {
  display: block;
  width: 100%;
  max-width: 252px;
  height: fit-content;
  position: absolute;
  transition: all 0.5s ease;
  top: 35%;
}

/* Title animation */
.blog-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  color: white;
  text-align: left;
  position: relative;
  max-width: 252px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Move all content up */
.blog-card:hover .card-header {
  top: 40px;
}

.blog-card .icon {
  position: relative;
}

.icon::before {
  content: "\2192";
  font-size: 4.8rem;
  font-style: normal;
  position: absolute;
  top: 30px;
  color: white;
  transition: all 0.5s ease;
}

.blog-card:hover .icon::before,
.blog-card:hover .blog-title {
  color: #30b7d7;
}

/* Description smoothly appears */
.blog-description {
  overflow: hidden;
  opacity: 0;
  color: #ccc;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 12px;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 40px;
  max-width: 252px;
}

.blog-card:hover .blog-description {
  opacity: 1;
}

.blogs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1278px;
  gap: 6px;
}
.blogs-container.left-oriented{
  justify-content: flex-start;
  gap: unset;
}

.left-oriented .blog-card-link {
  flex: 0 0 25%;
  padding: 6px;
  box-sizing: border-box;
}

.left-oriented a {
  box-shadow: none;
}

@media only screen and (max-width: 1215px) {
  .left-oriented .blog-card-link {
    flex: 0 0 calc(100% /3);
  }
}

@media only screen and (max-width: 915px) {
  .left-oriented .blog-card-link {
    flex: 0 0 calc(100% /2);
  }
}

@media only screen and (max-width: 615px) {
 .blogs-container.left-oriented{
    justify-content: center;
    gap: 6px;
  }

  .left-oriented .blog-card-link {
    flex: unset;
    padding: unset;
  }
}

.blogs-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  max-width: 100%;
}

.blog-card::before,
.blog-card::after {
  content: "";
  position: absolute;
  background: #00ffff;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  /* So it doesn't block mouse events */
}

/* Left border */
.blog-card::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #31b7d7;
  box-shadow: 0 0 4px #31b7d7;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.8s ease, opacity 0.8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

/* Bottom border */
.blog-card::after {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 4px #31b7d7;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* Hover effect */
.blog-card:hover::before,
.blog-card:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* Active state */
.blog-card.active {
  background-color: #0e0e0e;
}

.blog-card.active .card-header {
  top: 40px;
}

.blog-card.active .icon::before,
.blog-card.active .blog-title {
  color: #30b7d7;
}

.blog-card.active .blog-description {
  opacity: 1;
}

.blog-card.active::before,
.blog-card.active::after {
  transform: scale(1);
  opacity: 1;
}

.blog-card.press-inactive {
  pointer-events: none;
}