@keyframes balloon {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(-0.75deg);
  }
  50% {
    transform: translateY(-20px) rotate(0deg);
  }
  75% {
    transform: translateY(-10px) rotate(0.75deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
body.home {
  font-family: "aktiv-grotesk", "Open Sans", "Arial", sans-serif;
}

.home__section:last-child {
  margin-bottom: 7rem;
}
.home__container {
  max-width: 90vw;
  margin: 0 auto;
}
@media screen and (min-width: 1240px) {
  .home__container {
    max-width: 1220px;
  }
}
.h-intro {
  background-color: #F1F7FA;
  padding: 7rem 5vw;
}
@media (max-width: 512px) {
  .h-intro {
    padding: 3rem 5vw;
  }
}
@media screen and (min-width: 1140px) {
  .h-intro {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1140px) {
  .h-intro__container {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 3rem;
  }
}
.h-intro__headline {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.15;
}
@media (max-width: 512px) {
  .h-intro__headline {
    font-size: 54px;
  }
}
.h-intro__body {
  font-size: 20px;
  line-height: 1.65;
  margin-top: 2rem;
}
@media (max-width: 512px) {
  .h-intro__body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1140px) {
  .h-intro__body {
    margin-top: 0;
  }
}

.h-hero {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #080A0B;
  height: calc(90vh - var(--banner-height) - var(--bar-height));
  position: relative;
}
.h-hero .c-container {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}
.h-hero__headline {
  color: white;
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 52vw;
}
.h-hero__headline span {
  text-align: left;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 1.1em;
  line-height: 1;
  white-space: nowrap;
  font-size: 110px;
  font-size: clamp(2rem, 7.5vw, 110px);
}
.h-hero__headline span:nth-child(n+3) {
  font-size: 100px;
  font-size: clamp(1.75rem, 5vw, 100px);
}
.h-hero__headline span.active {
  display: block;
  animation: typeout 750ms steps(30, end);
}
.h-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  position: absolute;
  object-fit: cover;
}

@keyframes typeout {
  from {
    width: 0;
    opacity: 0.75;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@media (orientation: portrait) {
  .h-hero {
    height: auto;
  }

  .h-hero__video {
    position: relative;
  }
}
.h-mkts {
  padding: 8rem 5vw;
}
@media screen and (min-width: 1300px) {
  .h-mkts {
    padding: 8rem 1.5rem;
  }
}
@media screen and (min-width: 1460px) {
  .h-mkts {
    padding: 8rem 0;
  }
}
.h-mkts__container {
  max-width: 1440px;
}
.h-mkts__title, .h-mkts__copy {
  color: black;
  text-align: center;
}
.h-mkts__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
.h-mkts__copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  max-width: 545px;
  margin: 1.75rem auto 4rem;
}
@media screen and (min-width: 720px) {
  .h-mkts__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .h-mkts__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: stretch;
      grid-gap: 1.5rem 5vw;
    }
  }
}
@media screen and (min-width: 1300px) {
  @supports (display: grid) {
    .h-mkts__list {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 1.5rem;
    }
  }
}
.h-mkts__item {
  background: #005FA0;
  margin-bottom: 2rem;
  overflow: hidden;
  flex-basis: calc(25% - 1rem);
}
@supports (display: grid) {
  .h-mkts__item {
    flex-basis: unset;
  }
}
.h-mkts__headline {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.125;
  background: white;
  padding-bottom: 1.25rem;
}
.h-mkts__headline br {
  display: none;
}
@media screen and (min-width: 1300px) {
  .h-mkts__headline br {
    display: inline;
  }
}
.h-mkts__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.h-mkts__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.h-mkts__body {
  color: white;
  padding: 1.5rem 1.5rem 2rem;
  font-size: 20px;
  line-height: 1.5;
  color: white;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.h-mkts__body a {
  color: white;
}
.h-mkts__body a:hover {
  text-decoration: underline;
}

.h-net {
  color: white;
  min-height: 85vh;
  padding: 5rem 5vw;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #0a121c;
}
@media screen and (min-width: 1140px) {
  .h-net {
    padding-left: 0;
    padding-right: 0;
  }
}
.h-net__headline {
  color: white;
  text-align: center;
  font-size: 64px;
  font-weight: 500;
}
.h-net__copy {
  font-size: 18px;
  line-height: 1.75;
  max-width: 796px;
  margin: 2rem auto 0;
}
.h-net__media {
  display: block;
  margin: 4rem auto;
  text-align: center;
}
.h-net__cta {
  margin-top: 2rem;
  text-align: center;
}
.h-conn {
  margin-top: 7rem;
  position: relative;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1140px) {
  .h-conn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    align-items: stretch;
  }
}
.h-conn__content {
  padding: 0 1.5rem 0 5vw;
}
@media screen and (min-width: 1140px) {
  .h-conn__content {
    padding: 0 0 0 5vw;
  }
}
.h-conn__headline {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.15;
}
@media screen and (min-width: 1140px) {
  .h-conn__headline {
    font-size: 66px;
    padding-right: 3rem;
  }
}
.h-conn__copy {
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (min-width: 1140px) {
  .h-conn__copy {
    padding-right: 3rem;
  }
}
.h-conn__cta {
  margin-top: 2rem;
}
.h-conn__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  margin-top: 3rem;
  width: 100vw;
}
@media screen and (min-width: 1140px) {
  .h-conn__thumbs {
    width: auto;
    margin-left: 0;
  }
}
.h-conn__thumb img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.h-conn__media {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
  padding-bottom: 56.5%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1140px) {
  .h-conn__media {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.h-conn__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-conn__balloon {
  display: none;
}
@media screen and (min-width: 1140px) {
  .h-conn__balloon {
    display: block;
    position: absolute;
    z-index: 90;
    left: 50%;
    max-width: 460px;
    margin-left: -230px;
    bottom: 23%;
    bottom: 10vw;
    animation: balloon linear 8s infinite;
    will-change: transform;
  }
}
@media screen and (min-width: 1140px) and (prefers-reduced-motion) {
  .h-conn__balloon {
    animation: none;
  }
}

.h-tech {
  margin-top: 7rem;
}
@media screen and (min-width: 1140px) {
  .h-tech {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    align-items: center;
  }
}
.h-tech__image {
  display: block;
  width: 100%;
}
.h-tech__body {
  padding: 10vw;
}
@media screen and (min-width: 1140px) {
  .h-tech__body {
    width: 710px;
    max-width: 43vw;
    padding-left: 3rem;
    padding-right: 0;
  }
}
.h-tech__headline {
  font-size: 60px;
  font-size: clamp(40px, 10vw, 80px) !important;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .h-tech__headline {
    font-size: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .h-tech__headline {
    font-size: 80px;
  }
}
.h-tech__copy {
  margin-top: 1rem;
  font-size: 18px;
  line-height: 1.6;
}
.h-tech__cta {
  margin-top: 2rem;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 650px) {
  .h-tech__cta {
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
  }
}
.h-tech__cta a {
  min-width: 225px;
}
.ie .h-mkts__list {
  display: block;
}
.ie .h-mkts__item {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
}
.ie .h-mkts__media {
  display: block;
}
.ie .h-conn__body, .ie .h-conn__media {
  display: inline-block;
  vertical-align: center;
  width: 48%;
}
.ie .h-conn__media {
  height: 400px;
}
.ie .h-conn__thumbs {
  width: 100%;
}
.ie .h-conn__thumb {
  display: inline-block;
  width: 32%;
}
.ie .h-tech {
  display: block;
}
.ie .h-tech__media, .ie .h-tech__body {
  display: inline-block;
  vertical-align: middle;
}