:root {
  --white: white;
  --black: black;
}

.body {
  color: #181818;
  background-color: #ebebeb;
  background-image: url('../images/Noisex10.png'), linear-gradient(#ffffffde, #ffffffde);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.div-block {
  height: 50vw;
}

.track {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.thumb {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: block;
}

.image {
  background-color: #313131;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 0 0 10vh;
  display: flex;
}

.image._1 {
  background-color: #1f1e1e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10vh;
  display: flex;
}

.intro {
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading {
  color: #fffefe;
  font-family: PT Serif, serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 5vw;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 10vh 0 0;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
}

.big-arrow {
  margin-right: 2vw;
}

.navigation {
  height: 13vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-3 {
  flex-direction: column;
  width: 25%;
  margin-top: 0;
  padding-top: 2vh;
  padding-left: 3vw;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-5 {
  width: 25%;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  padding-top: 3vh;
  padding-right: 3vw;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 3vh;
  font-size: 3vw;
  line-height: 3vw;
}

.text-block {
  color: #fff;
  margin-bottom: .4vw;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1vw;
}

.text-block.nav {
  color: #fff;
}

.heading-3 {
  color: #fff;
  font-family: Droid Serif, serif;
  font-size: 2vw;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: #0000;
  border-radius: .5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: 15vw;
  margin-right: 15vw;
  padding: 3vw 0;
  display: flex;
}

.heading-4 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 3.5vw;
}

.div-block-9 {
  justify-content: center;
  margin-top: 10vh;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  color: #000;
  background-color: #00000017;
  border: 1px #00000061;
  border-radius: .5vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 90vh;
  margin: 3vw 0;
  padding: 3vw;
  display: grid;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-12 {
  background-color: #0000;
  border-radius: .5vw;
  width: 70%;
  height: 60vh;
  margin-bottom: 6vh;
}

.brand._1 {
  background-image: url('../images/tigerspike.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.5vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.brand._1.left {
  background-position: 50%;
  align-items: flex-start;
  width: 5vw;
}

.brand._1.bottom-left {
  background-position: 50%;
}

.brand._2 {
  background-image: url('../images/Spotify.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5.7vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.brand._2.center {
  background-position: 50%;
  width: 5vw;
}

.brand._2.bottom-right {
  background-position: 50%;
}

.brand._3 {
  background-image: url('../images/AMEX.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.brand._3.right {
  background-position: 50%;
  width: 5vw;
}

.brand._3.center-bottom {
  background-position: 50%;
}

.brand._4 {
  background-image: url('../images/Red-Bull-Black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.brand._4.left {
  background-position: 50%;
}

.brand._5 {
  background-image: url('../images/NowThis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-block-2 {
  text-align: justify;
  width: 60%;
  margin-top: 5vh;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.div-block-13 {
  background-image: url('../images/IHS-Markit.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4.6vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-13.right {
  background-position: 50%;
}

.text-span {
  font-weight: 400;
}

.heading-5 {
  text-align: center;
  justify-content: center;
  width: 65%;
  margin-top: 2vw;
  margin-bottom: 3vh;
  font-size: 3vw;
  line-height: 3.5vw;
  display: flex;
}

.section {
  height: 10vh;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 25vh;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.columns {
  flex: 1;
  width: 70%;
}

.column {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-15 {
  background-color: #474747;
  width: 95%;
  height: 23vw;
}

.div-block-16 {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 70%;
  height: 10vh;
  margin-top: 20vh;
  margin-bottom: 10vh;
  display: flex;
}

.heading-6 {
  font-size: 2vw;
  line-height: 2.5vw;
}

.section-2 {
  background-color: #0000;
  padding: 100px 5%;
  position: relative;
}

.section-2.take-off {
  cursor: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 59px 0%;
  display: flex;
}

.project-circle-black {
  z-index: 10;
  background-color: #ffea00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: absolute;
}

.project-circle-black.black {
  cursor: none;
  background-color: #000;
}

.text-rotator-wrapper {
  color: #525252;
  background-color: #222;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  margin-bottom: 5vh;
  display: flex;
}

.text-rotator {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.start-icon {
  background-color: #000;
  flex: none;
  width: 50px;
  height: 4px;
  margin-left: 30px;
  margin-right: 30px;
}

.div-block-17 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  margin-top: 25vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 30vh;
  display: grid;
}

.filter-image.logo {
  filter: invert();
  width: 10vw;
  margin-left: 1vw;
  display: block;
}

.heading-7 {
  color: #fff;
  font-size: 1.5vw;
}

.heading-7.smaller {
  font-size: 1.1vw;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 2vh;
  font-size: .9vw;
  line-height: 1.2vw;
}

.text-block-4 {
  color: #fff;
  font-size: .9vw;
  line-height: 1.2vw;
}

.main-nav {
  width: 10vw;
  height: 40vh;
  margin-left: 1vw;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-20 {
  flex-direction: column;
  justify-content: flex-end;
  width: 10%;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  justify-content: flex-end;
  width: 90%;
  display: flex;
}

.div-block-22 {
  background-color: #fff;
  width: 20%;
  height: 5vh;
  margin-bottom: 1vw;
}

.div-block-23 {
  align-items: center;
  width: 100%;
  height: 5vh;
  margin-bottom: 1vw;
  text-decoration: none;
  display: flex;
}

.div-block-23.logo {
  height: 10vh;
  margin-left: -.8vw;
}

.text-block-5 {
  color: #fff;
  letter-spacing: .1vw;
  text-transform: uppercase;
  font-family: Shentoxtrial Smbd, sans-serif;
  font-size: .7vw;
  text-decoration: none;
}

.text-block-5.email {
  text-align: right;
  margin-bottom: 1vw;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .5vw;
  line-height: 1.3vw;
}

.text-block-5.email.second {
  color: #fff;
  font-size: .5vw;
  font-style: normal;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 2vw;
}

.div-block-24 {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  height: 30vh;
  display: flex;
  position: absolute;
  top: 0;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20%;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.div-block-25.right {
  text-align: right;
  width: auto;
  padding-top: 2vw;
  padding-right: 2vw;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-26.middle {
  flex-direction: column;
  width: auto;
  margin-bottom: 5vw;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 5vw;
}

.heading-9.small-headline {
  font-size: 1vw;
  line-height: 1vw;
}

.columns-2 {
  align-self: stretch;
  margin-left: 13vw;
  margin-right: 13vw;
}

.div-block-27 {
  background-color: #141414;
  border-radius: .5vw;
  flex-direction: column;
  justify-content: flex-end;
  width: 90%;
  height: 50vh;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.div-block-27._1 {
  background-image: url('../images/Studio-Scene.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-27._2 {
  background-image: url('../images/AbyssBar.jpg');
  background-position: 0%;
  background-size: cover;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 10vh;
  margin-bottom: 5vh;
  margin-left: 13vw;
  margin-right: 13vw;
  display: grid;
}

.heading-10 {
  color: #dfdfdf;
  font-size: 2vw;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 1.5vw;
  line-height: 2.1vw;
}

.div-block-29 {
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  margin-left: 1vw;
  font-size: .8vw;
}

.button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 30vw;
  font-size: .8vw;
}

.text-span-2, .text-span-3 {
  font-family: PT Serif, serif;
  font-style: italic;
  font-weight: 400;
}

.text-block-7 {
  color: #fff;
  margin-bottom: .5vw;
  font-size: .8vw;
}

.heading-12 {
  color: #fff;
  text-align: right;
}

.div-block-30 {
  align-self: stretch;
  height: 2vh;
  position: static;
  inset: auto 0% 0%;
}

.div-block-31 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-32 {
  width: 100%;
  margin-top: 0;
  display: none;
}

.div-block-33 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 1vw;
}

.text-block-9 {
  opacity: 1;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 300;
}

.background-video {
  border-radius: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.background-video-2 {
  background-image: linear-gradient(#000000b8, #000000b8), linear-gradient(#0000 76%, #090909 95%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.heading-13 {
  text-transform: uppercase;
  margin-bottom: 2vw;
  font-size: 3vw;
  line-height: 3vw;
}

.button-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20vw;
  margin-right: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: .8vw;
}

.text-span-4, .text-span-5 {
  letter-spacing: .5vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.5vw;
  font-style: italic;
}

.div-block-34 {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 25vh;
  margin-left: 2vw;
  margin-right: 2vw;
  display: grid;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-36 {
  background-color: #1a1a1a;
  border-radius: 1vw;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.div-block-36._2 {
  background-color: #1a1a1a00;
  background-image: url('../images/Companion2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-37 {
  width: 100%;
  height: auto;
  padding-top: 4vw;
}

.heading-14 {
  margin-bottom: 5vh;
  font-size: 2vw;
}

.div-block-38 {
  margin-bottom: 15vh;
}

.headline-3 {
  font-size: 1vw;
}

.text-box {
  margin-top: 2vh;
  font-size: .7vw;
  line-height: 1.8vw;
}

.text-box.info {
  color: #000;
  text-align: justify;
  width: 100%;
  margin-top: 3vh;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2.8vw;
}

.heading-15 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #174450;
  text-transform: uppercase;
  width: 100%;
  margin-top: 3vh;
  margin-bottom: 8vh;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3.5vw;
}

.bold-text {
  font-size: 1.8vw;
}

.h1-sub {
  color: #ffb833;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #ffb833;
  text-transform: uppercase;
  height: auto;
  margin-bottom: 1vh;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

.h1-sub.h1 {
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.h1-sub.info {
  margin-bottom: 2vh;
  font-size: 1.7vw;
}

.text-block-11 {
  text-align: justify;
  width: 40vw;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.main-text {
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3vh;
  font-family: Roboto, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 2.8vw;
}

.main-text.bold {
  text-align: left;
  margin-bottom: 5vh;
  font-family: Roboto, sans-serif;
  font-size: 1.6vw;
  font-weight: 100;
  line-height: 3vw;
}

.bold-text-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-3, .bold-text-4 {
  font-family: Open Sans, sans-serif;
}

.heading-16 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3vw;
  font-weight: 700;
  line-height: 3vw;
  display: flex;
}

.h1-main {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border-left: .7vw solid #ffb833;
  margin-top: 0;
  margin-bottom: 5vh;
  padding-left: 1vw;
  font-family: PT Serif, serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 4vw;
}

.h1-main.bottom {
  margin-bottom: 0;
  font-size: 3.7vw;
}

.text-span-7 {
  font-weight: 400;
}

.background-video-3 {
  filter: brightness(92%) contrast(135%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-13 {
  width: 100%;
  margin-top: 1vw;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.9vw;
}

.div-block-39 {
  filter: invert();
  background-image: url('../images/V-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 10vw;
}

.heading-17 {
  color: #fff;
  font-size: 1vw;
}

.div-block-40 {
  grid-column-gap: 78px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 90%;
  display: grid;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  display: flex;
}

.text-block-14 {
  color: #fff;
}

.div-block-42 {
  background-color: #ececec00;
  border-radius: 1vw;
  width: 100%;
  height: 100%;
}

.text-block-15 {
  color: #fff;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.div-block-43, .div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-18 {
  color: #fff;
  margin-bottom: 2vw;
}

.div-block-45 {
  background-color: #20202000;
  border-radius: 2vw;
  justify-content: center;
  align-items: center;
  width: 95vw;
  height: 80vh;
  margin-bottom: 15vh;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
  overflow: hidden;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3vh;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-48 {
  width: 80%;
}

.link, .link-2 {
  color: #000;
}

.text-block-22 {
  text-shadow: 0 1px 1px #0003;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.6vw;
  font-weight: 100;
  line-height: 3vw;
  display: flex;
}

.text-block-22.footer-intro {
  text-align: justify;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.text-block-22.footer-intro._2 {
  font-size: 1.4vw;
  line-height: 2vw;
}

.text-block-22._2 {
  justify-content: flex-start;
  font-family: Shentoxtrial Th, sans-serif;
}

.text-block-22._3 {
  justify-content: flex-start;
  font-family: Shentoxtrial Rg, sans-serif;
}

.div-block-195 {
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  padding-right: 20%;
}

.div-block-194 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2vh;
  display: flex;
}

.heading-19 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: .8vh;
  font-family: Varela, sans-serif;
  font-size: 1.3vw;
  line-height: 1.8vw;
}

.heading-19.expertise-section {
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 2vh;
  font-family: Varela, sans-serif;
  font-size: 1.2vw;
  font-weight: 800;
}

.div-block-191 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-196 {
  filter: invert();
  background-image: url('../images/V-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
}

.footer {
  filter: contrast(105%);
  color: #dfdfdf;
  background-color: #000000ed;
  background-image: linear-gradient(90deg, #0000006b, #fff0 41%), linear-gradient(#0000, #0b0c0c 96%), url('../images/Vonfal-Lobby-2.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100vh;
  margin-top: 15vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 2vw;
}

.div-block-190 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-192 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-block-197 {
  padding-top: 10vh;
  display: flex;
}

.div-block-189 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-193 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-block-188 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.background-video-5 {
  border-radius: .3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 80vh;
  display: flex;
}

.div-block-186 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.div-block-198 {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: 2vw;
  margin-right: 2vw;
  display: grid;
}

.div-block-199 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 80%;
  display: grid;
  position: static;
  bottom: 0;
}

.div-block-200, .div-block-201 {
  background-color: #000;
}

.text-span-8, .text-span-9 {
  font-weight: 400;
}

.div-block-202 {
  background-color: #03030300;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-203 {
  background-color: #000;
  border-radius: .4vw;
  height: 20vw;
  margin-bottom: 5vh;
}

.text-rotator-wrapper-2 {
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-rotator-content-2 {
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.text-rotator-2 {
  color: #ffffff4d;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
}

.div-block-204 {
  padding: 5vh 0;
}

.projects {
  background-color: #000;
  background-image: linear-gradient(#000, #050505);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-206 {
  background-color: #252525;
  border-radius: .4vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20vw;
  height: 80vh;
  margin-right: 2vw;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 1px 13px #000000e3;
}

.heading-20 {
  color: #d4d4d4;
  text-transform: uppercase;
  font-family: Shentoxtrial Smbd, sans-serif;
  font-size: 1.5vw;
}

.div-block-207 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-208 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-23 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .9vw;
  line-height: 1.2vw;
}

.text-block-23.larger {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: 1vw;
}

.bold-text-5 {
  font-family: Shentoxtrial Smbd, sans-serif;
}

.heading-21 {
  color: #ffba2d;
  text-transform: uppercase;
  border-left: 5px #c9c8c7;
  margin-top: 0;
  margin-bottom: 4vh;
  padding-left: 0;
  font-family: PT Serif, serif;
  font-size: 5vw;
  line-height: 5vw;
}

.div-block-209 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-210 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-top: 5vh;
  display: flex;
}

.div-block-211 {
  justify-content: flex-start;
  width: 100%;
  height: 3vh;
  display: flex;
}

.div-block-212 {
  width: 20%;
  height: 100%;
}

.div-block-213 {
  width: 80%;
  height: 100%;
}

.div-block-144 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30vw;
  margin-bottom: 3vh;
  display: grid;
}

.client-img {
  background-image: url('../images/tigerspike.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 6vh;
}

.client-img._2 {
  background-image: url('../images/IHS-Markit.png');
}

.client-img._3 {
  filter: none;
  background-image: url('../images/Red-Bull-Black.png');
  background-position: 50%;
  background-size: contain;
}

.client-img._4 {
  background-image: url('../images/AMEX.png');
}

.client-img._6 {
  background-image: url('../images/Spotify.png');
}

.client-img._7 {
  background-image: url('../images/NowThis.png');
}

.div-block-214 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .36;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 5vh;
  display: grid;
}

.div-block-215 {
  opacity: .9;
  background-color: #c5c5c5;
  border-radius: .4vw;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 10vw;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block-94 {
  filter: grayscale() hue-rotate();
  background-image: linear-gradient(to top, #000, #0000 35%), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 25vw;
}

.div-block-95 {
  margin-bottom: 0;
  padding: 5vh 2vw;
}

.heading-22 {
  color: #000;
  margin: 2vw 2vw 2vw 0;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 2vw;
  line-height: 1.6vw;
}

.heading-26 {
  color: #000;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3vh;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.text-block-24 {
  color: #000;
  margin-bottom: 1vh;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.4vw;
}

.div-block-216 {
  opacity: .9;
  background-color: #000;
  border-radius: .4vw;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 10vw;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px #00000029;
}

.div-block-217 {
  filter: grayscale(10%) hue-rotate();
  background-image: linear-gradient(to top, #000, #0000 35%), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 25vw;
}

.div-block-217._2 {
  filter: grayscale() hue-rotate();
  background-image: linear-gradient(to top, #000, #0000), url('../images/1.3.jpg');
}

.div-block-218 {
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.heading-27 {
  color: #ffc45d;
  text-transform: none;
  margin: 0 2vw 3vw 0;
  font-family: PT Serif, serif;
  font-size: 4vw;
  line-height: 4.5vw;
}

.heading-28 {
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.text-block-25 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 1vh;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .7vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.div-block-219 {
  opacity: .9;
  background-color: #000;
  border-radius: .4vw;
  flex-direction: column;
  justify-content: flex-end;
  width: 30vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 10vw;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px #00000029;
}

.div-block-219.last {
  width: 100%;
  margin-bottom: 0;
}

.div-block-220 {
  filter: grayscale(10%) hue-rotate();
  background-image: linear-gradient(to top, #000, #0000 35%), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 25vw;
}

.div-block-220._3 {
  filter: grayscale() hue-rotate();
  background-image: linear-gradient(to top, #000, #0000), url('../images/1.2.jpg');
}

.heading-29 {
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.text-block-26 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 1vh;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .7vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.div-block-90 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Ghost-Xcore-Dropshadowe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .4vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
}

.background-video-6 {
  z-index: 0;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-3349424 {
  filter: hue-rotate(270deg) brightness(103%);
  background-image: url('../images/NewKills.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 120vh;
  margin-top: -20vh;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.div-block-3349425 {
  background-image: linear-gradient(#000000a8, #000000a8);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-27 {
  width: auto;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.background-video-7 {
  filter: contrast(120%);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-8 {
  z-index: 1;
  filter: contrast(112%);
  mix-blend-mode: normal;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.heading-30 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 9vw;
  line-height: 9vw;
}

.social-buttons {
  color: #fff;
  letter-spacing: 2px;
  background-color: #313131;
  border-radius: .5vw;
  margin-right: .5vw;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: 1vw;
}

.social-buttons._2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #ffc94c;
  background-color: #45464575;
  border: 1px #ffffff8f;
  font-family: Roboto, sans-serif;
}

.div-block-3349426 {
  justify-content: flex-start;
  display: flex;
}

.div-block-3349427 {
  background-image: url('../images/Suit-Insta-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 2vw;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-3349428 {
  background-image: linear-gradient(#00000045, #00000045);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-wrapper {
  opacity: .9;
  background-color: #000;
  border: 2px #00000047;
  border-top: 7px #47afca;
  border-bottom-color: #111;
  border-radius: 2vw;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 10vw;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.services-wrapper.last {
  margin-bottom: 5vh;
  padding-bottom: 0;
}

.div-block-3349430 {
  filter: grayscale(10%) hue-rotate(180deg);
  background-image: linear-gradient(to top, #000, #0000 35%), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 25vw;
}

.heading-31 {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Shentoxtrial Smbd, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2vw;
}

.text-block-28 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2.4vw;
}

.text-block-28.bold {
  color: #ffbe4d;
  text-align: left;
  border-left: .5vw solid #ffb833;
  margin-top: 0;
  margin-bottom: 2vh;
  padding-left: 1vw;
  font-family: PT Serif, serif;
  font-size: 1.9vw;
  line-height: 3vw;
}

.text-block-28.bold.start {
  margin-top: 2vh;
  line-height: 2.4vw;
}

.text-block-28.service-intro {
  margin-bottom: 5vh;
  font-family: Roboto, sans-serif;
  font-size: 1.6vw;
  font-weight: 100;
  line-height: 2.8vw;
}

.div-block-3349431 {
  opacity: .9;
  background-color: #000;
  border-radius: .4vw;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 10vw;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px #00000029;
}

.div-block-3349432 {
  filter: grayscale(10%) hue-rotate();
  background-image: linear-gradient(to top, #000, #0000 35%), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 25vw;
}

.div-block-3349432._2 {
  background-image: linear-gradient(to top, #000, #0000), url('../images/1.3.jpg');
}

.heading-32 {
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.text-block-29 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 1vh;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .7vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.div-block-3349433 {
  opacity: .9;
  background-color: #000;
  border-radius: .4vw;
  flex-direction: column;
  justify-content: flex-end;
  width: 30vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 10vw;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px #00000029;
}

.div-block-3349433.last {
  width: 100%;
  margin-bottom: 0;
}

.div-block-3349434 {
  filter: grayscale(10%) hue-rotate();
  background-image: linear-gradient(to top, #000, #0000 35%), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 25vw;
}

.div-block-3349434._3 {
  filter: grayscale(4%) hue-rotate();
  background-image: linear-gradient(to top, #000, #0000), url('../images/1.2.jpg');
}

.heading-33 {
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.text-block-30 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 1vh;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .7vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.div-block-3349435 {
  background-color: #b1b1b1;
  background-image: url('../images/Suit-Insta-4.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20vw;
  width: 8vw;
  height: 8vw;
  margin-top: -2vw;
  box-shadow: 0 2px 5px #00000096;
}

.text-rotator-wrapper-3 {
  align-items: center;
  display: flex;
  position: static;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-rotator-content-3 {
  align-items: center;
  display: flex;
}

.link-3 {
  color: #fff;
  margin-right: .2vw;
  text-decoration: none;
}

.link-3._2 {
  color: #969696;
  text-align: center;
  text-shadow: 0 1px 1px #00000059;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  font-weight: 100;
  line-height: 2vw;
}

.mobile-vonfal-office {
  display: none;
}

.mobile-navigation {
  z-index: 3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000ab;
  width: 100%;
  height: 5vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-3349439 {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
  text-decoration: none;
  display: flex;
}

.div-block-3349439:hover {
  color: #f8c631;
  background-image: radial-gradient(circle, #ca97003b, #fff0 51%);
}

.div-block-3349439.w--current {
  color: #f8c631;
  background-image: radial-gradient(circle, #f8c63124, #fff0 74%);
}

.text-block-31 {
  letter-spacing: 2px;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.text-span-10 {
  font-family: Shentoxtrial Smbd, sans-serif;
}

.rotation-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.div-block-3349440 {
  background-color: #cacaca;
  background-image: linear-gradient(45deg, #000000b5, #fff0), url('../images/SvF-Banner-20242.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 2vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 40vh;
  padding: 5vh 2vw 2vh;
  display: flex;
}

.text-block-32 {
  color: #e9e9e9;
  text-shadow: 0 1px 1px #0003;
  width: 80%;
  margin-bottom: 2vh;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 2vw;
}

.image-3 {
  display: none;
}

.service-div {
  border: 1px #77767600;
  border-top-color: #252525;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.service-div.first {
  border-top-style: none;
  margin-top: 5vh;
}

.text-span-11 {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.div-block-3349441 {
  background-color: #75d3ff;
  width: 10vw;
  height: .2vh;
  margin-bottom: 5vh;
}

.div-block-3349441.top {
  height: .5vh;
  margin-top: 5vh;
}

.div-block-3349441.footer {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.div-block-3349442 {
  border-left: .7vw solid #ffb833;
  align-items: flex-start;
  height: 5vh;
  padding-left: 1vw;
  display: flex;
}

.div-block-3349442.contact {
  border-left-style: none;
  height: 3vh;
}

.div-block-3349448 {
  background-color: #f8c631;
  width: 20vw;
  height: 1vw;
  display: block;
}

.seperation-bar {
  display: none;
}

.div-block-3349450 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 2vw;
  height: 100vh;
  display: flex;
}

.div-block-3349451 {
  background-color: #192c3230;
  width: .5vw;
  height: 100%;
  margin-bottom: .3vh;
}

.small-video-banners {
  background-color: #000;
  width: 100%;
  height: 50vh;
  margin-bottom: 0;
}

.services-video {
  z-index: 1;
  filter: contrast(114%);
  width: 100%;
  height: 100%;
}

.gradiant {
  background-image: linear-gradient(to top, #000, #fff0);
  width: 100%;
  height: 100%;
}

.div-block-3349452 {
  background-image: url('../images/AI.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8vw;
  height: 8vw;
  margin-top: 15vh;
  margin-left: 5vw;
}

.div-block-3349453 {
  grid-column-gap: 172px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-3349454 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-3349455, .div-block-3349456 {
  align-items: flex-end;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-3349457 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 4px;
  padding-right: 4vw;
  display: flex;
}

.div-block-3349458 {
  opacity: 1;
  filter: contrast(107%) brightness(200%);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
}

.hyperlink {
  color: #fff;
}

.footer-buttons {
  width: 100%;
  margin-top: 2vh;
  display: flex;
}

.section-3 {
  background-color: #0000;
  padding: 100px 5%;
  position: relative;
}

.section-3.take-off {
  cursor: none;
  cursor: none;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 59px 0%;
  display: flex;
}

.text-rotator-wrapper-4 {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-rotator-content-4 {
  align-items: center;
  display: flex;
}

.div-block-3349516 {
  background-color: #c7861c;
  background-image: url('../images/Twitch-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 4vw;
  width: 1.8vw;
  height: 1.8vw;
}

.div-block-3349508 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 9vw;
  display: flex;
}

.div-block-3349505 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 3vh;
  padding-right: 2vw;
  display: flex;
}

.div-block-3349512 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5vh;
  padding-right: 0;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 4vw;
  display: flex;
}

.heading-34 {
  text-align: right;
  width: auto;
  padding-right: 3vw;
  font-family: Shentoxtrial Smbdit, sans-serif;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 4.5vw;
}

.div-block-3349515 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000000a1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 3vh;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: 1.2vw;
  display: flex;
}

.div-block-3349515.live {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: .5vw;
}

.div-block-3349515.linkintro {
  letter-spacing: .6px;
  font-family: Shentoxtrial Lt, sans-serif;
}

.text-block-78 {
  margin-left: -.6vw;
}

.image-24 {
  width: 15vw;
  margin-top: -2vw;
  margin-left: -1vw;
}

.div-block-3349509 {
  width: auto;
  height: auto;
  margin-top: 2vh;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 5vw;
  display: flex;
}

.hero-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.hero-banner-video {
  background-image: linear-gradient(94deg, #0b111ac2, #fff0 51%), linear-gradient(207deg, #0000008c, #0000 27%), linear-gradient(0deg, #00000059, #0000), linear-gradient(#0000 69%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  padding: 0 0 5vh 5vw;
  display: flex;
}

.div-block-3349514 {
  background-color: #ddd0;
  border-radius: 20vw;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3vh;
  display: none;
}

.heading-35 {
  text-align: left;
  width: auto;
  padding-right: 3vw;
  font-family: Roboto, sans-serif;
  font-size: 1.8vw;
  font-weight: 100;
  line-height: 2.8vw;
}

.heading-36 {
  color: #ffbe4d;
  font-family: Droid Serif, serif;
  font-size: 3.5vw;
  line-height: 4vw;
}

.div-block-3349517 {
  width: 70%;
}

.text-span-12, .text-span-13 {
  font-family: PT Serif, serif;
}

.button-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f7ba50;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d8d9da3b;
  border-radius: .5vw;
  margin-top: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 2vw;
}

.div-block-3349518 {
  background-color: #dfdfdf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
  overflow: hidden;
}

.div-block-3349519 {
  background-image: url('../images/NowThis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 100%;
  display: flex;
}

.text-rotator-wrapper-5 {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.div-block-3349520 {
  width: 20vw;
  height: 100%;
}

.text-looper {
  width: auto;
  height: 15vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
  overflow: visible;
}

.logo-client {
  background-image: url('../images/NowThis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 100%;
  margin-right: 4vw;
}

.logo-client._2 {
  background-image: url('../images/IHS-Markit.png');
}

.logo-client._3 {
  background-image: url('../images/Red-Bull-Black.png');
}

.logo-client._4 {
  background-image: url('../images/AMEX.png');
}

.logo-client._5 {
  background-image: url('../images/Spotify.png');
}

.logo-client._6 {
  background-image: url('../images/tigerspike.png');
}

.div-block-3349521 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.loop-wrapper {
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.loop-text {
  display: block;
  overflow: hidden;
}

.outer {
  overflow: hidden;
}

.div-block-3349522 {
  background-color: #040404;
  align-self: stretch;
  width: auto;
  height: 40vh;
  margin: 10vh 0 0;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  width: 10vw;
}

.clients-image.amex {
  width: 12vw;
}

.background-video-10 {
  border-radius: 2vw;
  width: 100%;
  height: 100%;
}

.div-block-3349523 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  height: auto;
  margin-top: 5vh;
  margin-left: 2vw;
  margin-right: 2vw;
  display: grid;
}

.image-25 {
  width: 20vw;
}

.image-25.t {
  width: 16vw;
}

.image-25.spotify {
  width: 25vw;
}

.image-25.am {
  width: 28vw;
}

.div-block-3349524 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hyperlinl {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.preloader {
  z-index: 100;
  background-color: #000;
  background-image: radial-gradient(circle, #0a0a0a, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-3349545 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-35 {
  opacity: .72;
  width: 5vw;
  margin-bottom: -14vh;
  position: relative;
}

.image-37 {
  width: 10vw;
  margin-bottom: 2vh;
}

.text-block-102 {
  color: #1d8148;
  text-align: center;
}

.bold-text-13 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 15px #fff3;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: 1.1vw;
  line-height: 1.1vw;
}

@media screen and (min-width: 1280px) {
  .body {
    background-image: url('../images/Noisex10.png'), linear-gradient(#ffffffde, #ffffffde);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .heading {
    font-size: 4vw;
  }

  .main-nav {
    z-index: 2;
    display: flex;
  }

  .div-block-22 {
    background-color: #c9c8c7;
    width: 25%;
  }

  .div-block-22:hover {
    background-color: #c9c8c7;
  }

  .div-block-22.w--current {
    background-color: #e4c201;
  }

  .div-block-23 {
    color: #949494;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #db7e7e1c;
    text-transform: uppercase;
    font-family: Shentoxtrial Bd, sans-serif;
    font-size: 1vw;
    line-height: 1vw;
  }

  .div-block-23:hover {
    color: #ffd900;
  }

  .div-block-23.w--current {
    color: #e4c201;
  }

  .div-block-23.logo {
    height: 5vh;
  }

  .text-block-5 {
    color: #fff;
    letter-spacing: .2vw;
    font-size: 1vw;
  }

  .text-block-5:hover {
    color: #ffc209;
  }

  .heading-8 {
    color: #949494;
    font-family: PT Serif, serif;
  }

  .div-block-34 {
    margin-left: 13vw;
    margin-right: 3vw;
  }

  .text-box.info {
    font-size: 1.3vw;
    line-height: 2.5vw;
  }

  .h1-sub {
    color: #ffc45d;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0000001f;
    margin-bottom: 2vh;
    font-family: Roboto, sans-serif;
  }

  .h1-sub.info {
    font-size: 1.5vw;
  }

  .main-text {
    font-size: 1.6vw;
    font-weight: 300;
    line-height: 3vw;
  }

  .main-text.bold {
    font-size: 1.5vw;
  }

  .h1-main {
    border-left-width: .5vw;
    border-left-color: #ffc45d;
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .h1-main.bottom {
    border-left-color: #f8c631;
  }

  .div-block-45 {
    width: auto;
    margin-left: 13vw;
    margin-right: 3vw;
  }

  .text-block-22 {
    font-size: 1.5vw;
  }

  .footer {
    filter: contrast(105%);
    background-image: linear-gradient(#0000001f, #0000001f), linear-gradient(225deg, #0000, #0000009c), url('../images/Vonfal-Lobby-2.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-left: 13vw;
  }

  .div-block-198 {
    grid-template-columns: .75fr .75fr;
    margin-left: 13vw;
    margin-right: 3vw;
  }

  .div-block-204, .projects {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-21 {
    letter-spacing: 1px;
    border-left-color: #c9c8c7;
  }

  .div-block-214 {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .heading-27 {
    margin-bottom: 3vw;
    font-size: 2.5vw;
    line-height: 2.6vw;
  }

  .social-buttons._2 {
    font-weight: 300;
  }

  .heading-31 {
    text-align: left;
  }

  .text-block-28.bold {
    text-align: left;
    font-size: 2vw;
  }

  .link-3._2 {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }

  .mobile-navigation {
    display: none;
  }

  .service-div {
    align-items: flex-start;
  }

  .div-block-3349442 {
    border-left-width: .5vw;
    border-left-color: #ffc45d;
  }

  .div-block-3349442.contact {
    border-left-color: #c9c8c7;
  }

  .div-block-3349448 {
    display: block;
  }

  .seperation-bar {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .navigation-text {
    font-family: Roboto, sans-serif;
    font-size: 1vw;
  }

  .div-block-3349512 {
    padding-bottom: 10vh;
  }

  .heading-34 {
    font-family: Shentoxtrial Lt, sans-serif;
    line-height: 4.5vw;
  }

  .text-block-78 {
    margin-left: -.3vw;
  }

  .heading-35 {
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .button-3 {
    color: #ffc869;
    font-weight: 300;
  }

  .div-block-3349523 {
    margin-left: 13vw;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    background-image: url('../images/Noisex10.png'), linear-gradient(#ffffffe6, #ffffffe6);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .heading {
    font-size: 4vw;
  }

  .main-nav {
    z-index: 2;
  }

  .div-block-23 {
    font-family: Shentoxtrial Smbd, sans-serif;
  }

  .div-block-34 {
    grid-column-gap: 88px;
    margin-left: 13vw;
    margin-right: 5vw;
  }

  .div-block-36._2 {
    background-position: 130%;
  }

  .h1-sub {
    color: #c9c8c7;
    -webkit-text-stroke-color: #ffbd26;
    margin-bottom: 4vh;
    font-family: Roboto, sans-serif;
    font-size: 1.1vw;
  }

  .h1-sub.info {
    color: #ffbd26;
    font-family: Roboto, sans-serif;
    font-size: 1.4vw;
  }

  .main-text {
    color: #000;
    margin-bottom: 10vh;
    font-family: Roboto, sans-serif;
    font-size: 1.4vw;
    line-height: 2.8vw;
  }

  .main-text.bold {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.4vw;
    font-weight: 100;
    line-height: 2.8vw;
  }

  .h1-main {
    border-left-color: #ffbd26;
    margin-bottom: 5vh;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .div-block-45 {
    border-radius: 1.5vw;
    margin-left: 13vw;
    margin-right: 5vw;
  }

  .text-block-22 {
    font-size: 1.4vw;
  }

  .footer {
    background-image: linear-gradient(#00000047, #00000047), linear-gradient(225deg, #0000, #0000009c 76%), url('../images/Vonfal-Lobby-2.jpg');
    background-position: 0 0, 0 0, 30px 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    margin-top: 20vh;
  }

  .div-block-198 {
    grid-column-gap: 3vw;
    grid-template-columns: .75fr .75fr;
    margin-right: 5vw;
  }

  .heading-21 {
    border-left-color: #c9c8c7;
    margin-bottom: 5vh;
    font-family: PT Serif, serif;
    font-size: 4vw;
  }

  .div-block-214 {
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-top: 0;
  }

  .div-block-218 {
    margin-bottom: 0;
  }

  .heading-27 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .heading-30 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .social-buttons {
    background-color: #000;
    border-radius: .3vw;
    font-family: Shentoxtrial Md, sans-serif;
    font-size: .6vw;
  }

  .social-buttons._2 {
    font-size: 1vw;
  }

  .div-block-3349427 {
    filter: brightness(93%);
    background-position: 50% 0;
    border-radius: 1.5vw;
  }

  .services-wrapper {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-image: linear-gradient(135deg, #00000014 45%, #47afca00);
    border-top-style: none;
    border-radius: 1.5vw;
  }

  .services-wrapper.last {
    margin-bottom: 2vw;
    padding-bottom: 3vw;
  }

  .text-block-28 {
    font-family: Shentoxtrial Th, sans-serif;
    font-size: 1vw;
    line-height: 2vw;
  }

  .text-block-28.bold {
    border-left-width: .4vw;
    line-height: 2.5vw;
  }

  .text-block-28.bold.start {
    font-family: Shentoxtrial Bd, sans-serif;
    line-height: 1.7vw;
  }

  .text-block-28.bold.h1 {
    text-align: left;
    text-transform: uppercase;
  }

  .text-block-28.service-intro {
    font-family: Roboto, sans-serif;
    font-size: 1.4vw;
    font-weight: 100;
    line-height: 3vw;
  }

  .div-block-3349435 {
    margin-right: 3vw;
  }

  .link-3._2 {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .div-block-3349440 {
    filter: contrast(168%);
    background-color: #6b6b6b;
    background-image: url('../images/Wallpaper-SvF.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 2vw;
    width: auto;
    height: auto;
    padding: 5vw;
  }

  .text-block-32 {
    font-family: Shentoxtrial Smbd, sans-serif;
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .div-block-3349442 {
    border-left-color: #ffbd26;
  }

  .div-block-3349442.contact {
    border-left-color: #c9c8c7;
  }

  .div-block-3349449 {
    margin-bottom: 5vh;
  }

  .small-video-banners {
    height: 40vh;
  }

  .div-block-3349452 {
    width: 5vw;
    height: 5vw;
  }

  .div-block-3349454 {
    color: #ffbd26;
  }

  .div-block-3349458 {
    background-position: 130%;
    align-items: center;
    display: flex;
  }

  .div-block-3349516 {
    width: 1.2vw;
    height: 1.2vw;
    font-size: 1vw;
  }

  .div-block-3349512 {
    padding-right: 2vw;
  }

  .heading-34 {
    text-shadow: 0 1px 1px #0000004f;
    font-family: Exo, sans-serif;
    font-size: 3.5vw;
    font-weight: 300;
    line-height: 4vw;
  }

  .text-block-78 {
    margin-left: 0;
  }

  .heading-35 {
    text-shadow: 0 1px 1px #0000004f;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    font-weight: 100;
    line-height: 3vw;
  }

  .button-3 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }

  .div-block-3349523 {
    margin-top: 10vh;
  }

  .image-25 {
    width: 16vw;
  }

  .image-25.t {
    width: 14vw;
  }

  .image-25.spotify {
    width: 22vw;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-2 {
    margin-right: 0;
  }

  .div-block-22.w--current {
    background-color: #ffb833;
  }

  .div-block-23 {
    font-family: Open Sans, sans-serif;
  }

  .div-block-23.w--current {
    color: #ffb833;
  }

  .heading-8 {
    font-family: PT Serif, serif;
  }

  .div-block-36._2 {
    background-image: url('../images/Companion2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
  }

  .h1-sub {
    color: #ffbe4d;
    font-family: Open Sans, sans-serif;
  }

  .h1-sub.info {
    color: #dfa41d;
    -webkit-text-stroke-width: 0px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 2vw;
  }

  .main-text {
    font-family: Roboto, sans-serif;
  }

  .main-text.bold {
    font-family: Roboto, sans-serif;
    font-size: 1.4vw;
    line-height: 2.2vw;
  }

  .h1-main {
    border-left-width: .5vw;
    border-left-color: #ffbe4d;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .div-block-45 {
    width: auto;
    margin-left: 13vw;
  }

  .text-block-22 {
    line-height: 2.5vw;
  }

  .footer {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #000000c9), url('../images/Vonfal-Lobby-2.jpg');
  }

  .heading-21 {
    font-family: PT Serif, serif;
    font-size: 4vw;
  }

  .div-block-218 {
    padding-bottom: 3vh;
  }

  .heading-27 {
    letter-spacing: 1px;
    font-size: 2.8vw;
  }

  .social-buttons._2 {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: .8vw;
    font-weight: 300;
  }

  .services-wrapper {
    padding-bottom: 0;
  }

  .text-block-28 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .text-block-28.bold {
    border-left: .2vw solid #ffb833;
    padding-left: 1vw;
    font-size: 1.5vw;
  }

  .text-block-28.service-intro {
    font-family: Roboto, sans-serif;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 2.2vw;
  }

  .service-div, .service-div.first {
    border-top-style: none;
  }

  .div-block-3349442 {
    border-left-width: .5vw;
    border-left-color: #ffbe4d;
  }

  .small-video-banners {
    height: 60vh;
  }

  .navigation-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .div-block-3349458 {
    background-color: #a0333300;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-3349516 {
    width: 1.5vw;
    height: 1.5vw;
  }

  .div-block-3349512 {
    padding-bottom: 10vh;
  }

  .heading-34 {
    font-family: Shentoxtrial Bdit, sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 3vw;
  }

  .hero-banner-video {
    background-image: linear-gradient(139deg, #0b111ac2, #fff0 34%), linear-gradient(207deg, #0000008c, #0000 27%), linear-gradient(0deg, #00000059, #0000), linear-gradient(225deg, #0000 34%, #000);
  }

  .heading-35 {
    font-family: Roboto, sans-serif;
    font-size: 1.3vw;
    font-weight: 100;
    line-height: 2.3vw;
  }

  .heading-36 {
    font-size: 3.3vw;
    line-height: 4vw;
  }

  .div-block-3349517 {
    width: 75%;
  }

  .button-3 {
    letter-spacing: 1px;
    border-radius: 50vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: .7vw;
    font-weight: 300;
    line-height: 2vw;
  }

  .text-looper {
    width: 200vw;
    height: auto;
    overflow: hidden;
  }

  .logo-client {
    flex: 0 auto;
    width: 15vw;
    height: 30vh;
    margin-right: 5vw;
  }

  .loop-wrapper {
    display: flex;
  }

  .loop-text {
    flex: 0 auto;
    align-self: stretch;
  }

  .preloader {
    z-index: 100;
    background-color: #000;
    background-image: radial-gradient(circle, #0a0a0a, #000 36%);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-35 {
    width: 4vw;
  }

  .image-37 {
    width: 8vw;
    margin-bottom: 2vh;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-2 {
    margin-top: 0;
    padding-top: 10vh;
  }

  .section-2 {
    padding-top: 40px;
  }

  .section-2.take-off {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-circle-black, .project-circle-black.black {
    width: 80px;
    height: 80px;
  }

  .text-rotator {
    font-size: 54px;
    line-height: 46px;
  }

  .filter-image.logo {
    width: 20vw;
  }

  .main-nav {
    display: none;
  }

  .div-block-24 {
    justify-content: center;
    padding-top: 5vh;
  }

  .div-block-25.right {
    width: auto;
  }

  .div-block-31 {
    align-items: center;
    width: 80%;
    height: auto;
  }

  .div-block-32 {
    display: none;
  }

  .div-block-34 {
    grid-column-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    margin-top: 10vh;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .div-block-35 {
    display: none;
  }

  .div-block-38 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vh;
    display: flex;
  }

  .text-box.info {
    font-family: Shentoxtrial Lt, sans-serif;
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .heading-15 {
    text-align: center;
    margin-bottom: 10vh;
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .h1-sub {
    color: #ffb833;
    text-align: center;
    overflow-wrap: normal;
    font-family: Open Sans, sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 3vw;
  }

  .h1-sub.h1 {
    text-align: center;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .main-text {
    text-align: center;
    margin-bottom: 5vh;
    font-size: 2.8vw;
    line-height: 4.4vw;
  }

  .main-text.bold {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .heading-16 {
    margin-bottom: 3vh;
  }

  .h1-main {
    text-align: center;
    border-left-style: none;
    border-left-width: 3px;
    margin-bottom: 2vh;
    font-size: 7vw;
    line-height: 7vw;
  }

  .h1-main.clients {
    text-align: left;
    border-left-style: solid;
    border-left-width: .8vw;
    padding-left: 2vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-block-42 {
    display: none;
  }

  .div-block-45 {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .text-block-22 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .text-block-22.footer-intro {
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-block-22.footer-intro._2 {
    font-size: 2.3vw;
    line-height: 3.2vw;
  }

  .text-block-22._3 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .div-block-195 {
    padding-right: 0%;
  }

  .footer {
    background-image: linear-gradient(#0000, #0000), linear-gradient(225deg, #0000, #000000e6), url('../images/Lobby-V3.jpg');
    background-position: 0 0, 0 0, 30%;
    padding-left: 5vw;
  }

  .div-block-190 {
    justify-content: flex-end;
  }

  .div-block-192, .div-block-193 {
    padding-left: 0;
  }

  .div-block-186 {
    grid-template-columns: 1fr;
  }

  .div-block-198 {
    grid-column-gap: 0px;
    grid-template-columns: 1.25fr;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .div-block-202 {
    display: none;
  }

  .text-rotator-2 {
    font-size: 54px;
    line-height: 46px;
  }

  .projects {
    padding-left: 5vw;
    padding-right: 5vw;
    display: none;
  }

  .text-block-23 {
    font-size: 2vw;
    line-height: 2.5vw;
    display: flex;
  }

  .heading-21 {
    border-left-style: none;
    margin-bottom: 4vh;
    padding-left: 0;
    font-size: 8vw;
    line-height: 8.5vw;
    display: flex;
  }

  .div-block-214 {
    width: 100%;
    margin-bottom: 10vh;
    overflow: hidden;
  }

  .div-block-215 {
    justify-content: flex-start;
    width: 100%;
    height: 70vh;
  }

  .div-block-94 {
    height: 70vh;
  }

  .div-block-95 {
    margin-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 5vw;
  }

  .heading-22 {
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  .heading-26 {
    letter-spacing: 0;
    width: 80%;
    font-family: Open Sans, sans-serif;
    font-size: 2vw;
    font-weight: 600;
    line-height: 3vw;
  }

  .text-block-24 {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .div-block-216 {
    justify-content: flex-start;
    width: 100%;
    height: 70vh;
  }

  .div-block-217 {
    height: 70vh;
  }

  .div-block-218 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 5vh;
    padding-left: 3vw;
    padding-right: 5vw;
    display: flex;
  }

  .heading-27 {
    color: #fab643;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5vw;
    font-family: PT Serif, serif;
    font-size: 6vw;
    line-height: 5vw;
  }

  .heading-28 {
    letter-spacing: 0;
    width: 80%;
    font-family: Open Sans, sans-serif;
    font-size: 2vw;
    font-weight: 600;
    line-height: 3vw;
  }

  .text-block-25 {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .div-block-219 {
    justify-content: flex-start;
    width: 100%;
    height: 70vh;
  }

  .div-block-220 {
    height: 70vh;
  }

  .heading-29 {
    letter-spacing: 0;
    width: 80%;
    font-family: Open Sans, sans-serif;
    font-size: 2vw;
    font-weight: 600;
    line-height: 3vw;
  }

  .text-block-26 {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .div-block-90 {
    background-size: 50vw;
    height: 50vh;
  }

  .background-video-7 {
    border-radius: 2vw;
  }

  .social-buttons {
    background-color: #050505;
    border-radius: 1vw;
    margin-right: 1vw;
    font-size: 1.5vw;
  }

  .social-buttons._2 {
    font-family: Open Sans, sans-serif;
    font-size: 1.2vw;
  }

  .div-block-3349426 {
    text-align: center;
    justify-content: center;
  }

  .services-wrapper {
    border-radius: 4vw;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 15vw;
    padding-top: 0;
  }

  .div-block-3349430 {
    height: 70vh;
  }

  .heading-31 {
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 3vw;
    font-family: Shentoxtrial Lt, sans-serif;
    font-size: 2vw;
    font-weight: 600;
    line-height: 3vw;
  }

  .text-block-28 {
    text-align: center;
    margin-bottom: 3vh;
    font-size: 2vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .text-block-28.bold {
    text-align: center;
    border-left-style: none;
    margin-bottom: 2vh;
    font-family: PT Serif, serif;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .text-block-28.service-intro {
    font-size: 3vw;
    font-weight: 100;
    line-height: 5vw;
  }

  .div-block-3349431 {
    justify-content: flex-start;
    width: 100%;
    height: 70vh;
  }

  .div-block-3349432 {
    height: 70vh;
  }

  .heading-32 {
    letter-spacing: 0;
    width: 80%;
    font-family: Open Sans, sans-serif;
    font-size: 2vw;
    font-weight: 600;
    line-height: 3vw;
  }

  .text-block-29 {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .div-block-3349433 {
    justify-content: flex-start;
    width: 100%;
    height: 70vh;
  }

  .div-block-3349434 {
    height: 70vh;
  }

  .heading-33 {
    letter-spacing: 0;
    width: 80%;
    font-family: Open Sans, sans-serif;
    font-size: 2vw;
    font-weight: 600;
    line-height: 3vw;
  }

  .text-block-30 {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .div-block-3349435 {
    width: 15vw;
    height: 15vw;
    margin-top: 1vh;
  }

  .link-3 {
    text-align: center;
  }

  .link-3._2 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .div-block-3349436 {
    background-color: #000;
    background-image: url('../images/Lobby-V3.jpg');
    background-position: 48%;
    background-size: cover;
    border-radius: 2vw;
    width: 100%;
    height: 70vh;
    margin-bottom: 2vh;
  }

  .mobile-vonfal-office {
    background-color: #000;
    background-image: url('../images/unnamed23.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 2vw;
    width: 100%;
    height: 70vh;
    margin-bottom: 5vh;
    display: flex;
    overflow: hidden;
  }

  .mobile-vonfal-office._2 {
    background-image: url('../images/Avatar-Green-Bg.jpg');
    border: 1px #000;
    align-items: flex-start;
    height: 80vh;
  }

  .background-video-9 {
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .mobile-navigation {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #000000c9;
    width: 100%;
    height: 5vh;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-3349438 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .div-block-3349439 {
    border-bottom: 6px #000;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    display: flex;
  }

  .div-block-3349439:hover {
    color: #f8c631;
    border-bottom-color: #fff;
  }

  .div-block-3349439.w--current {
    background-image: radial-gradient(circle, #f8c6313d, #fff0 71%);
    border-bottom-color: #cf9b57;
  }

  .text-block-31 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 2vw;
    font-weight: 100;
    line-height: 2vw;
  }

  .text-span-10 {
    text-align: center;
    font-family: Shentoxtrial Smbd, sans-serif;
  }

  .div-block-3349440 {
    background-image: linear-gradient(#181818b0, #181818b0), url('../images/Hands.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 2vw;
    align-items: center;
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-block-32 {
    text-align: center;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .image-3 {
    display: block;
  }

  .service-div {
    border-top: .1vw #363636;
    justify-content: center;
    align-items: center;
  }

  .service-div.first {
    text-align: left;
  }

  .div-block-3349442 {
    border-left-style: none;
    border-left-width: 3px;
    justify-content: center;
    height: auto;
    margin-bottom: 2vh;
  }

  .div-block-3349442.contact {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-3349443 {
    background-color: #f8c631;
    width: 10vw;
    height: 1vw;
    display: flex;
  }

  .div-block-3349444 {
    flex-direction: row;
    display: flex;
  }

  .div-block-3349445 {
    width: 20vw;
    height: 3vw;
  }

  .div-block-3349446 {
    width: 20vw;
    height: 2vw;
  }

  .div-block-3349447 {
    height: 10vw;
  }

  .div-block-3349448 {
    background-color: #ffb833;
    width: 12vw;
    height: .8vw;
    display: block;
  }

  .div-block-3349448.contact {
    background-color: #c9c8c7;
    width: 10vw;
    height: .8vw;
  }

  .seperation-bar {
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw;
    display: flex;
  }

  .seperation-bar.contact {
    justify-content: flex-start;
  }

  .seperation-bar.top {
    margin-bottom: 8vw;
  }

  .small-video-banners {
    height: 50vh;
  }

  .services-video._2 {
    filter: contrast(110%);
  }

  .div-block-3349452 {
    width: 13vw;
    height: 13vw;
    margin-left: 10vw;
  }

  .div-block-3349453 {
    grid-column-gap: 45px;
  }

  .div-block-3349457 {
    align-items: flex-end;
  }

  .div-block-3349459 {
    background-image: url('../images/Companion-Flipped.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 100%;
    height: 60vh;
  }

  .div-block-3349460 {
    mix-blend-mode: screen;
    background-image: url('../images/Companion2-Flip.gif');
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: 60vh;
  }

  .section-3 {
    padding-top: 40px;
  }

  .section-3.take-off {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-3349516 {
    width: 3vw;
    height: 3vw;
  }

  .div-block-3349508 {
    margin-left: 2vw;
    padding-top: 2vh;
  }

  .div-block-3349505 {
    flex-flow: row;
    padding-right: 5vw;
  }

  .div-block-3349512 {
    padding-bottom: 19vh;
    padding-right: 5vw;
  }

  .heading-34 {
    text-align: left;
    letter-spacing: -1px;
    font-family: Shentoxtrial Md, sans-serif;
    font-size: 4vw;
    font-style: italic;
    font-weight: 300;
    line-height: 5vw;
  }

  .div-block-3349515 {
    font-size: 1.5vw;
  }

  .text-block-78 {
    letter-spacing: 0;
  }

  .image-24 {
    width: 30vw;
  }

  .text-block-90 {
    letter-spacing: 0;
    font-family: Shentoxtrial Md, sans-serif;
  }

  .hero-banner-video {
    background-image: linear-gradient(94deg, #0b111ac2, #fff0 51%), linear-gradient(207deg, #0000008c, #0000 48%), linear-gradient(0deg, #00000059, #0000), linear-gradient(#0000 69%, #000);
  }

  .heading-35 {
    text-align: left;
    letter-spacing: 0;
    font-family: Roboto, sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 300;
    line-height: 4vw;
  }

  .heading-36 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .button-3 {
    background-color: #cdcecf2e;
    border-radius: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.8vw;
    font-weight: 300;
    line-height: 3vw;
  }

  .text-looper {
    margin-top: 0;
  }

  .logo-client {
    width: 35vw;
  }

  .loop-text {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .image-35 {
    width: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-top: 0;
    font-size: 5vw;
    line-height: 7vw;
  }

  .section-2 {
    padding-top: 21px;
  }

  .section-2.take-off {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-circle-black {
    display: none;
  }

  .filter-image.logo {
    width: 15vw;
    font-size: 5px;
  }

  .h1-sub.info {
    font-family: Roboto, sans-serif;
    font-size: 2vw;
    font-weight: 400;
  }

  .main-text {
    font-size: 3vw;
    line-height: 6vw;
  }

  .main-text.bold, .text-block-22 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .footer {
    height: auto;
    padding-top: 5vh;
  }

  .social-buttons._2 {
    line-height: 1vw;
  }

  .text-block-28.bold {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 6vw;
  }

  .text-block-28.service-intro {
    line-height: 6vw;
  }

  .div-block-3349435, .link-3._2 {
    display: none;
  }

  .mobile-vonfal-office._2 {
    background-position: 50% 0;
  }

  .mobile-navigation {
    height: 3vh;
  }

  .div-block-3349439 {
    font-size: 1vw;
  }

  .text-block-31 {
    font-size: 1.5vw;
  }

  .div-block-3349459, .div-block-3349460 {
    height: 50vh;
  }

  .section-3 {
    padding-top: 21px;
  }

  .section-3.take-off {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-banner-video {
    padding-bottom: 3vh;
  }

  .heading-35 {
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .button-3 {
    background-color: #a9aaac2e;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-35 {
    margin-bottom: -10vh;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 6vw;
    line-height: 9vw;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10vh;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.take-off {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .text-rotator {
    font-size: 46px;
  }

  .start-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .filter-image.logo {
    width: 40vw;
  }

  .div-block-24 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 5vh;
  }

  .div-block-31 {
    height: auto;
  }

  .div-block-34 {
    margin-top: 10vh;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-38 {
    margin-bottom: 5vh;
  }

  .text-box.info {
    margin-top: 0;
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-15 {
    margin-top: 0;
    margin-bottom: 2vh;
    font-size: 8vw;
    line-height: 8vw;
  }

  .h1-sub {
    color: #ffb833;
    font-family: Open Sans, sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 5vw;
  }

  .h1-sub.h1 {
    margin-bottom: 2vh;
    font-size: 4vw;
    line-height: 5vw;
  }

  .h1-sub.info {
    margin-bottom: 4vh;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
  }

  .main-text {
    text-align: justify;
    font-family: Open Sans, sans-serif;
    font-size: 5vw;
    line-height: 8vw;
  }

  .main-text.bold {
    text-align: center;
    width: 80vw;
    font-family: Roboto, sans-serif;
    font-size: 5vw;
    font-weight: 300;
    line-height: 8vw;
    position: static;
  }

  .heading-16 {
    line-height: 9vw;
  }

  .h1-main {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 8vw;
    line-height: 11vw;
  }

  .h1-main.bottom {
    line-height: 9vw;
  }

  .h1-main.clients {
    text-align: left;
    border-left-style: solid;
    border-left-width: 2vw;
    padding-left: 1vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-45 {
    border-radius: 0;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-22 {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 5vw;
    font-weight: 300;
    line-height: 7.5vw;
  }

  .text-block-22.footer-intro {
    font-size: 4vw;
    line-height: 6vw;
    position: static;
  }

  .text-block-22._3 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-191 {
    justify-content: center;
    align-items: center;
  }

  .footer {
    background-image: linear-gradient(#00000047, #00000047), linear-gradient(225deg, #0000, #0000009c), url('../images/Vonfal-Lobby-2.jpg');
    background-position: 0 0, 0 0, 48%;
    background-attachment: scroll, scroll, fixed;
    height: auto;
    margin-top: 5vh;
    padding-top: 10vh;
  }

  .div-block-190, .div-block-192 {
    justify-content: center;
    align-items: center;
  }

  .div-block-197 {
    justify-content: flex-start;
  }

  .div-block-193 {
    align-items: center;
  }

  .div-block-188 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .div-block-186 {
    height: 100%;
  }

  .div-block-198 {
    grid-template-columns: 1.25fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-rotator-2 {
    font-size: 46px;
  }

  .div-block-204 {
    width: 100%;
    padding-bottom: 0;
  }

  .text-block-23 {
    text-align: center;
    font-size: 4vw;
    line-height: 5vw;
    display: flex;
  }

  .heading-21 {
    justify-content: center;
    margin-bottom: 10vh;
    font-family: PT Serif, serif;
    font-size: 11vw;
    display: flex;
  }

  .div-block-214 {
    margin-bottom: 2vh;
  }

  .div-block-215 {
    height: auto;
  }

  .div-block-94 {
    background-position: 0 0, 60%;
    height: 50vh;
  }

  .heading-22 {
    margin-bottom: 2vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-26 {
    margin-bottom: 4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-24 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .div-block-216 {
    height: auto;
  }

  .div-block-217 {
    background-position: 0 0, 60%;
    height: 50vh;
  }

  .div-block-217._2 {
    background-position: 0 0, 70%;
  }

  .div-block-218 {
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-27 {
    color: #ffb833;
    margin-bottom: 10vw;
    font-family: PT Serif, serif;
    font-size: 8vw;
    line-height: 10vw;
  }

  .heading-28 {
    margin-bottom: 4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-25 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .div-block-219 {
    height: auto;
  }

  .div-block-220 {
    background-position: 0 0, 60%;
    height: 50vh;
  }

  .div-block-220._3 {
    background-position: 0 0, 70%;
  }

  .heading-29 {
    margin-bottom: 4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-26 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .background-video-7 {
    border-radius: 0;
  }

  .heading-30 {
    font-size: 18vw;
    line-height: 17vw;
  }

  .social-buttons {
    border-radius: 2vw;
    margin-right: 2vw;
    font-size: 3vw;
  }

  .social-buttons._2 {
    margin-bottom: 2vh;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    font-weight: 100;
    line-height: 8vw;
  }

  .div-block-3349426 {
    justify-content: center;
    align-items: center;
  }

  .services-wrapper {
    border-radius: 5vw;
    height: auto;
    margin-bottom: 20vw;
    padding-top: 0;
  }

  .div-block-3349430 {
    background-position: 0 0, 60%;
    height: 50vh;
  }

  .heading-31 {
    margin-bottom: 4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-28 {
    color: #dbdbdb;
    font-family: Open Sans, sans-serif;
    font-size: 4.5vw;
    line-height: 8vw;
  }

  .text-block-28.bold {
    color: #ffb833;
    border-top: .2vw #ffb833;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5vh;
    padding-left: 0;
    font-family: PT Serif, serif;
    font-size: 6vw;
    line-height: 8vw;
  }

  .text-block-28.service-intro {
    text-align: justify;
    font-family: Roboto, sans-serif;
    font-size: 5vw;
    font-weight: 100;
    line-height: 8vw;
  }

  .div-block-3349431 {
    height: auto;
  }

  .div-block-3349432 {
    background-position: 0 0, 60%;
    height: 50vh;
  }

  .div-block-3349432._2 {
    background-position: 0 0, 70%;
  }

  .heading-32 {
    margin-bottom: 4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-29 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .div-block-3349433 {
    height: auto;
  }

  .div-block-3349434 {
    background-position: 0 0, 60%;
    height: 50vh;
  }

  .div-block-3349434._3 {
    background-position: 0 0, 70%;
  }

  .heading-33 {
    margin-bottom: 4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-30 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .div-block-3349435 {
    width: 20vw;
    height: 20vw;
    display: flex;
  }

  .link-3._2 {
    font-size: 3.5vw;
    line-height: 5vw;
    display: block;
  }

  .div-block-3349436 {
    border-radius: 4vw;
    height: 40vh;
    margin-bottom: 2vh;
  }

  .mobile-vonfal-office {
    background-image: url('../images/unnamed23.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 4vw;
    height: 40vh;
  }

  .mobile-vonfal-office._2 {
    background-image: url('../images/Avatar-Green-Bg.jpg');
    height: 70vh;
    padding-right: 0;
  }

  .mobile-navigation {
    z-index: 200;
    height: 5vh;
  }

  .text-block-31 {
    font-size: 3vw;
  }

  .div-block-3349440 {
    background-color: #000;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Hands.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 5vw;
    justify-content: flex-end;
    height: auto;
    padding-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-32 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .service-div {
    border-top-style: none;
    justify-content: center;
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 0;
  }

  .service-div.first {
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-3349442 {
    padding-left: 0;
  }

  .div-block-3349442.contact {
    justify-content: center;
    width: 90vw;
  }

  .div-block-3349448 {
    background-color: #ffb833;
    height: 1.5vw;
  }

  .seperation-bar.contact {
    justify-content: center;
  }

  .seperation-bar.top {
    margin-top: 2vh;
    margin-bottom: 3vh;
  }

  .small-video-banners {
    height: 60vh;
  }

  .div-block-3349452 {
    width: 17vw;
    height: 17vw;
    margin-left: 5vw;
  }

  .div-block-3349453 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-3349454 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-3349455 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 2vh;
  }

  .div-block-3349456, .div-block-3349457 {
    justify-content: center;
    align-items: center;
  }

  .div-block-3349459 {
    height: 40vh;
  }

  .div-block-3349460 {
    background-image: none;
  }

  .footer-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.take-off {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .div-block-3349516 {
    width: 6vw;
    height: 6vw;
  }

  .div-block-3349508 {
    width: 20vw;
    margin-left: 5vw;
    position: static;
  }

  .div-block-3349505 {
    padding-right: 5vw;
  }

  .heading-34 {
    text-align: left;
    letter-spacing: -1px;
    width: 90vw;
    margin-left: -20vw;
    padding-right: 2vw;
    font-family: Shentoxtrial Smbdit, sans-serif;
    font-size: 6.8vw;
    font-weight: 800;
    line-height: 9vw;
    position: relative;
  }

  .div-block-3349515 {
    flex: 0 auto;
    display: flex;
  }

  .div-block-3349515.live {
    justify-content: flex-end;
    align-items: center;
    width: 50vw;
  }

  .div-block-3349515.linkintro {
    display: none;
  }

  .text-block-78 {
    margin-left: -2vw;
    font-size: 4vw;
  }

  .image-24 {
    width: 40vw;
    position: absolute;
  }

  .div-block-3349509 {
    width: 20vw;
  }

  .hero-content-grid {
    grid-template-columns: 2.75fr .25fr;
  }

  .hero-banner-video {
    border-radius: 6vw;
    justify-content: flex-end;
    align-items: stretch;
    height: 110vh;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-bottom: 3vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-35 {
    text-align: justify;
    letter-spacing: 0;
    width: auto;
    margin-top: 0;
    margin-bottom: 2vh;
    margin-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    font-size: 4.5vw;
    font-style: normal;
    font-weight: 300;
    line-height: 6vw;
    position: relative;
  }

  .heading-36 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2vh;
    font-size: 8vw;
    line-height: 10vw;
  }

  .div-block-3349517 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    display: flex;
  }

  .button-3 {
    border-radius: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4vw;
    font-weight: 300;
    line-height: 6vw;
  }

  .text-looper {
    justify-content: center;
    align-items: center;
    width: 500vw;
    height: 40vh;
  }

  .logo-client {
    width: 40vw;
    margin-right: 10vw;
  }

  .logo-client._6 {
    background-size: 80%;
  }

  .loop-text {
    display: none;
  }

  .container {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-3349523 {
    margin-bottom: 5vh;
    margin-left: 5vw;
  }

  .preloader {
    z-index: 999999;
    background-image: radial-gradient(circle at 50% 40%, #1b1b1b, #000 53%);
    padding-bottom: 15vh;
    display: none;
  }

  .image-35 {
    width: 20vw;
    margin-bottom: -8vh;
  }

  .image-36 {
    width: 150vw;
    position: static;
  }

  .image-37 {
    width: 30vw;
    margin-bottom: 1vh;
  }

  .bold-text-13 {
    font-size: 3vw;
    line-height: 3vw;
  }
}

#w-node-dcbd2402-f9b0-5c3f-3b83-fa8a77e09605-b4a9d494, #w-node-_68c69ff6-e54a-ae94-7987-ff4bc349e398-b4a9d494, #w-node-c0e463d9-91f3-798e-be9b-bc756ae3a5cd-b4a9d494, #w-node-efb98959-4f80-765c-f3c4-3d05227edee0-b4a9d494, #w-node-_44805fe5-5639-9189-2ec2-1deb5d327f5b-b4a9d494, #w-node-_4883e29e-232f-062a-bb15-88444dd6ec26-b4a9d494, #w-node-e69cf69c-a717-3aaf-c8d9-5c052fd4c7a9-b4a9d494, #w-node-_84457b65-f77f-d551-94d3-b88efa0be44c-b4a9d494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Shentoxtrial Md';
  src: url('../fonts/ShentoxTRIAL-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Thit';
  src: url('../fonts/ShentoxTRIAL-ThIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ultltit';
  src: url('../fonts/ShentoxTRIAL-UltLtIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Lt';
  src: url('../fonts/ShentoxTRIAL-Lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Th';
  src: url('../fonts/ShentoxTRIAL-Th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ultlt';
  src: url('../fonts/ShentoxTRIAL-UltLt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Smbdit';
  src: url('../fonts/ShentoxTRIAL-SmBdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ltit';
  src: url('../fonts/ShentoxTRIAL-LtIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Smbd';
  src: url('../fonts/ShentoxTRIAL-SmBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Bdit';
  src: url('../fonts/ShentoxTRIAL-BdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Rgit';
  src: url('../fonts/ShentoxTRIAL-RgIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Rg';
  src: url('../fonts/ShentoxTRIAL-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Bd';
  src: url('../fonts/ShentoxTRIAL-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Mdit';
  src: url('../fonts/ShentoxTRIAL-MdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}