@charset "UTF-8";
/* Colors */
.video-block, .homepage-services, .homepage-clients, .case-studies {
  padding: 1rem;
}

@media (min-width: 48em) {
  .video-block, .homepage-services, .homepage-clients, .case-studies {
    padding: 2rem 2rem;
  }
}

@media (min-width: 64em) {
  .video-block, .homepage-services, .homepage-clients, .case-studies {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .video-block, .homepage-services, .homepage-clients, .case-studies {
    padding: 5rem 2rem;
  }
}

@media (min-width: 100em) {
  .video-block, .homepage-services, .homepage-clients, .case-studies {
    padding: 6rem 2rem;
  }
}

@media (min-width: 112.5em) {
  .video-block, .homepage-services, .homepage-clients, .case-studies {
    padding: 7rem 2rem;
  }
}

.video-block-headline, .homepage-services-headline, .homepage-clients-headline, .hero-headline-lg {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}

@media (min-width: 48em) {
  .video-block-headline, .homepage-services-headline, .homepage-clients-headline, .hero-headline-lg {
    font-size: 3rem;
  }
}

@media (min-width: 64em) {
  .video-block-headline, .homepage-services-headline, .homepage-clients-headline, .hero-headline-lg {
    font-size: 3.25rem;
  }
}

@media (min-width: 81.25em) {
  .video-block-headline, .homepage-services-headline, .homepage-clients-headline, .hero-headline-lg {
    font-size: 4.0rem;
  }
}

@media (min-width: 100em) {
  .video-block-headline, .homepage-services-headline, .homepage-clients-headline, .hero-headline-lg {
    font-size: 5rem;
  }
}

@media (min-width: 112.5em) {
  .video-block-headline, .homepage-services-headline, .homepage-clients-headline, .hero-headline-lg {
    font-size: 4vw;
  }
}

.case-study-headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
}

@media (min-width: 48em) {
  .case-study-headline {
    font-size: 2rem;
  }
}

@media (min-width: 64em) {
  .case-study-headline {
    font-size: 3rem;
  }
}

@media (min-width: 81.25em) {
  .case-study-headline {
    font-size: 3.5rem;
  }
}

@media (min-width: 100em) {
  .case-study-headline {
    font-size: 4rem;
  }
}

@media (min-width: 112.5em) {
  .case-study-headline {
    font-size: 3vw;
  }
}

.video-block .videoWrapper h2, .hero-teaser, .hero-headline-pre {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
}

@media (min-width: 48em) {
  .video-block .videoWrapper h2, .hero-teaser, .hero-headline-pre {
    font-size: 1.5rem;
  }
}

@media (min-width: 64em) {
  .video-block .videoWrapper h2, .hero-teaser, .hero-headline-pre {
    font-size: 1.75rem;
  }
}

@media (min-width: 81.25em) {
  .video-block .videoWrapper h2, .hero-teaser, .hero-headline-pre {
    font-size: 2rem;
  }
}

@media (min-width: 100em) {
  .video-block .videoWrapper h2, .hero-teaser, .hero-headline-pre {
    font-size: 2.2rem;
  }
}

@media (min-width: 112.5em) {
  .video-block .videoWrapper h2, .hero-teaser, .hero-headline-pre {
    font-size: 2.5rem;
  }
}

