.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  cursor: none;
  background-color: #000;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.button {
  width: 170px;
  height: 55px;
  max-height: 55px;
  max-width: 170px;
  min-height: 55px;
  min-width: 170px;
  aspect-ratio: auto;
  pointer-events: auto;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(56, 152, 236, 0);
  background-clip: border-box;
  border: 1px solid #fcfcfc;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 64px;
  padding: 16px 0 15px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 2s, background-color .4s;
  display: flex;
  position: static;
  overflow: visible;
}

.button:hover {
  pointer-events: auto;
  background-color: #d42427;
  border-width: 1px;
  border-color: rgba(252, 252, 252, 0);
}

.top-nav {
  z-index: 2;
  height: 107px;
  max-height: 107px;
  aspect-ratio: auto;
  box-shadow: none;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 0 solid #323232;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-links {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.div-block-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-2 {
  pointer-events: auto;
  cursor: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 130%;
}

.hero-text {
  max-width: 930px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  height: 330px;
  max-height: 330px;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(142deg, #000 15%, #fff 35%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 38px;
  padding-top: 40px;
  font-size: 190px;
  display: block;
}

.heading.gradient-heading {
  height: auto;
  max-height: none;
  align-self: auto;
  padding-top: 0;
  font-size: 150px;
  line-height: 100%;
}

.text-span {
  aspect-ratio: auto;
  object-fit: fill;
  margin-top: 0;
  display: block;
}

.tags {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.div-block-6 {
  width: 457px;
  max-width: 457px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  height: 31px;
  max-height: 31px;
  color: #fff;
  border: 1px solid #fff;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px;
  font-size: 24px;
  font-weight: 400;
}

.text-block-6 {
  width: 141px;
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 300;
}

.primary-btn {
  z-index: auto;
  float: none;
  clear: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #d42427;
  border: 2px solid #d42427;
  border-radius: 0;
  align-self: center;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 700;
  transition: border-color 1s, background-color .4s;
  display: block;
  position: relative;
  top: -52%;
  bottom: 0;
  left: -2px;
  right: 0%;
  box-shadow: 0 2px 20px #d42427;
}

.primary-btn:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #d42427;
}

.tk-stroked {
  z-index: -1;
  width: 100%;
  height: 100vh;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/Stroked-TK.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s2-heading {
  width: 747px;
  color: #fff;
  text-transform: uppercase;
  font-size: 82px;
  font-weight: 700;
  line-height: 77px;
}

.collaborations {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.text-block-7 {
  width: 432px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
}

.div-block-8 {
  width: 747px;
  overflow: hidden;
}

.works {
  width: auto;
  height: 500vh;
  aspect-ratio: auto;
  color: #fff;
  background-color: #030303;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.story {
  margin-top: 150px;
}

.container-4 {
  max-width: 1158px;
  align-items: center;
  display: block;
}

.text-block-9 {
  width: 478px;
  height: 176px;
  color: #fff;
  text-transform: uppercase;
  font-size: 82px;
  font-weight: 700;
  line-height: 87px;
}

.text-span-2 {
  font-weight: 300;
}

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

.div-block-15 {
  width: auto;
  height: 99px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  width: auto;
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.text-block-11 {
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  font-size: 33px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-16 {
  justify-content: space-between;
  display: flex;
}

.paragraph {
  max-width: 727px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 39px;
}

.text-block-12 {
  width: 1158px;
  height: 153px;
  color: #d42427;
  text-align: center;
  text-transform: uppercase;
  font-size: 142px;
  font-weight: 700;
  line-height: 151px;
}

.text-span-3 {
  color: rgba(212, 36, 39, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d42427;
}

.div-block-17 {
  margin-top: 78px;
}

.text-block-13 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}

.certification {
  margin-top: 250px;
}

.container-5 {
  max-width: 1166px;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 300;
  line-height: 65px;
}

.text-span-4 {
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-18 {
  width: 998px;
  justify-content: space-between;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-15 {
  width: 998px;
  color: #fff;
  text-align: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
}

.services {
  overflow: hidden;
}

.text-block-16 {
  z-index: -1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36vw;
  font-weight: 700;
  line-height: 529px;
  position: relative;
}

.outside--container-2 {
  width: 100%;
  background-color: #d42427;
  align-items: center;
  display: block;
  overflow: hidden;
}

.inside-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  border-right: 2px solid #fff;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 5vw;
  line-height: 65px;
}

.mobile-app--container {
  width: 100%;
  background-color: #000;
  overflow: hidden;
}

.inner-container {
  border: 0 #fff;
  border-bottom-width: 1px;
  align-items: center;
  display: flex;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 2px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 15px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 65px;
}

.branding-container {
  width: 100%;
  border: 1px solid #fff;
  border-left: 0 #fff;
  border-right: 0 #fff;
  overflow: hidden;
}

.inner {
  width: 250vw;
  display: flex;
}

.text-block-18 {
  color: #d42427;
  text-align: center;
  text-transform: uppercase;
  border-right: 2px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 65px;
}

.product-container {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.inside {
  align-items: center;
  display: flex;
}

.text-block-19 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 2px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 65px;
}

.div-block-21 {
  width: 100%;
  margin-top: -140px;
  overflow: hidden;
}

.testimonial {
  height: 912px;
  flex-direction: column;
  align-items: center;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-20 {
  width: 800px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-size: 95px;
  font-weight: 700;
  line-height: 82px;
}

.container-6 {
  width: 1166px;
  max-width: 1166px;
  align-self: flex-start;
}

.text-span-5 {
  font-weight: 300;
}

.text-span-6 {
  color: #d42427;
}

.tkmask {
  max-width: 50%;
  filter: grayscale();
  mix-blend-mode: normal;
  transition: filter .5s cubic-bezier(.455, .03, .515, .955);
}

.tkmask:hover {
  filter: grayscale(0%);
}

.slider-4 {
  height: 473px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.mask-8 {
  width: 20%;
  height: 473px;
  align-self: center;
  overflow: visible;
}

.slider-image {
  width: 100%;
  height: 100%;
  filter: grayscale();
}

.content {
  opacity: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, #000);
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-27 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.text-block-28 {
  color: #fffefe;
  font-size: 20px;
  font-weight: 300;
}

.testimonial-slide {
  margin-right: 20px;
}

.image-44 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.contact {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-24 {
  width: 625px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-block-34 {
  width: 625px;
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(146deg, #000 6%, #fff 37%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 170px;
  font-weight: 700;
  line-height: 147px;
}

.text-block-35 {
  width: 625px;
  color: #d42427;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 90px;
  font-weight: 300;
  line-height: 78px;
}

.text-block-36 {
  width: 445px;
  color: #777;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.form-block {
  width: 503px;
  margin-bottom: 0;
}

.text-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #cd2326;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 400;
}

.text-area {
  height: auto;
  clear: none;
  color: #fff;
  background-color: #000;
  border: 1px solid #d42427;
  margin-bottom: 0;
  padding-bottom: 155px;
  font-size: 25px;
}

.submit-button {
  width: 100%;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  background-color: #d42427;
  font-size: 24px;
  line-height: 130%;
  transition: box-shadow .4s;
}

.submit-button:hover {
  box-shadow: 0 2px 20px #d42427;
}

.div-block-26 {
  max-width: 1166px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form {
  height: auto;
}

.container-7 {
  width: 1166px;
  max-width: 1166px;
  margin-top: 0;
}

.text-block-37 {
  color: #686868;
}

.footer-links {
  color: #686868;
  text-decoration: none;
}

.div-block-27 {
  width: 100%;
  height: 70px;
  border: 0 solid #282828;
  border-top-width: 1px;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: none;
}

.div-block-28 {
  width: 1164px;
  justify-content: space-between;
  display: flex;
}

.div-block-29 {
  width: auto;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.container-9 {
  width: auto;
  max-width: none;
  position: static;
  top: -650px;
}

.handshake {
  width: auto;
  height: auto;
  object-fit: fill;
  justify-content: flex-end;
  display: flex;
  position: static;
  top: -892px;
  right: 2px;
  overflow: hidden;
}

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

.frame {
  height: 100%;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.item-1 {
  width: 100vw;
  height: 100vh;
  flex: none;
}

.div-block-38 {
  width: 100vw;
  height: 100vh;
  background-color: #080808;
  background-image: url('../images/Background-pattern.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.text-block-44 {
  width: 600px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130deg, #000, #fff 43%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 120px;
  font-weight: 700;
  line-height: 90%;
}

.bottom-line {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 100px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-45 {
  color: #fff;
  font-weight: 300;
}

.bold-text {
  font-weight: 300;
}

.social-link {
  width: 50px;
  height: 50px;
}

.social-link.linkedin {
  width: 30px;
  height: 30px;
  background-color: rgba(212, 36, 39, 0);
  align-self: center;
  padding: 5px;
  transition: background-color .4s;
  display: flex;
}

.social-link.linkedin:hover {
  background-color: #d42427;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: center;
  align-items: center;
  display: flex;
}

.background {
  width: 100%;
  height: 100vh;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.item-content {
  width: 100vw;
  height: 100vh;
  display: block;
}

.div-block-46 {
  width: auto;
  height: 500px;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  perspective: 1000px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-48 {
  color: #fff;
  text-transform: uppercase;
  font-size: 130px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-47 {
  width: 300px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-49 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
}

.text-block-50 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.image-55 {
  width: 500px;
  height: 500px;
  object-fit: cover;
  object-position: 0% 50%;
  box-shadow: 0 -2px 200px rgba(188, 2, 229, .5);
}

.image-55._1 {
  margin-left: 0;
  box-shadow: 0 -2px 200px rgba(1, 126, 123, .5);
}

.image-55._4 {
  object-fit: cover;
  object-position: 50% 50%;
  box-shadow: 0 -2px 200px #6a96d2;
}

.image-55._3 {
  box-shadow: 0 -2px 200px #cd7925;
}

.image-57 {
  z-index: -1;
  width: 100%;
  height: 100vh;
  max-width: none;
  opacity: .3;
  filter: blur(5px);
  object-fit: cover;
  position: absolute;
}

.logo:hover {
  width: auto;
  max-width: 102%;
}

.tablink {
  color: #ddd;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid rgba(212, 36, 39, 0);
}

.tablink:hover {
  color: #fff;
  border: 1px solid #d42427;
}

.tablink.w--current {
  color: #fff;
  background-color: #d42427;
  font-weight: 700;
}

.tabs-menu-2 {
  width: 100%;
  border: 1px solid #d42427;
  border-left: 0 #d42427;
  border-right: 0 #d42427;
  justify-content: center;
  display: none;
}

.mask-10 {
  width: 20%;
  height: 530px;
  overflow: visible;
}

.slider-6 {
  height: 800px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.test-image {
  width: 100%;
  height: 400px;
}

.image-58 {
  width: 100%;
  height: 100%;
  filter: grayscale();
  object-fit: cover;
}

.div-block-49 {
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 47%, #000);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-51 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.text-block-52 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

.div-block-50 {
  width: 800px;
  height: 92px;
  opacity: 0;
  margin-top: 0;
  font-size: 18px;
  overflow: visible;
}

.text-block-53 {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.slide-16 {
  margin-right: 20px;
}

.div-block-51 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
  transform: scale(.9);
}

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

.div-block-52 {
  opacity: 0;
}

.scroll {
  width: 40px;
  height: 70px;
  opacity: 1;
  outline-offset: 0px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 13px;
  outline: 3px #333;
  align-self: auto;
  margin-top: 0;
  display: block;
  position: relative;
}

.div-block-55 {
  width: 2px;
  height: 16px;
  background-color: #d42427;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 47%;
}

.image-64 {
  z-index: 0;
  max-width: 200%;
  align-self: auto;
  position: static;
  top: -12.5px;
}

.div-block-56 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.success-message {
  color: #f8f8f8;
  background-color: #d22427;
}

.div-block-60 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10%;
  display: flex;
  position: relative;
}

.div-block-61 {
  width: auto;
  height: 500px;
  position: relative;
  top: -50px;
  transform: rotate(-5deg);
}

.div-block-62 {
  width: 400vw;
  height: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #d42427;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding-top: 5px;
  display: flex;
  overflow: hidden;
}

.logo-holder1 {
  width: 157px;
  height: 157px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-67 {
  max-width: 80%;
}

.div-block-63 {
  width: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-66 {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(#000 16%, rgba(0, 0, 0, 0) 53%, #000 86%);
  position: relative;
  top: -650px;
  left: 0px;
  overflow: hidden;
}

.preloader {
  z-index: 3;
  width: 100%;
  height: 100vh;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  font-weight: 700;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.background-video {
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-68 {
  z-index: 2;
  position: -webkit-fixed;
  position: fixed;
}

.background-video-overlay {
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-2 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.background-video-3 {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: block;
}

.showreel {
  width: 100%;
  height: 100vh;
  margin-top: 50px;
}

.text-block-56 {
  color: #bebebe;
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cursor-wrapper {
  z-index: 500;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  width: 15px;
  height: 15px;
  -webkit-text-fill-color: inherit;
  background-color: #d42427;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, .67);
}

.main-body {
  display: block;
}

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

.image-68 {
  width: 100%;
  height: 100vh;
  max-height: none;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .top-nav {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

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

  .heading {
    height: 250px;
    max-height: none;
    font-size: 130px;
  }

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

  .primary-btn {
    margin-top: 35px;
    margin-left: 100px;
    margin-right: 100px;
    top: -52%;
  }

  .s2-heading {
    width: 100%;
    font-size: 70px;
    line-height: 100%;
  }

  .collaborations {
    height: 140vh;
    margin-top: 100px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .div-block-8 {
    width: 500px;
  }

  .works {
    height: auto;
    margin-top: 0;
  }

  .text-block-9 {
    width: 90vw;
    font-size: 120px;
    line-height: 90%;
  }

  .div-block-14 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .div-block-16 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }

  .paragraph {
    max-width: 700px;
  }

  .text-block-12 {
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 250px;
    line-height: 100%;
  }

  .text-block-13 {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 60px;
    line-height: 120%;
  }

  .certification {
    flex-direction: column;
    display: flex;
  }

  .text-block-14 {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 110%;
  }

  .div-block-18 {
    width: 30vw;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .text-block-15 {
    width: 80vw;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16 {
    line-height: 100%;
    top: -53px;
  }

  .heading-2, .text-block-17, .text-block-18, .text-block-19 {
    font-size: 10vw;
  }

  .text-block-20 {
    width: 100%;
  }

  .container-6 {
    width: 80vw;
    max-width: 80vw;
  }

  .tkmask {
    max-width: 100%;
  }

  .contact {
    margin-top: 200px;
  }

  .text-block-35, .text-block-36 {
    margin-top: 10px;
  }

  .form-block {
    width: 100%;
  }

  .text-area {
    padding-bottom: 80px;
  }

  .div-block-26 {
    width: 80vw;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    width: 80vw;
    display: block;
  }

  .container-9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    top: -909px;
  }

  .handshake {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .bottom-line {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-46 {
    width: 80%;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    order: 0;
    align-items: center;
    display: flex;
  }

  .text-block-48 {
    font-size: 100px;
  }

  .div-block-47 {
    width: 100%;
    order: 1;
  }

  .image-55, .image-55._1 {
    width: 100%;
  }

  .tabs-menu-2 {
    display: none;
  }

  .mask-10 {
    width: 50%;
  }

  .div-block-50 {
    width: 80vw;
  }

  .text-block-53 {
    width: 100%;
  }

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

  .image-64 {
    width: 100%;
    max-width: none;
  }

  .div-block-56 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    display: flex;
  }

  .div-block-57 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    display: flex;
  }

  .div-block-58, .div-block-59 {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .div-block-60 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
  }

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

  .cursor-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 130px;
    height: 45px;
    max-height: 45px;
    max-width: 130px;
    min-height: 45px;
    min-width: 130px;
    margin-left: 26px;
    font-size: 16px;
    line-height: 100%;
  }

  .top-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    width: 100%;
    align-self: center;
  }

  .heading.gradient-heading {
    width: 100%;
    height: auto;
    clear: none;
    text-align: center;
    align-self: stretch;
    margin-top: 0;
    padding-top: 0;
    font-size: 68px;
    line-height: 100%;
  }

  .text-span {
    width: 100%;
    margin-top: 5px;
  }

  .tags {
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-6 {
    width: 100%;
    max-width: none;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 100%;
  }

  .div-block-7 {
    border-width: 1px;
  }

  .text-block-5 {
    margin-top: 20px;
    font-size: 17px;
  }

  .text-block-6 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .primary-btn {
    width: 60vw;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 100%;
    top: 5%;
    left: 0%;
    right: 0%;
  }

  .tk-stroked {
    background-position: 50%;
    background-size: cover;
    display: flex;
  }

  .s2-heading {
    width: 100%;
    font-size: 50px;
    line-height: 100%;
  }

  .collaborations {
    width: 100%;
    height: 120vh;
    margin-bottom: 0;
  }

  .text-block-7 {
    width: 100%;
    font-size: 24px;
  }

  .div-block-8 {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-9 {
    width: 100%;
    height: auto;
    padding-left: 15px;
    font-size: 50px;
    line-height: 100%;
  }

  .text-block-10 {
    font-size: 40px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .paragraph {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 120%;
  }

  .text-block-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
    font-size: 100px;
  }

  .div-block-17 {
    width: 100%;
  }

  .text-block-13 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .container-5 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-block-14 {
    width: 100%;
    text-align: center;
    align-self: auto;
    font-size: 50px;
  }

  .text-span-4 {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-18 {
    width: 50vw;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .text-block-15 {
    width: 80vw;
    text-align: left;
  }

  .services {
    margin-top: 230px;
  }

  .text-block-16 {
    top: -104px;
  }

  .heading-2, .text-block-17, .text-block-18, .text-block-19 {
    font-size: 15vw;
  }

  .testimonial {
    width: 100%;
    margin-left: 0;
  }

  .text-block-20 {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    font-size: 50px;
    line-height: 100%;
  }

  .container-6 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tkmask {
    max-width: 100%;
  }

  .contact {
    margin-top: 200px;
  }

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

  .text-block-34 {
    width: 100%;
    text-align: center;
    font-size: 85px;
    line-height: 100%;
  }

  .text-block-35 {
    width: 100%;
    text-align: center;
    font-size: 45px;
    line-height: 100%;
  }

  .text-block-36 {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    width: 90vw;
  }

  .text-field {
    border-radius: 0;
    font-size: 18px;
  }

  .text-area, .submit-button {
    font-size: 18px;
  }

  .div-block-26 {
    width: 100%;
    align-items: center;
  }

  .container-7 {
    width: 100%;
    align-self: auto;
  }

  .container-9 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    top: -610px;
  }

  .handshake {
    top: -601px;
  }

  .text-block-44 {
    width: 100%;
    font-size: 80px;
  }

  .bottom-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-45 {
    font-size: 18px;
  }

  .div-block-46 {
    width: 90%;
  }

  .text-block-48 {
    font-size: 50px;
  }

  .div-block-47 {
    order: 1;
  }

  .text-block-49 {
    font-size: 15px;
    line-height: 100%;
  }

  .text-block-50 {
    font-size: 14px;
  }

  .image-55 {
    height: 500px;
    object-position: 0% 50%;
  }

  .image-55._1 {
    height: 500px;
    object-fit: cover;
    object-position: 50% 50%;
    line-height: 100%;
  }

  .image-55._4 {
    object-position: 50% 50%;
  }

  .mask-10 {
    width: 70%;
  }

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

  .text-block-53 {
    font-size: 24px;
  }

  .scroll {
    top: -20px;
  }

  .div-block-56 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-57, .div-block-58, .div-block-59 {
    flex-direction: column;
  }

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

  .text-block-56 {
    font-size: 20px;
  }
}


@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro Book';
  src: url('../fonts/Bebas-Neue-Pro-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro Book';
  src: url('../fonts/Bebas-Neue-Pro-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}