@font-face {
  font-family: Haffer;
  src: url('../fonts/Haffer-TRIAL-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer;
  src: url('../fonts/Haffer-TRIAL-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer;
  src: url('../fonts/Haffer-TRIAL-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@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: #242424;
  background-color: #ebebeb;
  font-family: Haffer, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #242424;
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  overflow: clip;
}

.main-wrapper {
  position: relative;
}

.hero {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.container-medium {
  max-width: 93vw;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-left {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  max-width: 98ch;
  padding-bottom: 2rem;
  display: flex;
}

.animation {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.logo {
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.text-logo {
  opacity: .8;
  line-height: 1;
}

.rotating-text__heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Haffer, Arial, sans-serif;
  font-size: clamp(2.5em, 7.5vw, 5.5em);
  font-weight: 400;
  line-height: 1.05;
}

.rotating-text__highlight {
  color: #ff4539;
}

.btn {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ebebeb;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-bg {
  background-color: #141414;
  border-radius: .25rem;
  position: absolute;
  inset: 0%;
}

.btn-wrap {
  position: relative;
}

.showreel_lb {
  border-radius: .25rem;
  width: 20rem;
  height: 17rem;
  position: relative;
  overflow: hidden;
}

.showreel_card {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.showreel_placeholder {
  background-color: #080909;
  width: 100%;
  padding-top: 1.7rem;
  padding-left: 2.2rem;
}

.link-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  font-size: 3em;
  display: flex;
}

.underline-link {
  font-size: 1.4rem;
  line-height: 1.25;
  position: relative;
}

.text-span {
  margin-left: 76px;
}

.hamburger-nav__toggle-bar {
  background-color: #131313;
  width: 40%;
  height: .125em;
  position: absolute;
}

.hamburger-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-nav__menu-p {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
}

.hamburger-nav {
  border-radius: .5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hamburger-nav__group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  transform-origin: 100% 0;
  flex-flow: column;
  padding: 2.25em 2.5rem 2em 2em;
  display: flex;
  position: relative;
}

.hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 1.25em;
  font-size: 2em;
}

.navigation {
  z-index: 500;
  pointer-events: none;
}

.hamburger-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.navigation__dark-bg {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.hamburger-nav__ul {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.hamburger-nav__bg {
  background-color: #ebebeb;
  border-radius: 1rem;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.hamburger-nav__a {
  color: #131313;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hamburger-nav__dot {
  background-color: #ff4539;
  border-radius: 50%;
  flex-shrink: 0;
  width: .5em;
  height: .5em;
}

.copy-email-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.copy-email-button {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.copy-email-button:focus {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #131313;
}

.copy-email-button:focus-visible, .copy-email-button[data-wf-focus-visible] {
  outline-offset: 4px;
  border-style: none;
  outline: 2px solid #fff;
}

.copy-email-button._2 {
  width: 100%;
  padding: .8rem 1rem;
}

.copy-email-text__wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.56rem;
  font-size: 2em;
  line-height: 1.2;
  display: flex;
  overflow: hidden;
}

.copy-email-text__wrap._2 {
  justify-content: flex-start;
  align-items: center;
  height: 1.3rem;
  font-size: 1em;
}

.copy-email-text__el {
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 300;
  transition: transform .45s cubic-bezier(.65, 0, 0, 1);
}

.copy-email-text__el._2 {
  font-size: 1rem;
  font-weight: 400;
}

.email {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.chat {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
  overflow: hidden;
}

.bubble {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #e0e0e0;
  border-radius: 5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem 1.3rem;
  display: flex;
}

.elipse {
  background-color: #ff4539;
  border-radius: 50%;
  width: .3rem;
  min-width: .3rem;
  height: .3rem;
  min-height: .3rem;
}

.chat-wrap {
  overflow: clip;
}

.div-block {
  position: relative;
}

.loading-container {
  z-index: 500;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-screen {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-words {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  align-items: center;
  display: flex;
}

.loading-words__dot {
  background-color: #fff;
  border-radius: 50%;
  width: .75em;
  height: .75em;
}

.loading-words__word {
  margin-bottom: 0;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .hero_content {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-right {
    margin-left: auto;
  }

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

  .hamburger-nav__toggle {
    width: 2rem;
    height: 2rem;
  }

  .chat {
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .showreel_lb {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .showreel_card {
    width: 100%;
  }

  .showreel_placeholder {
    height: 100%;
  }

  .link-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .chat {
    justify-content: space-between;
    align-items: flex-start;
  }

  .loading-words {
    font-size: 2.75vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    min-height: 100svh;
    padding-bottom: 1rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_content {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    flex-flow: column-reverse wrap;
    width: 100%;
  }

  .hero-left {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }

  .links-wrap {
    background-color: #ebebeb;
  }

  .rotating-text__heading {
    font-size: clamp(1.5em, 10vw, 6rem);
  }

  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .showreel_lb {
    width: auto;
  }

  .showreel_card {
    width: 100%;
    display: none;
  }

  .link-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #ebebeb;
  }

  .underline-link {
    text-align: center;
    background-color: #d6d6d6;
    border-radius: 4px;
    width: 100%;
    padding: .7rem .5rem;
    font-size: 1rem;
  }

  .underline-link.is--alt {
    color: #ebebeb;
    background-color: #000;
    border-radius: 4px;
  }

  .copy-email-text__wrap {
    font-size: 1em;
  }

  .chat {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .chat-wrap {
    perspective-origin: 0 100%;
    transform-origin: 0 100%;
    justify-content: flex-start;
    align-items: flex-end;
    height: 9rem;
    display: flex;
    overflow: clip;
  }
}


@font-face {
  font-family: 'Haffer';
  src: url('../fonts/Haffer-TRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/Haffer-TRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/Haffer-TRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}