.homepage-services-button {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .homepage-services-button {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .homepage-services-button {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .homepage-services-button {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .homepage-services-button {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .homepage-services-button {
    font-size: 1.5rem;
  }
}

.hero {
  padding: 1rem;
  position: relative;
}

@media (min-width: 100em) {
  .hero {
    padding: 0;
  }
}

.hero-text {
  max-width: 100%;
  padding: 0 1rem;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 60px auto 0;
  z-index: 200;
}

@media (min-width: 48em) {
  .hero-text {
    margin: 80px auto 0;
  }
}

@media (min-width: 64em) {
  .hero-text {
    margin: 75px auto 0;
  }
}

@media (min-width: 100em) {
  .hero-text {
    max-width: 100%;
    margin: 100px auto 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-text {
    width: auto !important;
  }
}

@supports (-ms-ime-align: auto) {
  .hero-text {
    width: auto !important;
  }
}

.hero-headline {
  color: #E86D1F;
  line-height: 1;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.hero-headline-pre {
  color: #7B7B7C;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .3s;
  font-weight: 700;
  padding-bottom: .25rem;
}

@media (min-width: 48em) {
  .hero-headline-pre {
    padding-bottom: .5rem;
  }
}

@media (min-width: 64em) {
  .hero-headline-pre {
    padding-bottom: 0;
  }
}

@media (min-width: 81.25em) {
  .hero-headline-pre {
    padding-bottom: .25rem;
  }
}

@media (min-width: 100em) {
  .hero-headline-pre {
    padding-bottom: .5rem;
  }
}

.hero-headline-lg {
  color: #E86D1F;
}

.hero-headline-lg .high1 {
  background: linear-gradient(-90deg, #fdb924 20%, #e86d1f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-headline-lg .high2 {
  color: #7B7B7C;
  font-weight: 400;
  display: inline-block;
  padding-left: 1rem;
}

.hero-headline-lg .high3 {
  background: linear-gradient(-90deg, #fdb924 20%, #e86d1f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  line-height: 1.15;
}

@media (min-width: 64em) {
  .hero-headline-lg .high3 {
    display: inline-block;
    padding-left: 1rem;
  }
}

@media (min-width: 100em) {
  .hero-headline-lg .high3 {
    display: inline-block;
    padding-left: 1rem;
  }
}

.hero-teaser {
  color: #fff;
  font-weight: 200;
}

.hero-video {
  width: 100%;
  height: auto;
  padding-bottom: 135%;
  /* 3:4 */
  position: relative;
  top: initial;
  left: initial;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
}

.hero-video.desktop-video {
  display: none;
}

@media (min-width: 48em) {
  .hero-video.desktop-video {
    display: block;
  }
}

.hero-video.mobile-video {
  display: block;
}

@media (min-width: 48em) {
  .hero-video.mobile-video {
    display: none;
  }
}

@media (min-width: 30em) {
  .hero-video {
    width: 540px;
    height: 720px;
    padding-bottom: 0;
  }
}

@media (min-width: 48em) {
  .hero-video {
    width: 100%;
    height: auto;
    border-radius: 25px;
    padding-bottom: 56.25%;
    /* 16:9 */
    margin: 0 auto 1.25rem;
  }
}

@media (min-width: 64em) {
  .hero-video {
    border-radius: 35px;
    margin: 0 auto 1rem;
    width: 960px;
    height: 540px;
    padding-bottom: 0;
  }
}

@media (min-width: 81.25em) {
  .hero-video {
    border-radius: 40px;
    margin: 0 auto 1.5rem;
    width: 1240px;
    height: 698px;
    padding-bottom: 0;
  }
}

@media (min-width: 100em) {
  .hero-video {
    padding-bottom: 0;
    width: 1500px;
    height: 844px;
    border-radius: 50px;
    margin: 0 auto 2rem;
  }
}

.hero-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  display: block;
  z-index: 3;
  overflow: hidden;
  object-fit: cover;
}

#gradient-canvas {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  --gradient-color-1: #00a0af;
  --gradient-color-2: #666666;
  --gradient-color-3: #000000;
  --gradient-color-4: #000000;
}

.case-studies {
  overflow: hidden;
}

.case-study {
  max-width: 81.25em;
  margin: 2rem auto;
  background: #f8f8f8;
  position: relative;
  border-radius: 30px;
}

@media (min-width: 48em) {
  .case-study {
    background: none;
    margin: 4rem auto 10rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 0;
  }
}

.case-study-aspect {
  text-decoration: none !important;
  display: block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media (min-width: 48em) {
  .case-study-aspect {
    display: flex !important;
  }
}

.case-study-aspect:hover .case-study-fig-img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.case-study-aspect:hover .case-study-headline {
  background: #00AEC5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-study-aspect:hover .case-study-background {
  background: rgba(0, 0, 0, 0.1);
}

.case-study-aspect:hover .case-study-label {
  background: #00AEC5;
}

.case-study-label {
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
  position: relative;
  top: -1rem;
  right: 0;
  padding: .75rem 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  z-index: 200;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: inline-block;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .case-study-label {
    position: absolute;
    top: -70px;
    right: initial;
    margin-bottom: 0rem;
  }
}

@media (min-width: 64em) {
  .case-study-label {
    right: initial;
    top: initial;
    position: absolute;
    bottom: 3rem;
    left: -1rem;
  }
}

.case-study-fig {
  width: 50%;
  background: linear-gradient(45deg, #00aec5 0%, #fdb924 100%);
  position: relative;
  border-radius: 20px;
  z-index: 100;
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .case-study-fig {
    width: 40%;
    border-radius: 30px;
  }
}

@media (min-width: 64em) {
  .case-study-fig {
    width: 50%;
    border-radius: 60px;
  }
}

.case-study-fig-aspect {
  padding-top: 100%;
}

.case-study-fig-img {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 48em) {
  .case-study-fig-img {
    border-radius: 30px;
  }
}

@media (min-width: 64em) {
  .case-study-fig-img {
    border-radius: 60px;
  }
}

.case-study-text {
  padding: 1rem;
  text-align: center;
  z-index: 100;
  width: 100%;
}

@media (min-width: 48em) {
  .case-study-text {
    text-align: left;
    width: 60%;
  }
}

@media (min-width: 64em) {
  .case-study-text {
    width: 50%;
    padding: 3rem;
  }
}

.case-study-headline {
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: auto;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .case-study-headline {
    width: fit-content;
  }
}

.case-study-teaser {
  margin-top: .75rem;
  color: #54565a;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .case-study-teaser {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.case-study-background {
  display: none;
  background: #f8f8f8;
  width: 1000%;
  position: absolute;
  height: calc(100% + 100px);
  border-radius: 30px;
  left: 100px;
  right: initial;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .case-study-background {
    display: block;
    border-radius: 50px;
    left: 200px;
  }
}

@media (min-width: 64em) {
  .case-study:nth-child(odd) .case-study-label {
    left: initial;
    top: initial;
    position: absolute;
    right: -1rem;
    bottom: 2rem;
  }
}

.case-study:nth-child(odd) .case-study-fig {
  order: 2;
}

.case-study:nth-child(odd) .case-study-fig-img {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 48em) {
  .case-study:nth-child(odd) .case-study-text {
    order: 1;
    text-align: right;
  }
}

@media (min-width: 48em) {
  .case-study:nth-child(odd) .case-study-headline {
    text-align: right;
    width: auto;
  }
}

@media (min-width: 48em) {
  .case-study:nth-child(odd) .case-study-background {
    border-radius: 50px;
    right: 200px;
    left: initial;
  }
}

@media (min-width: 48em) {
  .case-study:nth-child(even) {
    margin: 4rem auto 3rem;
  }
}

.homepage-clients {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 81.25em) {
  .homepage-clients {
    max-width: 81.25em;
  }
}

.homepage-clients .hero-headline-pre {
  padding-bottom: 0.75rem;
}

.homepage-clients-headline {
  top: -0.5rem;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 3rem;
  color: #E86D1F;
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 48em) {
  .homepage-clients-headline {
    top: -1.0rem;
  }
}

@media (min-width: 64em) {
  .homepage-clients-headline {
    top: -1.5rem;
  }
}

.homepage-layers-item-grid.clients {
  display: grid;
  align-content: flex-start;
  grid-gap: .5rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 48em) {
  .homepage-layers-item-grid.clients {
    grid-gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 64em) {
  .homepage-layers-item-grid.clients {
    grid-template-columns: repeat(6, 1fr);
  }
}

.homepage-client {
  padding: .5rem;
  align-self: center;
  justify-self: center;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background: none;
}

@media (min-width: 48em) {
  .homepage-client {
    padding: 1rem;
  }
}

@media (min-width: 64em) {
  .homepage-client {
    padding: 1.5rem;
  }
}

.homepage-client-logo {
  width: 100%;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.homepage-client-logo img {
  width: 100%;
  height: auto;
}

.homepage-client-overview {
  opacity: 0;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 1.5rem;
  font-weight: 700;
  text-transform: none;
  color: #00AEC5;
  font-size: 100%;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 1000;
}

@media (min-width: 48em) {
  .homepage-client-overview {
    display: block;
  }
}

.homepage-client:nth-child(10) {
  display: none;
}

@media (min-width: 48em) {
  .homepage-client:nth-child(10) {
    display: block;
  }
}

@media (min-width: 48em) {
  .homepage-client:hover {
    background: #f8f8f8;
  }
}

.homepage-client:hover .homepage-client-logo {
  opacity: 1;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 48em) {
  .homepage-client:hover .homepage-client-logo {
    opacity: 0;
  }
}

.homepage-client:hover .homepage-client-overview {
  opacity: 1;
}

.homepage-services {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}

@media (min-width: 64em) {
  .homepage-services {
    max-width: 64em;
  }
}

.homepage-services-headline {
  text-transform: uppercase;
  margin-bottom: .5rem;
  color: #E86D1F;
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 48em) {
  .homepage-services-headline {
    margin-bottom: 1rem;
  }
}

@media (min-width: 64em) {
  .homepage-services-headline {
    margin-bottom: 2rem;
  }
}

.homepage-services-intro {
  color: #54565a;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 auto 1rem 0;
}

@media (min-width: 48em) {
  .homepage-services-intro {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 auto 2rem 0;
  }
}

.homepage-services-button {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  width: auto;
  display: inline-block;
  margin: 0 auto 6rem;
  padding: .75rem 2rem;
  color: #fff;
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
}

@media (min-width: 48em) {
  .homepage-services-button {
    margin: 4rem auto;
  }
}

.homepage-layers-item-grid.services {
  display: grid;
  align-content: flex-start;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 48em) {
  .homepage-layers-item-grid.services {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 64em) {
  .homepage-layers-item-grid.services {
    grid-template-columns: repeat(3, 1fr);
  }
}

.homepage-service {
  position: relative;
  padding: .5rem;
}

@media (min-width: 48em) {
  .homepage-service {
    padding: 2rem;
  }
}

.homepage-service-teaser {
  position: relative;
  opacity: 1;
  display: inline-block;
  top: initial;
  left: initial;
  margin: 0 auto;
  transform: none;
  width: 100%;
  font-weight: 700;
  text-transform: none;
  color: #00AEC5;
  font-size: 100%;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 1000;
  order: 2;
}

@media (min-width: 48em) {
  .homepage-service-teaser {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
}

.homepage-service-aspect {
  text-decoration: none !important;
  background: none !important;
  display: grid;
}

@media (min-width: 48em) {
  .homepage-service-aspect {
    display: block;
  }
}

.homepage-service-aspect:hover {
  background: #f8f8f8;
}

@media (min-width: 48em) {
  .homepage-service-aspect:hover .homepage-service-icon {
    opacity: 0;
  }
}

.homepage-service-aspect:hover .homepage-service-icon-figure {
  background: linear-gradient(-90deg, #00aec5 0%, #007888 100%);
}

.homepage-service-aspect:hover .homepage-service-icon-figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.homepage-service-aspect:hover .homepage-service-title {
  color: #E86D1F;
}

.homepage-service-aspect:hover .homepage-service-teaser {
  opacity: 1;
}

.homepage-service-icon {
  display: grid;
  justify-content: center;
  position: relative;
  padding: 1rem;
  opacity: 1.0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .homepage-service-icon {
    display: inline-block;
  }
}

.homepage-service-icon-figure {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(-90deg, #00aec5 20%, #007888 100%);
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .homepage-service-icon-figure {
    width: 8rem;
    height: 8rem;
  }
}

.homepage-service-icon-figure img {
  width: 100%;
  height: auto;
  max-height: 3rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  filter: brightness(10);
}

@media (min-width: 48em) {
  .homepage-service-icon-figure img {
    max-height: 4rem;
  }
}

.homepage-service-icon::after {
  content: "";
  display: none;
  position: absolute;
  left: 1.75rem;
  top: 1.25rem;
  z-index: 99;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
  border-radius: 100%;
}

@media (min-width: 48em) {
  .homepage-service-icon::after {
    display: block;
    left: 2rem;
    top: 1.5rem;
    width: 8rem;
    height: 8rem;
  }
}

.homepage-service-title {
  color: #FDB924;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.video-block {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 64em) {
  .video-block {
    max-width: 64em;
  }
}

@media (min-width: 81.25em) {
  .video-block {
    max-width: 81.25em;
  }
}

@media (min-width: 100em) {
  .video-block {
    max-width: 100em;
  }
}

.video-block-headline {
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #E86D1F;
  background: linear-gradient(90deg, #e86d1f 20%, #fdb924 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 48em) {
  .video-block-headline {
    margin-bottom: 3rem;
  }
}

@media (min-width: 64em) {
  .video-block-headline {
    margin-bottom: 4rem;
  }
}

.video-block-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 2fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
}

@media (min-width: 64em) {
  .video-block-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 0px;
    max-width: 64rem;
    margin: 0 auto;
  }
}

.video-block .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 1rem;
}

.video-block .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-block .videoWrapper h2 {
  text-align: center;
  color: #00AEC5;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: -1.8rem;
}

@media (min-width: 48em) {
  .video-block .videoWrapper h2 {
    top: -2rem;
  }
}

@media (min-width: 64em) {
  .video-block .videoWrapper h2 {
    top: -3.5rem;
  }
}
