.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbardesktop {
  position: absolute;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.navlink {
  font-family: Staatliches, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink.w--current {
  color: #ff7725;
  text-decoration: none;
}

.container {
  width: 100vw;
}

.div-block {
  position: relative;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  max-width: 100vw;
  padding: 20px 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, 0.59)), to(transparent));
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.59) 50%, transparent);
}

.section1 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100vw;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  position: relative;
  z-index: 2;
  width: 65%;
  margin: 0px 40px 40px;
  padding-right: 0px;
  font-family: Syne, sans-serif;
  color: #212020;
  font-size: 20px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90vw;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image {
  position: relative;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  width: 33vw;
  height: auto;
  margin-top: 0px;
  margin-right: 40px;
  border: 1px none #000;
  border-radius: 50%;
  box-shadow: 0 0 15px 3px hsla(0, 0%, 46.9%, 0.23);
  opacity: 0.62;
}

.marquee {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 10vh 0px 5vh auto;
  padding-top: 0vh;
  padding-right: 10px;
  clear: both;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marqueimage {
  width: auto;
  height: 50vh;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 45%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: block;
  width: auto;
  height: auto;
  max-width: 10vw;
  margin-top: 220px;
  padding: 0px 0px 0px 10px;
  float: left;
}

.menu.home {
  top: 30%;
}

.section2 {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100vw;
  margin-bottom: 160px;
  padding: 0px;
}

.menu-item {
  position: relative;
  top: auto;
  z-index: 10;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.menu-item.workmenu {
  color: #000;
}

.homesection {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 100vh;
  margin-bottom: 0vh;
  padding: 10px 40px 40px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.clientsection {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 90vw;
  padding-top: 140px;
  padding-bottom: 70px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  max-height: none;
  margin-left: auto;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.clientimg {
  height: 40vh;
  margin-right: auto;
  margin-left: auto;
}

.clientdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin: 100px auto;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
}

.clientdiv.clientmove {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.44);
}

.clientdiv.clientmove-copy {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.44);
}

.clientdiv.clientmovedesk {
  position: relative;
  top: 200px;
}

.image-2 {
  height: 130px;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #ff7725;
  box-shadow: none;
}

.section3 {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 100vw;
  padding: 100px 0px;
}

.servicesection {
  display: none;
  overflow: hidden;
  width: 90vw;
  padding: 20px 20px 100px;
  float: right;
  color: #fff;
  text-align: left;
}

.preproduction {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 30px;
  float: left;
}

.heading {
  display: inline-block;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 5px 10px;
  clear: both;
  border-radius: 4px;
  background-color: #ff7725;
  font-family: Staatliches, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 10px;
  white-space: nowrap;
}

.paragraph-2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
}

.div-block-5 {
  position: relative;
  display: inline-block;
  width: 70%;
  max-width: 30vw;
  padding: 40px 10px 21px;
  float: right;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.text-block {
  width: auto;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 8px;
}

.image-3 {
  position: relative;
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1) translate(-20px, 0px);
  -ms-transform: scale(1.1) translate(-20px, 0px);
  transform: scale(1.1) translate(-20px, 0px);
}

.div-block-6 {
  display: inline-block;
  width: 49%;
  margin-top: 60vh;
  float: right;
}

.div-block-7 {
  float: left;
  text-align: left;
}

.production {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
  margin-top: 10vh;
  padding: 30px;
  float: right;
  clear: left;
}

