:root {
  --white: white;
  --gray: whitesmoke;
  --black: #000;
}

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

.main-wrapper {
  min-height: 100vh;
}

.padding-global {
  padding: 1rem;
}

.container-large {
  width: 100%;
  margin: auto;
}

.hero_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 96.5vh;
  display: grid;
}

.hero_left {
  color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_right {
  background-color: var(--white);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.brand_name {
  letter-spacing: -.5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.heading-style-h1 {
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10px;
  font-size: 140px;
  line-height: .8;
}

.body {
  background-color: var(--gray);
  color: var(--black);
  font-family: helvetica-lt-pro, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.is-small {
  font-size: 1rem;
  font-weight: 400;
}

.hero_right-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.text-size-normal {
  margin-bottom: 0;
  line-height: 1.2;
}

.hero_right-client-domain {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}

.hero_info {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  display: flex;
}

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

.button_primary {
  color: var(--white);
  text-align: center;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button_primary.text-black {
  color: var(--black);
}

.btn_primary-bg {
  background-color: var(--black);
  pointer-events: none;
  border-radius: .5rem;
  position: absolute;
  inset: 0%;
}

.btn_primary-bg.is-gray {
  background-color: var(--gray);
}

.btn_mask {
  position: relative;
  overflow: hidden;
}

.btn_text-relative {
  position: relative;
}

.btn_text-absolute {
  position: absolute;
}

.hero_brand {
  background-image: linear-gradient(90deg, #0003, #0000);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.bg_video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .hero_grid {
    grid-template-columns: 1fr;
  }

  .hero_right-top, .hero_right-description {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h1 {
    font-size: 120px;
  }

  .bold-text {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .hero_right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .heading-style-h1 {
    font-size: 70px;
  }

  .text-size-normal {
    font-size: .9rem;
  }

  .heading-style-h2 {
    letter-spacing: -1px;
    font-size: 30px;
  }

  .text-size-large {
    font-size: 1rem;
  }

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

  .hero_buttons {
    flex-flow: column;
    min-width: 100%;
  }

  .button_primary {
    min-width: 100%;
  }

  .hero_brand {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
    padding: 1rem;
  }

  .bold-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ead744bc-76a5-cfec-417c-dcc661375b8f-24fc608b {
    order: -9999;
  }
}