.div-block-5-copy {
  position: relative;
  display: inline-block;
  width: 55%;
  padding: 21px 10px 21px 0px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.postproduction {
  display: block;
  width: 45%;
  margin-top: 60px;
  margin-left: 100px;
  float: left;
  clear: both;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preproduction-copy {
  width: 45%;
  float: left;
}

.postproductiondiv {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 21px 10px 21px 0px;
  float: left;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.postproduction1 {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 10vh;
  padding: 30px;
  float: left;
  clear: right;
}

.postproductiondiv1 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: right;
}

.div-block-9 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.postproduction-paragraph-2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Syne, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0px;
  white-space: normal;
}

.div-block-5-copy {
  position: relative;
  display: inline-block;
  width: 55%;
  padding: 21px 10px 21px 0px;
  float: right;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.postproduction-div-block-5 {
  position: relative;
  display: inline-block;
  width: 70%;
  max-width: 30vw;
  padding: 40px 10px 21px 0px;
  float: right;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: auto;
  height: 195px;
  -webkit-transform: scale(1.2) translate(430px, 750px);
  -ms-transform: scale(1.2) translate(430px, 750px);
  transform: scale(1.2) translate(430px, 750px);
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: auto;
  height: 100px;
  -webkit-transform: translate(370px, 650px);
  -ms-transform: translate(370px, 650px);
  transform: translate(370px, 650px);
}

.image-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 174px;
  border-radius: 12px 0px 0px 12px;
  background-color: #ff7725;
}

.productiondiv {
  position: relative;
  display: inline-block;
  width: 70%;
  max-width: 30vw;
  padding: 40px 10px 21px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.productionimage {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1) translate(10px, 0px);
  -ms-transform: scale(1.1) translate(10px, 0px);
  transform: scale(1.1) translate(10px, 0px);
}

.lineillustration {
  position: relative;
  z-index: 1;
  width: 7px;
  -webkit-transform: translate(650px, -180px);
  -ms-transform: translate(650px, -180px);
  transform: translate(650px, -180px);
}

.lineillustration.line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: auto;
  height: 380px;
  -webkit-transform: translate(800px, 0px);
  -ms-transform: translate(800px, 0px);
  transform: translate(800px, 0px);
}

.lineillustration-1 {
  position: relative;
  z-index: 1;
  width: 7px;
  -webkit-transform: translate(745px, -100px);
  -ms-transform: translate(745px, -100px);
  transform: translate(745px, -100px);
}

.lineillustration3 {
  position: relative;
  z-index: 1;
  width: 7px;
  -webkit-transform: translate(680px, -140px);
  -ms-transform: translate(680px, -140px);
  transform: translate(680px, -140px);
}

.lineillustration4 {
  position: relative;
  z-index: 1;
  width: 7px;
  -webkit-transform: translate(785px, -60px);
  -ms-transform: translate(785px, -60px);
  transform: translate(785px, -60px);
}

.worksection {
  position: relative;
  display: block;
  overflow: visible;
  width: 90vw;
  height: auto;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 6px none #000;
}

.section4 {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 140px 0px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section4._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100vw;
  padding: 0px 0px 40px;
}

.contactsection {
  position: relative;
  overflow: hidden;
  width: 90vw;
  padding: 70px 40px 40px;
  float: right;
}

.div-block-10 {
  width: 30%;
  margin-top: 30px;
  padding: 12px;
  float: left;
}

.div-block-11 {
  position: relative;
  width: 30%;
  margin-top: 110px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px;
  float: left;
}

.div-block-12 {
  position: relative;
  top: -70px;
  width: 33%;
  margin-top: 0px;
  padding: 12px;
  float: left;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
}

.text-block-3 {
  margin-bottom: 10px;
}

.div-block-13 {
  margin-top: 40px;
  color: #fff;
}

.contacticon {
  font-family: 'Fa solid 900', sans-serif;
  color: #ff7624;
  font-size: 25px;
  line-height: 25px;
}

.image-7 {
  width: 95%;
}

.image-8 {
  position: absolute;
  left: 27%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20%;
  -webkit-transform: translate(0px, 71px) scale(1.3);
  -ms-transform: translate(0px, 71px) scale(1.3);
  transform: translate(0px, 71px) scale(1.3);
}

.image-9 {
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-10 {
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-11 {
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-12 {
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-13 {
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 35%;
  opacity: 0.8;
  -webkit-transform: translate(29px, -70px);
  -ms-transform: translate(29px, -70px);
  transform: translate(29px, -70px);
}

.image-15 {
  position: absolute;
  left: auto;
  top: 22%;
  right: -15%;
  bottom: 0%;
  width: 100px;
  opacity: 0.8;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.image-16 {
  position: absolute;
  left: auto;
  top: auto;
  right: -6%;
  bottom: -6%;
  width: 167px;
  height: auto;
  -webkit-transform: translate(0px, -48px) scale(1.3);
  -ms-transform: translate(0px, -48px) scale(1.3);
  transform: translate(0px, -48px) scale(1.3);
}

.section-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.image-17 {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(104%) blur(0px);
  filter: brightness(104%) blur(0px);
  -webkit-transform: translate(0px, 14px);
  -ms-transform: translate(0px, 14px);
  transform: translate(0px, 14px);
}

.footer {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  border-bottom: 5px solid #000;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ff7725;
  color: #ff7725;
}

.link {
  padding: 5px 15px;
  border-right: 2px solid #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 7px;
  text-decoration: none;
}

.link2 {
  padding: 5px 15px;
  border-right: 2px solid #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  text-decoration: none;
}

.link3 {
  padding: 5px 15px;
  border-right: 2px solid #ff7624;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  text-decoration: none;
}

.link4 {
  padding: 5px 15px;
  border-right: 3px none #ff7624;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  text-decoration: none;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 9px;
  letter-spacing: 4px;
  text-decoration: none;
}

.link-2.insta {
  display: none;
}

.social {
  margin-right: 17px;
  border-radius: 50%;
  font-family: 'Fa brands 400', sans-serif;
  color: #000;
  font-size: 21px;
}

.copyright {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 21px;
  line-height: 22px;
}

.displayscreen {
  position: relative;
  overflow: hidden;
  width: 70vw;
  height: 70vh;
  padding: 0px;
  border-style: solid;
  border-width: 6px;
  border-color: #565656;
  border-radius: 8px;
  background-color: #000;
}

.film {
  position: relative;
  right: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1050vw;
  height: 100%;
  padding: 0px;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.displaywork {
  display: none;
  overflow: hidden;
  width: 70vw;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.work1 {
  width: auto;
  height: auto;
  margin-right: 40px;
  padding-bottom: 0px;
}

.work2 {
  width: auto;
  height: auto;
  margin-right: 40px;
}

.slide-nav {
  display: none;
}

.mask {
  width: auto;
  height: auto;
}

.slider {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.workimg {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-bottom: 0px;
  border-radius: 4px;
}

.right-arrow {
  height: auto;
  color: #6e6c6c;
}

.work3 {
  width: auto;
  height: auto;
}

.left-arrow {
  color: #6f6c6c;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15.carousel {
  position: relative;
  right: 0px;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0vh;
  padding: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Syne, sans-serif;
}

.copyrighttext {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

.div-block-17 {
  width: 100%;
  height: 10px;
  margin-top: 10px;
  background-color: rgba(255, 119, 37, 0.68);
  letter-spacing: 1px;
}

.div-block-18 {
  position: fixed;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 60px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19 {
  width: 35px;
  height: 2px;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, -2px) rotate(0deg);
  -ms-transform: translate(0px, -2px) rotate(0deg);
  transform: translate(0px, -2px) rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.div-block-20 {
  width: 25px;
  height: 2px;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: -150vw;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #5f5f5f;
}

.brand {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 40px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.brand.w--current {
  margin-top: 0px;
}

.maincta1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50%;
  display: block;
  margin-top: 0px;
  margin-right: 0vw;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7725;
  border-radius: 4px;
  background-color: #ff7725;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  font-family: Staatliches, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.maincta1:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #ff7725;
  background-color: #ff7725;
  box-shadow: 0 0 13px 0 rgba(255, 119, 37, 0.46);
  color: #fff;
}

.image-23 {
  width: auto;
  height: 40px;
}

.image-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 97%;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  border: 10px none #000;
}

.div-block-21 {
  position: relative;
  overflow: hidden;
  width: 70vw;
  height: auto;
  min-width: 70vw;
  margin-right: 5vw;
  cursor: crosshair;
}

.filmimg {
  width: 70vw;
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80vw;
  height: 100%;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-26 {
  position: absolute;
  left: 45%;
  top: 45%;
  right: auto;
  bottom: auto;
  display: none;
  width: 60px;
  max-width: none;
  color: #fff;
}

.worklink {
  width: 100%;
}

.worklink.w--current {
  overflow: hidden;
  height: 16vh;
}

.image-27 {
  position: absolute;
  top: 0px;
  right: -63px;
  display: none;
  width: 180px;
}

.image-27-copy {
  position: absolute;
  top: 112.2px;
  right: 617px;
  width: 120px;
}

.heading-2 {
  margin-bottom: 140px;
  font-family: 'Krona One';
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 10px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #000;
  background-color: #000;
  color: #5f5f5f;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 119, 37, 0.86);
}

.link-3 {
  margin-bottom: 40px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
}

.link-4 {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7725;
}

.div-block-26 {
  width: 100%;
  padding: 15px;
}

.heading-3 {
  font-family: Syne, sans-serif;
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
  text-shadow: 0 0 3px #ff7725, 0 0 3px #ff7725, 0 0 3px #ff7725, 0 0 3px #ff7725;
}

.slide2 {
  width: 100%;
  height: 50vh;
  margin-right: 20px;
  padding-right: 0px;
}

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

.mask-2 {
  height: auto;
}

.slider-2 {
  width: 100%;
  height: auto;
  background-color: transparent;
}

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

.div-block-27 {
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
  background-color: #5f5f5f;
}

.div-block-28 {
  position: absolute;
  right: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
}

.div-block-29 {
  position: fixed;
  left: auto;
  top: 0%;
  right: -150vw;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  cursor: crosshair;
}

.marqueimagewrapper {
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 50px;
  margin-left: 50px;
  border-radius: 8px;
  white-space: nowrap;
}

.paragraph-3 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Syne, sans-serif;
  color: rgba(255, 96, 0, 0.77);
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body {
  overflow: visible;
  background-color: #000;
  background-image: url('../images/BG-1.jpeg');
  background-position: 50% 50%;
  background-attachment: fixed;
  cursor: none;
}

.section4-copy {
  display: none;
  overflow: visible;
  width: 100vw;
  max-width: 100vw;
  margin-top: 100px;
  padding: 60px 0px 140px;
}

.workdisplay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80vw;
  margin-top: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  white-space: normal;
}

.worklinkdiv {
  width: auto;
  height: auto;
  background-color: transparent;
}

.worklinkdiv.w--current {
  width: auto;
}

.workimage {
  width: auto;
  height: 12vh;
  max-width: none;
  background-color: transparent;
}

.text-block-copy {
  width: auto;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 8px;
}

.worklinkwrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: 50px;
  box-shadow: 0 0 5px 0 hsla(0, 0%, 100%, 0.5);
  white-space: normal;
}

.image-30 {
  position: static;
  left: 30px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 20;
}

.rec {
  position: absolute;
  left: 40px;
  top: 20px;
  right: auto;
  bottom: auto;
}

.recdot {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
}

.battery {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
}

._4xzoom {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
}

.fullhdimg {
  position: static;
  left: 30px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 80px;
}

.fullhd {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
}

.image-31 {
  width: 50px;
  margin-left: 10px;
}

.image-32 {
  margin-left: 10px;
}

.image-33 {
  margin-left: 10px;
}

.div-block-30 {
  color: #000;
}

.workwrapper {
  display: block;
  overflow: scroll;
  width: 100%;
  padding: 5px;
  white-space: nowrap;
}

.div-block-32 {
  position: relative;
  top: 40px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7-copy {
  float: left;
  text-align: right;
}

.paragraph-2-copy {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
}

.onhoverservicepostproduction {
  position: absolute;
  left: 0%;
  top: -24%;
  right: auto;
  bottom: auto;
  width: 40vw;
  margin-top: 0px;
  padding-left: 60px;
  -webkit-transform: translate(30vw, 0px);
  -ms-transform: translate(30vw, 0px);
  transform: translate(30vw, 0px);
  text-align: left;
}

.image-34 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50vw;
}

.onhoverwork {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  color: #ff7725;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.servicepointers {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Staatliches, sans-serif;
  color: #fff;
  font-size: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: crosshair;
}

.servicepointers:hover {
  background-color: #fff;
  color: #000;
}

.servicepointer {
  margin-bottom: 20px;
}

.servicepo {
  margin-bottom: 20px;
}

.bold-text-2 {
  padding-right: 2px;
  padding-left: 2px;
  background-color: red;
}

.bold-text-3 {
  padding-right: 2px;
  padding-left: 2px;
  background-color: red;
}

.onhoverserviceproduction {
  position: absolute;
  left: 0%;
  top: -25%;
  right: auto;
  bottom: auto;
  width: 40vw;
  margin-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.onhoverservicepreproduction {
  position: absolute;
  left: 0%;
  top: -24%;
  right: auto;
  bottom: auto;
  width: 40vw;
  margin-top: 0px;
  padding-left: 60px;
  -webkit-transform: translate(30vw, 0px);
  -ms-transform: translate(30vw, 0px);
  transform: translate(30vw, 0px);
  text-align: left;
}

.bold-text-4 {
  padding-right: 2px;
  padding-left: 2px;
  background-color: red;
}

.scale {
  position: absolute;
  left: auto;
  top: 24%;
  right: 20px;
  bottom: 0%;
}

.scaleimg {
  position: static;
  left: 30px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 50px;
}

.text-block-6 {
  display: block;
  white-space: normal;
}

.list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.text-span {
  color: #ff7725;
}

.maincta1a {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-right: 0vw;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Staatliches, sans-serif;
  color: #ff7725;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.maincta1a:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #ff7725;
  box-shadow: 0 0 13px 0 rgba(255, 119, 37, 0.46);
  color: #fff;
}

.div-block-33 {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.divrotatewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divrotate {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-30-copy {
  position: static;
  left: 30px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 20;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.text-block-7 {
  text-align: right;
}

.div-block-35 {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}

.rolecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.role {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.86);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-transform: capitalize;
}

.div-block-37 {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}

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

.div-block-14-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  color: #ff7725;
}

.heading-4 {
  font-family: Syne, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.image-35 {
  width: 40px;
}

.link-block {
  display: none;
  margin-left: 20px;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;
}

.div-block-39 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(8%, transparent), color-stop(92%, transparent), to(#000));
  background-image: linear-gradient(90deg, #000, transparent 8%, transparent 92%, #000);
}

.link-block2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #dffe1a;
  text-decoration: none;
}

.text-span-3 {
  background-color: red;
}

.menu-copy {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 45%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  padding: 0px 0px 0px 10px;
  float: left;
}

.text-block-8 {
  margin-left: 0px;
  font-family: Syne, sans-serif;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.link-5 {
  overflow: hidden;
  margin-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #20b148;
  border-radius: 0%;
  background-color: transparent;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  text-decoration: none;
}

.menu-item-copy {
  position: relative;
  top: auto;
  z-index: 10;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 1px;
}

.menu-item-copy.workmenu {
  color: #000;
}

.div-block-16-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Syne, sans-serif;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 50%;
  background-color: #20b148;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-41 {
  width: 40vw;
  height: auto;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  background-color: transparent;
  font-family: Syne, sans-serif;
  color: #ff7725;
}

.heading-6 {
  font-family: Poppins, sans-serif;
}

.heading-7 {
  margin-top: 100px;
  font-family: Staatliches, sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vision {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.heading-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Staatliches, sans-serif;
  color: rgba(255, 119, 37, 0.1);
  font-size: 130px;
  line-height: 200px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.div-block-43 {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.visiondiv {
  width: 20%;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.29);
}

.image-36 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.button {
  position: relative;
  z-index: 1;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
  font-family: Staatliches, sans-serif;
  color: #ff7725;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.ctabody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/production2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/production2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.paragraph-4 {
  font-family: Syne, sans-serif;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
}

.button-2 {
  margin-top: 40px;
  margin-right: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Staatliches, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
}

.button-2:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.worksectionnew {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.worksectionnew._1 {
  width: 100%;
}

.workwrappernew {
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
}

.div-block-44 {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  font-family: Staatliches, sans-serif;
  color: #ff7725;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-shadow: 0 -1px 40px #1b1b1b;
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
}

.worksample {
  -webkit-filter: sepia(51%);
  filter: sepia(51%);
}

.heading-9 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
}

.worklinkwrappernew {
  position: relative;
  overflow: visible;
  width: 100%;
}

.div-block-45 {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 119, 37, 0.15)), to(hsla(0, 0%, 100%, 0.18)));
  background-image: linear-gradient(180deg, rgba(255, 119, 37, 0.15), hsla(0, 0%, 100%, 0.18));
}

.columns {
  margin-bottom: 40px;
}

.servicesectionnew {
  position: relative;
  width: 90%;
  padding-right: 40px;
  padding-left: 40px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: capitalize;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.div-block-47 {
  height: 1px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 53%, 0.49);
  color: #999;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tabs-menu {
  position: absolute;
  left: auto;
  top: -60px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.tabs-content {
  width: 100%;
  margin-right: 40px;
  padding-left: 20px;
}

.heading-11 {
  font-family: Staatliches, sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
}

.column-3 {
  padding-left: 0px;
}

.grid-2 {
  height: 100%;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.servicewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Syne, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.servicewrapper:hover {
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #000;
}

.serviceicon {
  margin-right: 40px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 33px;
}

.text-block-9 {
  text-transform: uppercase;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Staatliches, sans-serif;
  font-size: 22px;
}

.tab-link-tab-3 {
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
  color: #fff;
}

.tab {
  margin: 10px 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  font-family: Staatliches, sans-serif;
  color: #fff;
}

.tab.w--current {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}

.tab-link-tab-1 {
  background-color: transparent;
  color: #fff;
}

.background-video {
  max-height: 50vh;
}

.heading-12 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
}

.body-2 {
  background-image: url('../images/BG-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-48 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-49 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 10px;
  background-color: #ff7725;
}

.div-block-50 {
  position: absolute;
  left: auto;
  top: 30px;
  right: 60px;
  bottom: auto;
  z-index: 10;
}

.text-block-11 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .preproduction {
    width: 48%;
  }

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

  .text-block {
    margin-left: 5px;
  }

  .production {
    margin-top: 30vh;
  }

  .postproduction {
    width: 45%;
  }

  .postproduction1 {
    width: 54%;
  }

  .postproductiondiv1 {
    margin-top: 100px;
    -webkit-transform: translate(62px, 0px);
    -ms-transform: translate(62px, 0px);
    transform: translate(62px, 0px);
  }

  .div-block-9 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .postproduction-paragraph-2 {
    width: 320px;
  }

  .postproduction-div-block-5 {
    width: 58%;
  }

  .productiondiv {
    width: 65%;
  }

  .image-8 {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .image-15 {
    -webkit-transform: translate(33px, 62px) scale(0.5);
    -ms-transform: translate(33px, 62px) scale(0.5);
    transform: translate(33px, 62px) scale(0.5);
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
  }

  .maincta1 {
    padding: 12px 20px;
  }

  .text-block-copy {
    margin-left: 5px;
  }

  .maincta1a {
    padding: 12px 20px;
  }

  .heading-8 {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    width: 85%;
    line-height: 50px;
  }

  .div-block-9 {
    -webkit-transform: translate(10px, 152px);
    -ms-transform: translate(10px, 152px);
    transform: translate(10px, 152px);
  }

  .heading-8 {
    bottom: 30%;
    font-size: 65px;
  }
}

@media screen and (max-width: 479px) {
  .navbardesktop {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .navlink {
    text-decoration: none;
  }

  .div-block {
    overflow: visible;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .section1 {
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .paragraph {
    width: 90%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
  }

  .div-block-2 {
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    position: absolute;
    left: auto;
    top: 13%;
    right: -40%;
    bottom: 0%;
    width: 95%;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 400px;
  }

  .marquee {
    width: 100vw;
    margin-top: 40px;
    margin-bottom: 31px;
  }

  .marqueimage {
    width: auto;
    height: 30vh;
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu {
    position: static;
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin: 100px auto 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu.home {
    display: none;
  }

  .section2 {
    overflow: hidden;
    width: 100vw;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .menu-item {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    background-color: #000;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 5px;
    text-decoration: none;
  }

  .homesection {
    width: 100%;
    height: 100vh;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 19px;
    line-height: 14px;
  }

  .clientsection {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 90px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .clientdiv {
    width: 200px;
    height: 200px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .clientdiv.clientmove {
    position: relative;
    top: 0px;
    margin-top: 60px;
  }

  .clientdiv.clientmove.clientright {
    top: 140px;
  }

  .clientdiv.clientmove-copy {
    position: relative;
    top: 0px;
    margin-top: 60px;
  }

  .clientdiv.clientmove-copy.clientright {
    top: 140px;
  }

  .clientdiv.clientmovedesk {
    top: 0px;
  }

  .clientdiv.clientmovedesk.clientright {
    top: 140px;
  }

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

  .section3 {
    overflow: hidden;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .servicesection {
    width: 100%;
    padding-bottom: 51px;
    float: none;
  }

  .preproduction {
    width: 100%;
    padding: 0px;
    float: none;
    text-align: right;
  }

  .heading {
    background-color: #ff7725;
  }

  .paragraph-2 {
    color: #fff;
  }

  .div-block-5 {
    width: 100%;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .text-block {
    font-weight: 900;
    text-align: center;
  }

  .image-3 {
    margin-top: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .production {
    width: 100%;
    margin-top: 15vh;
    padding: 0px;
  }

  .postproduction1 {
    width: 100%;
    margin-top: 15vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .postproductiondiv1 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    text-align: right;
  }

  .div-block-9 {
    position: static;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .postproduction-paragraph-2 {
    width: 100%;
    color: #fff;
    white-space: normal;
  }

  .postproduction-div-block-5 {
    width: 100%;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .image-4 {
    top: 18%;
    overflow: hidden;
    -webkit-transform: scale(1.2) translate(233px, 758px);
    -ms-transform: scale(1.2) translate(233px, 758px);
    transform: scale(1.2) translate(233px, 758px);
  }

  .image-6 {
    top: 21%;
  }

  .productiondiv {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .productionimage {
    height: auto;
    margin-top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .lineillustration.line {
    display: none;
  }

  .lineillustration-1.line {
    display: none;
  }

  .lineillustration3.line {
    display: none;
  }

  .lineillustration4.line {
    display: none;
  }

  .worksection {
    position: -webkit-sticky;
    position: sticky;
    width: 95vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .section4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 10px 10px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .section4._2 {
    padding-top: 220px;
  }

  .section {
    overflow: hidden;
    width: 100vw;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .contactsection {
    width: 100%;
    padding: 15px 15px 0px;
  }

  .div-block-10 {
    width: 100%;
    padding-left: 20px;
  }

  .div-block-11 {
    width: 100%;
    margin-top: 30px;
    padding-left: 20px;
  }

  .div-block-12 {
    top: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .div-block-13 {
    margin-left: 0px;
    color: #fff;
  }

  .image-8 {
    left: auto;
    top: 0%;
    right: -4px;
    width: 212px;
  }

  .image-14 {
    left: -9%;
    bottom: 41%;
  }

  .image-15 {
    top: -27%;
    width: 220px;
  }

  .image-16 {
    right: -1%;
    bottom: -3%;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  .section-2 {
    overflow: hidden;
  }

  .image-17 {
    height: 8vh;
  }

  .footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 19, 19, 0.5)), to(rgba(29, 19, 19, 0.5)));
    background-image: linear-gradient(180deg, rgba(29, 19, 19, 0.5), rgba(29, 19, 19, 0.5));
  }

  .div-block-14 {
    padding: 20px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ff7725;
    background-image: none;
  }

  .link {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 3px solid #000;
    border-right-style: none;
    font-size: 10px;
    letter-spacing: 4px;
  }

  .link2 {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 3px solid #fff;
    border-right-style: none;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
  }

  .link3 {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 3px solid #ff7624;
    border-right-style: none;
    font-size: 10px;
    letter-spacing: 7px;
  }

  .link4 {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 3px solid #ff7624;
    border-right-style: none;
    font-size: 10px;
    letter-spacing: 7px;
  }

  .link-2 {
    font-size: 16px;
  }

  .social {
    margin-right: 20px;
    color: #000;
    font-size: 20px;
  }

  .displayscreen {
    width: 70vw;
    height: auto;
  }

  .film {
    right: 0vw;
    overflow: hidden;
    height: 20vh;
  }

  .displaywork {
    display: none;
    overflow: scroll;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    white-space: nowrap;
  }

  .work1 {
    margin-right: 10px;
  }

  .work2 {
    margin-right: 10px;
  }

  .workimg {
    width: auto;
    height: 12vh;
  }

  .div-block-15.carousel {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

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

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

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

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

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

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .copyrighttext {
    float: right;
    color: #000;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0px;
  }

  .div-block-17 {
    display: none;
    width: 100px;
  }

  .div-block-18 {
    left: auto;
    top: 1%;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-right: 20px;
  }

  .nav-menu {
    right: 0vw;
  }

  .brand {
    margin-top: 24px;
    margin-left: 20px;
    padding: 5px;
  }

  .maincta1 {
    left: 0%;
    top: -50%;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    font-size: 16px;
    letter-spacing: 1px;
  }

  .image-23 {
    height: 35px;
  }

  .div-block-21 {
    margin-bottom: 0px;
  }

  .filmimg {
    height: auto;
    min-height: auto;
    min-width: 70vw;
  }

  .lightbox-link {
    height: auto;
  }

  .image-26 {
    left: 40%;
    top: 40%;
    width: 30px;
    opacity: 0.5;
  }

  .worklink.w--current {
    width: auto;
    height: auto;
    margin-right: 20px;
  }

  .div-block-23 {
    width: 70%;
    padding: 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-24 {
    width: 30%;
  }

  .link-4 {
    margin-bottom: 100px;
  }

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

  .div-block-28 {
    position: absolute;
    right: 0vw;
    width: 80vw;
  }

  .div-block-29 {
    position: fixed;
    left: auto;
    top: 0%;
    right: -150vw;
    bottom: auto;
    z-index: 10;
    display: none;
    overflow: visible;
    width: 80vw;
    height: 100vh;
  }

  .marqueimagewrapper {
    margin-right: 20px;
    margin-left: 30px;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 2px;
  }

  .body {
    background-color: transparent;
    background-image: url('../images/BG-1.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 85vh;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .workdisplay {
    display: block;
    overflow: visible;
    width: 90vw;
    margin-top: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    white-space: nowrap;
  }

  .worklinkdiv {
    width: auto;
    max-width: none;
  }

  .worklinkdiv.w--current {
    width: auto;
  }

  .workimage {
    width: auto;
    height: 10vh;
    max-width: none;
  }

  .text-block-copy {
    font-weight: 900;
    text-align: center;
  }

  .worklinkwrapper {
    display: inline-block;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }

  .image-30 {
    width: 10px;
  }

  .rec {
    left: 25px;
    top: 10px;
  }

  .recdot {
    left: 10px;
    top: 10px;
  }

  .battery {
    top: 10px;
    right: 10px;
  }

  ._4xzoom {
    right: 10px;
    bottom: 10px;
  }

  .fullhdimg {
    width: 39px;
  }

  .fullhd {
    left: 10px;
    bottom: 10px;
  }

  .image-31 {
    width: 25px;
    margin-right: 10px;
  }

  .image-32 {
    width: 20px;
  }

  .image-33 {
    width: 20px;
  }

  .div-block-30 {
    color: #000;
  }

  .workwrapper {
    overflow: scroll;
  }

  .div-block-32 {
    position: relative;
    top: 44px;
  }

  .paragraph-2-copy {
    color: #fff;
  }

  .onhoverservicepostproduction {
    position: relative;
    top: 0%;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000;
  }

  .list {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .servicepointers {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .servicepointers:hover {
    background-color: #000;
    color: #fff;
  }

  .onhoverserviceproduction {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000;
  }

  .onhoverservicepreproduction {
    position: relative;
    top: 0%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000;
  }

  .scale {
    top: 35%;
    right: 10px;
  }

  .scaleimg {
    width: 10px;
  }

  .list2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-span {
    color: #ff7725;
  }

  .maincta1a {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 3px;
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .div-block-34 {
    display: inline-block;
  }

  .image-30-copy {
    width: 20px;
  }

  .text-span-2 {
    color: #000;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }

  .text-block-7 {
    text-align: center;
  }

  .div-block-14-copy {
    padding: 20px 10px 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    background-image: none;
  }

  .link-block {
    display: inline-block;
    margin-right: auto;
    margin-left: 20px;
  }

  .link-block2 {
    display: inline-block;
    margin-right: auto;
    margin-left: 20px;
  }

  .menu-copy {
    position: static;
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-copy.home {
    display: none;
  }

  .text-block-8 {
    margin-left: 0px;
    font-size: 12px;
    line-height: 13px;
  }

  .menu-item-copy {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border: 1px none #000;
    background-color: transparent;
    font-family: Syne, sans-serif;
    font-size: 12px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 5px;
    text-decoration: none;
  }

  .div-block-16-copy {
    display: block;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .preloader {
    display: none;
  }

  .div-block-41 {
    width: 70vw;
  }

  .heading-5 {
    font-size: 22px;
  }

  .heading-7 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 45px;
  }

  .vision {
    padding: 60px 10px;
  }

  .heading-8 {
    bottom: 40%;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0px;
  }

  .div-block-43 {
    overflow: scroll;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .visiondiv {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .image-36 {
    width: 40px;
    height: 40px;
  }

  .button {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-4 {
    font-size: 22px;
    line-height: 40px;
  }

  .button-2 {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .worksectionnew {
    position: static;
    width: 100%;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .servicesectionnew {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-46 {
    display: none;
    padding-left: 10px;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tabs-content {
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
  }

  .columns-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .servicewrapper {
    font-size: 15px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab {
    margin-left: 0px;
  }

  .background-video {
    width: 100%;
  }
}

#w-node-d6454b0e-1ab4-6103-35b4-f4d6313b0875-dbd3e968 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_2414f21d-844d-7a7a-fd9a-add8c488e948-dbd3e968 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 479px) {
  #w-node-_2414f21d-844d-7a7a-fd9a-add8c488e948-dbd3e968 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}