.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;
}

body {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2em;
}

p {
  margin-bottom: 10px;
  line-height: 2em;
}

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

.navbar {
  z-index: 999;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.light {
  background-color: #0000;
  background-image: none;
}

.navbar.dark {
  background-color: #0000;
}

.logo-wordmark {
  z-index: 99;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  transition: opacity .5s;
}

.logo-wordmark:hover {
  opacity: .5;
}

.container-full {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.logo-visualmark {
  z-index: 999;
  text-align: center;
  width: 48px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .5s;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.logo-visualmark:hover {
  opacity: .5;
}

.logo-visualmark.w--current {
  z-index: 999;
}

.nav-link {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 30px;
  padding: 0;
  font-size: 12px;
  transition: all .5s;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.nav-link.email-link {
  background-image: linear-gradient(to right, #60cafc, #2f65ff 33%, #a56cff 67%, #5d2eff);
  border-radius: 999px;
  padding: 1px;
  position: relative;
  top: -7px;
}

.nav-link.email-link:active {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.nav-link.email-link.light {
  border-bottom: 2px solid #000;
}

.nav-link.light.labs.w--current {
  color: #00adff;
}

.nav-link.studios.w--current {
  color: #fe3b55;
}

.nav-link.verses.w--current {
  color: #a56cff;
}

.nav-link.nav-link-home {
  display: none;
}

.nav-link.email-link-copy {
  background-image: linear-gradient(to right, #60cafc, #2f65ff 33%, #a56cff 67%, #5d2eff);
  border-radius: 999px;
  padding: 1px;
  position: relative;
  top: -7px;
}

.nav-link.email-link-copy:active {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.nav-link.email-link-copy.light {
  border-bottom: 2px solid #000;
}

.section-hero {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-hero.case-study {
  background-image: url('../images/case-study-mm-cover.png');
  background-position: 50%;
  background-size: cover;
}

.hero-title {
  text-align: center;
  letter-spacing: -4px;
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
}

.hero-title-worlds {
  opacity: .5;
  color: #000;
  text-shadow: 0 -1px #fff, 0 1px #fff, -1px 0 #fff, 1px 0 #fff;
}

.hero-title-products {
  opacity: 1;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.hero-title-magic {
  opacity: .5;
  color: #000;
  text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
}

.hero-caption {
  align-items: flex-start;
  height: 50%;
  padding-top: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-caption-container {
  flex: 1;
  max-width: 960px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-button {
  float: right;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  font-size: 12px;
}

.section-clients {
  z-index: 3;
  position: relative;
  top: -70px;
  overflow: hidden;
}

.logo-stripe {
  float: left;
  text-align: left;
  width: 3000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-stripe.right {
  float: right;
  text-align: right;
}

.client-logo {
  opacity: .5;
  width: 8vw;
  margin-right: 60px;
}

.section-intro {
  z-index: 5;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.secondary-heading {
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fff 33%, #a56cff 67%, #5d2eff);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 600px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

.intro-text {
  color: gray;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #a56cff, #fff 50%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
}

.section-divisions {
  position: relative;
}

.division-card {
  text-align: center;
}

.divisioin-icon {
  background-image: radial-gradient(circle, #2f65ff, #0000);
  width: 50%;
}

.divisioin-icon.labs {
  background-image: radial-gradient(circle, #2f65ff80, #0000 75%);
}

.divisioin-icon.studios {
  background-image: radial-gradient(circle, #bd080b80, #0000 75%);
}

.divisioin-icon.verses {
  background-image: radial-gradient(circle, #5d2eff80, #0000);
}

.division-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.division-description {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.division-button {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 12px;
  position: relative;
}

.nav-menu {
  z-index: 999;
}

.menu-button {
  z-index: 99;
}

.section-products {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.secondary-text {
  color: gray;
}

.products-grid {
  margin-top: 100px;
}

.product-card {
  text-align: left;
  background-color: #101010;
  background-image: linear-gradient(135deg, #202020, #0000);
  border-radius: 10px;
  padding: 40px 30px;
}

.product-card.light {
  background-color: #fff;
  box-shadow: 0 0 60px #0000001a;
}

.product-card.purple {
  background-image: linear-gradient(135deg, #202020, #a56cff80);
}

.product-card.gradient {
  background-image: linear-gradient(135deg, #5e056c, #4743e780);
}

.product-card.cyan {
  background-image: linear-gradient(135deg, #000, #60cafc);
}

.product-card.blue {
  background-image: linear-gradient(135deg, #000, #2f65ff);
}

.product-card.gradient-1 {
  background-image: linear-gradient(135deg, #b12418, #6858a8 50%, #9f9b91);
}

.product-card.gradient-2 {
  background-image: linear-gradient(135deg, #9f9b91, #687d6b 50%, #8f488d);
}

.product-card.gradient-3 {
  background-image: linear-gradient(135deg, #b29a78, #618f90 50%, #884b12);
}

.product-card.gradient-4 {
  background-image: linear-gradient(135deg, #a39b8a, #596481 50%, #a12222);
}

.product-card.gradient-5 {
  background-image: linear-gradient(135deg, #b94646, #97752c 50%, #660707);
}

.product-card.mini {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-card-tag {
  color: gray;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
}

.product-card-title {
  margin-top: 30px;
  font-size: 15px;
}

.product-card-description {
  color: #fff;
  font-size: 12px;
  display: none;
}

.product-card-mini {
  background-color: #101010;
  background-image: linear-gradient(135deg, #202020, #0000);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
}

.product-card-mini.light {
  background-color: #fff;
  box-shadow: 0 0 60px #0000001a;
}

.product-card-mini.gradient {
  background-image: linear-gradient(135deg, #5e056c, #4743e780);
}

.product-card-mini.gradient-3 {
  background-image: linear-gradient(135deg, #b29a78, #618f90 50%, #884b12);
}

.product-card-mini.gradient-6 {
  background-image: linear-gradient(135deg, #306e85, #46636e 50%, #751616);
}

.product-card-mini.gradient-1 {
  background-image: linear-gradient(135deg, #b12418, #6858a8 50%, #9f9b91), linear-gradient(135deg, #202020, #0000);
}

.product-card-mini.gradient-5 {
  background-image: linear-gradient(135deg, #b94646, #97752c 50%, #660707), linear-gradient(135deg, #202020, #0000);
}

.product-card-mini.gradient-4 {
  background-image: linear-gradient(135deg, #a39b8a, #596481 50%, #a12222), linear-gradient(135deg, #202020, #0000);
}

.product-card-mini.gradient-2 {
  background-image: linear-gradient(135deg, #9f9b91, #687d6b 50%, #8f488d), linear-gradient(135deg, #202020, #0000);
}

.product-card-mini-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.product-mini-icon {
  float: left;
  background-color: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: none;
}

.product-mini-icon.light {
  background-color: #fff;
}

.product-card-mini-tag {
  float: left;
  color: gray;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1em;
}

.section-projects {
  z-index: 3;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.project-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transition: height .5s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.project-slide.light {
  background-color: #fff;
}

.project-slide.blue {
  background-color: #2c799a;
}

.project-card {
  z-index: 3;
  max-width: 600px;
  position: relative;
}

.project-client-logo {
  width: 100%;
  max-width: 120px;
}

.project-title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

.project-description {
  color: #ffffff80;
  margin-bottom: 30px;
}

.project-description.light {
  color: gray;
}

.project-tag {
  color: gray;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #101010;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 12px;
  display: inline-block;
}

.project-tag.light {
  color: gray;
  background-color: #f0f0f0;
}

.project-tag.blue {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff40;
}

.section-testimonials {
  padding-top: 100px;
  padding-bottom: 200px;
}

.testimonial-card {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-client-logo {
  height: 30px;
  margin-bottom: 30px;
}

.testimonial-text {
  margin-bottom: 30px;
}

.testimonial-client-name {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
}

.testimonial-client-position {
  color: gray;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
}

.section-cta {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cta-title {
  text-align: center;
  font-size: 60px;
  line-height: 1.2em;
}

.section-footer {
  z-index: 3;
  height: 100px;
  margin-top: -100px;
  position: relative;
}

.cta-link {
  border-bottom: 4px solid #fff;
}

.footer-block {
  border-top: 1px solid #404040;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  color: gray;
  text-align: right;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
}

.footer-logo {
  float: left;
  opacity: .5;
}

.footer-link, .footer-link.w--current {
  color: gray;
}

.dark {
  background-color: #000;
}

.light {
  color: #000;
}

.section-hero-labs {
  background-color: #f0f0f0;
  background-image: url('../images/Labs-Hero-BG.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
}

.section-hero-verses {
  z-index: 1;
  height: 100vh;
  display: flex;
  position: relative;
}

.products-row-odd {
  position: relative;
}

.products-row-even {
  position: relative;
  left: 60px;
}

.subdivision-title {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 500;
}

.subdivision-description {
  color: gray;
  margin-bottom: 30px;
}

.subdivisioin-services {
  border-top: 1px solid #404040;
  margin-top: 60px;
  padding-top: 60px;
}

.subdivision-services-category {
  margin-top: 0;
  margin-bottom: 30px;
}

.subdivision-services-list-item {
  color: gray;
  margin-bottom: 20px;
}

.subdivision-slide {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container-wide {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.subdivision-image-wrapper {
  z-index: 1;
  position: relative;
}

.subdivision-image-wrapper.left {
  margin-right: 60px;
}

.subdivision-image-wrapper.right {
  margin-left: 60px;
}

.hero-background-video {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section-hero-studios {
  z-index: 1;
  height: 100vh;
  display: flex;
  position: relative;
}

.project-image-container {
  width: 110%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 25%;
}

.project-image-overlay-left {
  z-index: 3;
  background-image: linear-gradient(to right, #000, #0000 33%);
  position: absolute;
  inset: 0%;
}

.project-image-overlay-left.light {
  background-image: linear-gradient(to right, #fff, #0000);
}

.project-image-overlay-left.blue {
  background-image: linear-gradient(to right, #2c799a 10%, #2c799a00 50%);
}

.project-image-overlay-top {
  background-image: linear-gradient(#000, #0000 50%);
  position: absolute;
  inset: 0%;
}

.project-image-overlay-bottom {
  background-image: linear-gradient(to top, #000, #0000 50%);
  position: absolute;
  inset: 0%;
}

.project-image-container-left {
  width: 50%;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-image-overlay-right {
  z-index: 3;
  background-image: linear-gradient(270deg, #000, #0000);
  position: absolute;
  inset: 0%;
}

.hero-home {
  background-image: url('../images/63ee4b7109397dbb0c0606a5_Presentation-new-6-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-caption-worlds, .hero-caption-magic {
  display: none;
}

.modal-overlay {
  z-index: 9;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.modal-video {
  width: 100%;
  max-width: 1440px;
  margin-left: 80px;
  margin-right: 80px;
}

.container-full-narrow {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.project-slide-wrapper {
  z-index: 7;
  height: 200vh;
  margin-top: 50vh;
  margin-bottom: 100vh;
  overflow: hidden;
}

.project-slide-wrapper.last {
  margin-bottom: 25vh;
}

.hero-backgrounds {
  position: fixed;
  inset: 0%;
}

.hero-backgrounds-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-background-overlay {
  z-index: 1;
  background-color: #00000080;
  background-image: linear-gradient(to top, #000, #0000 25%), linear-gradient(#000, #0000 25%);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.grid, .grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.subdivision-image-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #000, #0000 25%), linear-gradient(to top, #000, #0000 25%), linear-gradient(270deg, #000, #0000 25%), linear-gradient(#000, #0000 25%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subdivision-image-overlay.left {
  left: -60px;
}

.subdivision-image-overlay.right {
  right: -60px;
}

.subdivision-image {
  height: 400px;
  position: relative;
}

.subdivision-image.subdivision-image-design {
  background-image: url('../images/Presentation-new-6.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.subdivision-image.subdivision-image-3d {
  background-image: url('../images/3D_6.jpg');
  background-position: 50%;
  background-size: cover;
}

.subdivision-image.subdivision-image-2d {
  background-image: url('../images/2D_Corp4.jpg');
  background-position: 50%;
  background-size: cover;
}

.subdivision-image.subdivision-image-film {
  background-image: url('../images/Film_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.subdivision-image.subdivision-image-vfx {
  background-image: url('../images/3D_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.subdivision-image.subdivision-image-dev {
  background-image: url('../images/Presentation-new-5.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.subdivision-image.subdivision-image-devops {
  background-image: url('../images/wallet_1.jpg');
  background-position: 100% 100%;
  background-size: cover;
  height: 400px;
  position: relative;
}

.subdivision-image.subdivision-image-devops.devops {
  background-image: url('../images/wallet.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.subdivision-image.subdivision-meta {
  background-image: url('../images/mm.jpg');
  background-position: 50%;
  background-size: cover;
}

.subdivision-image.web3 {
  background-image: url('../images/angelsshare.jpg');
  background-position: 50%;
  background-size: cover;
}

.subdivision-image.subdivision-image-gamedev {
  background-image: url('../images/ggg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.subdivision-image-caption {
  z-index: 3;
  color: gray;
  text-align: right;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 12px;
  position: relative;
}

.subdivision-image-caption.right {
  text-align: left;
}

.subdivision-video {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.play-icon {
  background-image: url('../images/Play-Icon.svg');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.subdivision-image-overlay-right {
  z-index: 1;
  background-image: linear-gradient(to right, #000, #00000080 103%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subdivision-image-overlay-right.left {
  left: -60px;
}

.subdivision-image-overlay-right.right {
  right: -60px;
}

.subdivision-image-overlay-left {
  z-index: 1;
  background-image: linear-gradient(270deg, #000, #00000040);
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subdivision-image-overlay-left.left {
  left: -60px;
}

.subdivision-image-overlay-left.right {
  right: -60px;
}

.project-columns {
  width: 100%;
  max-width: 1600px;
  padding-left: 60px;
  padding-right: 60px;
}

.test {
  width: 200%;
}

.tab-pane-tab-1 {
  overflow: auto;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e37ad5, #6d8ecf 48%, #94b6f9);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-button-alt {
  float: right;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 12px;
  position: relative;
}

.hero-button-line {
  background-image: linear-gradient(to right, #e1cdff00, #a56cff 51%, #5a00ff);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-button-line.purple {
  background-image: linear-gradient(to right, #000, #a56cff 51%, #5a00ff);
}

.hero-button-line.blue {
  background-image: linear-gradient(to right, #0000, #369cb6 51%, #2f65ff);
}

.hero-button-line.red {
  background-image: linear-gradient(to right, #0000, #e4b21c 51%, #c92929);
}

.button-text {
  background-color: #000;
  border-radius: 999px;
  padding: 6px 30px;
  transition: all .5s;
}

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

.division-icon {
  width: 240px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.division-icon.labs {
  background-image: radial-gradient(circle, #2f65ff40, #fcfdff00 67%, #fff0 75%);
}

.star-line {
  background-image: linear-gradient(#fff0, #fff 50%, #fff0);
  width: 2px;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 25% 0%;
}

.star-line-horizontal {
  background-image: linear-gradient(#fff0, #fff 50%, #fff0);
  width: 2px;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 25% 0%;
  transform: rotate(90deg);
}

.star-line-diagonal-1 {
  background-image: linear-gradient(#fff0, #fff 50%, #fff0);
  width: 2px;
  height: 25%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 37.5% 0%;
  transform: rotate(45deg);
}

.star-line-diagonal-2 {
  background-image: linear-gradient(#fff0, #fff 50%, #fff0);
  width: 2px;
  height: 25%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 37.5% 0%;
  transform: rotate(-45deg);
}

.division-icon-new {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.cta-title-link {
  text-align: center;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 1.2em;
  transition: all .5s;
  position: relative;
}

.cta-title-link:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e1cdff, #a56cff 55%, #5a00ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.cta-button-line {
  background-image: linear-gradient(to right, #e1cdff, #a56cff 51%, #5a00ff);
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-button-line.purple {
  background-image: linear-gradient(to right, #000, #a56cff 51%, #5a00ff);
}

.cta-button-line.blue {
  background-image: linear-gradient(to right, #0000, #369cb6 51%, #2f65ff);
}

.cta-button-line.red {
  background-image: linear-gradient(to right, #0000, #e4b21c 51%, #c92929);
}

.subdivision-image-overlay-new {
  z-index: 3;
  cursor: pointer;
  background-image: url('../images/Play-Icon.svg'), linear-gradient(to right, #000, #0000 25%), linear-gradient(to top, #000, #0000 25%), linear-gradient(270deg, #000, #0000 25%), linear-gradient(#000, #0000 25%);
  background-position: 50%, 0 0, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  background-size: 60px 60px, auto, auto, auto, auto;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.subdivision-image-overlay-new.left {
  left: -60px;
}

.subdivision-image-overlay-new.right {
  right: -60px;
}

.subdivision-image-overlay-new._3danimation {
  background-image: url('../images/Play-Icon.svg'), linear-gradient(to right, #000, #0000 25%), linear-gradient(to top, #000, #0000 25%), linear-gradient(270deg, #000, #0000 25%), linear-gradient(#000, #0000 25%), url('../images/3D_6.jpg');
  background-position: 50%, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: 60px 60px, auto, auto, auto, auto, cover;
}

.subdivision-image-overlay-new._3character {
  background-image: url('../images/Play-Icon.svg'), linear-gradient(to right, #000, #0000 25%), linear-gradient(to top, #000, #0000 25%), linear-gradient(270deg, #000, #0000 25%), linear-gradient(#000, #0000 25%), url('../images/3D_Ch_1.jpg');
  background-position: 50%, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: 60px 60px, auto, auto, auto, auto, cover;
}

.subdivision-image-overlay-new._2danimation {
  background-image: url('../images/Play-Icon.svg'), linear-gradient(to right, #000, #0000 25%), linear-gradient(to top, #000, #0000 25%), linear-gradient(270deg, #000, #0000 25%), linear-gradient(#000, #0000 25%), url('../images/2D_Corp4.jpg');
  background-position: 50%, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: 60px 60px, auto, auto, auto, auto, cover;
}

.subdivision-image-overlay-new._2dcharacter {
  background-image: url('../images/Play-Icon.svg'), linear-gradient(to right, #000, #0000 25%), linear-gradient(to top, #000, #0000 25%), linear-gradient(270deg, #000, #0000 25%), linear-gradient(#000, #0000 25%), url('../images/2D_Ch_1.jpg');
  background-position: 50%, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: 60px 60px, auto, auto, auto, auto, cover;
}

.subdivision-image-overlay-new.film {
  background-image: url('../images/Play-Icon.svg'), linear-gradient(to right, #000, #0000 25%), linear-gradient(to top, #000, #0000 25%), linear-gradient(270deg, #000, #0000 25%), linear-gradient(#000, #0000 25%), url('../images/Film_2.jpg');
  background-position: 50%, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: 60px 60px, auto, auto, auto, auto, cover;
}

.subdivision-image-overlay-new.vfx {
  background-image: url('../images/Play-Icon.svg'), linear-gradient(to right, #000, #0000 25%), linear-gradient(to top, #000, #0000 25%), linear-gradient(270deg, #000, #0000 25%), linear-gradient(#000, #0000 25%), url('../images/VFX_2.jpg');
  background-position: 50%, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: 60px 60px, auto, auto, auto, auto, cover;
}

.subdivision-video-wrapper {
  position: relative;
}

.product-card-wrapper {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 1px;
}

.product-card-wrapper.cyan {
  background-image: linear-gradient(135deg, #306e85, #0000 51%, #306e85);
  box-shadow: 0 0 600px #306e8540;
}

.product-card-wrapper.purple {
  background-image: linear-gradient(135deg, #751168, #000 55%, #751168);
  box-shadow: 0 0 600px #75116840;
}

.product-card-wrapper.red {
  background-image: linear-gradient(135deg, #c54040, #000 50%, #6b1d1d);
  box-shadow: 0 0 600px #c5404040;
}

.product-card-wrapper.green {
  background-image: linear-gradient(135deg, #245023, #000 50%, #245023);
  box-shadow: 0 0 600px #24502340;
}

.product-card-wrapper.blue {
  background-image: linear-gradient(135deg, #5c48f5, #000 50%, #5c48f5);
  box-shadow: 0 0 600px #5c48f540;
}

.product-card-wrapper.yellow {
  background-image: linear-gradient(135deg, #8a6026, #000 50%, #8a6026);
  box-shadow: 0 0 600px #8a602640;
}

.product-wrapper {
  border-radius: 10px;
  padding: 1px;
}

.product-wrapper.yellow {
  background-image: linear-gradient(135deg, #924c00, #000 50%, #693e00);
  box-shadow: 0 0 600px #8a6026;
}

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

.subdivision-cover-picture {
  z-index: 0;
  opacity: 0;
  width: 100%;
  position: relative;
}

.subdivision-cover-picture-copy {
  z-index: 0;
  width: 100%;
  position: relative;
}

.project-lottie-animation {
  position: absolute;
  inset: 0%;
}

.navbar-shadow {
  z-index: 9;
  background-image: linear-gradient(#000, #fff0);
  position: absolute;
  inset: 0%;
}

.subdivision-services-heading {
  display: none;
}

.subdivision-services-link {
  margin-top: 0;
  margin-bottom: 30px;
}

.hero-title-subhead {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
}

.section-case-study-description {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-case-study-description.more-cases {
  display: none;
}

.case-study-caption {
  margin-bottom: 60px;
  font-size: 20px;
}

.case-study-services-heading {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
}

.case-study-services-list-item {
  color: gray;
  margin-bottom: 20px;
}

.case-study-services-list {
  margin-bottom: 60px;
}

.case-study-image-1 {
  width: 100%;
  margin-bottom: 10px;
}

.section-case-study-challenge-solution {
  padding-top: 200px;
  padding-bottom: 200px;
}

.case-study-tertiary-heading {
  letter-spacing: -2px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

.process-step-number {
  color: #ffffff40;
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 60px;
}

.process-step-title {
  margin-bottom: 15px;
  font-size: 30px;
}

.process-step-description {
  color: #ffffff80;
}

.process-step {
  margin-bottom: 60px;
  margin-right: 60px;
}

.testimonial-text-large {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.5em;
}

.testimonial-card-single {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.case-study-card {
  margin-bottom: 60px;
}

.case-study-card-image {
  width: 100%;
}

.case-study-card-title {
  font-size: 20px;
}

.case-study-card-link {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
}

.section-case-study-hero {
  z-index: 1;
  background-image: url('../images/case-study-mm-cover.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-case-study-hero.case-study {
  background-image: url('../images/case-study-mm-cover.png');
  background-position: 50%;
  background-size: cover;
}

.case-study-cta-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

.section-case-study-cta {
  text-align: center;
}

.case-study-caption-hero {
  margin-bottom: 60px;
  font-size: 30px;
}

.case-study-credits-title {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
}

.button {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 30px;
  padding: 0;
  font-size: 12px;
  transition: all .5s;
}

.button.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.button.email-link {
  background-image: linear-gradient(to right, #60cafc, #2f65ff 33%, #a56cff 67%, #5d2eff);
  border-radius: 999px;
  padding: 1px;
  position: relative;
  top: -7px;
}

.button.email-link:active {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.button.email-link.light {
  border-bottom: 2px solid #000;
}

.button.light.labs.w--current {
  color: #00adff;
}

.button.studios.w--current {
  color: #fe3b55;
}

.button.verses.w--current {
  color: #a56cff;
}

.button.nav-link-home {
  display: none;
}

.button.case-study-cta {
  background-image: linear-gradient(to right, #60cafc, #2f65ff 33%, #a56cff 67%, #5d2eff);
  border-radius: 999px;
  margin-left: 0;
  padding: 1px;
  position: relative;
  top: -7px;
}

.button.case-study-cta:active {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.button.case-study-cta.light {
  border-bottom: 2px solid #000;
}

.case-study-hero-title {
  text-align: center;
  letter-spacing: -4px;
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
}

.case-study-subhead {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
}

.case-study-process-grid {
  margin-bottom: 60px;
}

.intro-heading {
  margin-bottom: 30px;
}

.divisions-wrapper {
  width: 100%;
  height: 400vh;
  margin-top: 100vh;
  margin-bottom: 50vh;
}

.divisions-slide {
  z-index: 1;
  background-image: url('../images/stars-aligned-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  display: block;
}

.case-study-hero-textt {
  text-align: center;
  max-width: 600px;
}

.basic {
  padding-top: 200px;
  padding-bottom: 200px;
}

.container-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.basic-headline {
  margin-bottom: 30px;
}

.container-961 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    margin-left: 60px;
  }

  .hero-title {
    letter-spacing: -5px;
    font-size: 100px;
  }

  .client-logo {
    height: 30px;
  }

  .button {
    margin-left: 60px;
  }

  .case-study-hero-title {
    letter-spacing: -5px;
    font-size: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .logo-wordmark {
    letter-spacing: 3px;
    font-size: 24px;
  }

  .nav-link.email-link, .nav-link.email-link-copy {
    top: -10px;
  }

  .hero-title {
    letter-spacing: -6px;
    font-size: 120px;
  }

  .hero-caption {
    padding-top: 140px;
  }

  .hero-caption-container {
    max-width: 1140px;
  }

  .hero-text {
    font-size: 18px;
  }

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

  .subdivision-title {
    font-size: 50px;
  }

  .subdivisioin-services {
    margin-top: 80px;
  }

  .subdivision-image-wrapper.left, .subdivision-image-wrapper.right {
    top: 0;
  }

  .subdivision-image-overlay {
    height: 600px;
  }

  .subdivision-image-overlay.left, .subdivision-image-overlay.right {
    top: 0;
  }

  .subdivision-image, .subdivision-image.subdivision-image-design, .subdivision-image.subdivision-image-devops {
    height: 600px;
  }

  .subdivision-image-overlay-right.left, .subdivision-image-overlay-right.right, .subdivision-image-overlay-left.left, .subdivision-image-overlay-left.right, .subdivision-image-overlay-new.left, .subdivision-image-overlay-new.right {
    top: 0;
  }

  .section-case-study-description {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .button.email-link, .button.case-study-cta {
    top: -10px;
  }

  .case-study-hero-title {
    letter-spacing: -6px;
    font-size: 120px;
  }

  .case-study-hero-textt {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .logo-wordmark {
    font-size: 28px;
  }

  .nav-link {
    margin-left: 120px;
  }

  .hero-title {
    letter-spacing: -8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 160px;
  }

  .hero-caption {
    padding-top: 160px;
  }

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

  .section-clients {
    top: -110px;
  }

  .logo-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .client-logo {
    height: 36px;
  }

  .section-intro {
    padding-bottom: 100px;
  }

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

  .intro-text {
    max-width: 720px;
    font-size: 24px;
  }

  .division-title {
    font-size: 30px;
  }

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

  .products-grid {
    margin-top: 120px;
  }

  .product-card-title {
    margin-top: 80px;
    font-size: 20px;
  }

  .project-card {
    max-width: 800px;
  }

  .project-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 60px;
  }

  .project-description {
    font-size: 20px;
  }

  .section-testimonials {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .testimonial-card {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-text {
    font-size: 24px;
  }

  .cta-title {
    font-size: 90px;
  }

  .section-hero-labs {
    background-color: #f3eaf8;
  }

  .section-hero-verses {
    z-index: 3;
  }

  .products-row-even {
    left: 120px;
  }

  .subdivision-title {
    font-size: 80px;
  }

  .subdivision-description {
    font-size: 20px;
  }

  .subdivisioin-services {
    margin-top: 120px;
  }

  .subdivision-services-category {
    font-size: 30px;
  }

  .subdivision-slide {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container-wide {
    max-width: 1600px;
  }

  .subdivision-image-wrapper.left, .subdivision-image-wrapper.right {
    top: 0;
  }

  .section-hero-studios {
    z-index: 3;
  }

  .project-image-container-left {
    background-position: 50%;
    background-size: cover;
  }

  .container-full-narrow {
    padding-left: 160px;
    padding-right: 160px;
  }

  .project-slide-wrapper.light {
    background-color: #fff;
  }

  .subdivision-grid {
    grid-template-rows: auto auto;
  }

  .subdivision-image-overlay {
    height: 50vh;
  }

  .subdivision-image-overlay.left, .subdivision-image-overlay.right {
    top: 0;
  }

  .subdivision-image, .subdivision-image.subdivision-image-design, .subdivision-image.subdivision-image-devops, .subdivision-image-overlay-right {
    height: 50vh;
  }

  .subdivision-image-overlay-right.left, .subdivision-image-overlay-right.right {
    top: 0;
  }

  .subdivision-image-overlay-left {
    height: 50vh;
  }

  .subdivision-image-overlay-left.left, .subdivision-image-overlay-left.right {
    top: 0;
  }

  .project-columns {
    width: 100%;
  }

  .cta-title-link {
    font-size: 90px;
  }

  .subdivision-image-overlay-new.left, .subdivision-image-overlay-new.right {
    top: 0;
  }

  .subdivision-services-link {
    font-size: 30px;
  }

  .case-study-tertiary-heading {
    letter-spacing: -5px;
    font-size: 90px;
  }

  .testimonial-text-large {
    font-size: 60px;
  }

  .testimonial-card-single {
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .case-study-cta-heading {
    letter-spacing: -5px;
    font-size: 90px;
  }

  .button {
    margin-left: 120px;
  }

  .case-study-hero-title {
    letter-spacing: -8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 160px;
  }

  .intro-heading {
    margin-bottom: 60px;
  }

  .case-study-hero-textt {
    max-width: 800px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container-full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    color: gray;
    letter-spacing: -.5px;
    text-transform: none;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 60px;
    line-height: 1.2em;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
    border: 0 solid #000;
  }

  .nav-link.email-link {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 2em;
  }

  .nav-link.nav-link-home {
    display: block;
  }

  .nav-link.email-link-copy {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 2em;
  }

  .hero-title {
    margin-bottom: 30px;
    font-size: 48px;
  }

  .hero-caption-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .secondary-heading {
    font-size: 50px;
  }

  .nav-menu {
    background-color: #101010;
    place-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  .menu-button {
    z-index: 999;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu-items {
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .section-projects {
    margin-bottom: 75vh;
  }

  .project-slide {
    justify-content: flex-end;
  }

  .project-client-logo {
    max-width: 80px;
  }

  .project-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .project-tag {
    background-color: #0000;
    margin-bottom: 0;
    padding: 0;
    line-height: 1em;
  }

  .project-tag.light {
    background-color: #0000;
  }

  .project-tag.blue {
    border-width: 0;
  }

  .products-row-even {
    left: 30px;
  }

  .subdivision-image-wrapper {
    margin-bottom: 60px;
  }

  .subdivision-image-wrapper.left {
    margin-right: 0;
  }

  .subdivision-image-wrapper.right {
    margin-left: 0;
  }

  .image {
    z-index: 99;
    position: relative;
  }

  .project-image-container {
    flex-direction: column;
    justify-content: center;
    width: 400vw;
    inset: 0% auto;
  }

  .project-image-container.light {
    width: 150vw;
  }

  .project-image-overlay-left {
    background-image: linear-gradient(to top, #000, #0000);
    width: 100%;
    height: 100vh;
    inset: 0%;
  }

  .project-image-overlay-left.light {
    background-image: linear-gradient(to top, #fff 25%, #0000);
  }

  .project-image-overlay-left.blue {
    background-image: linear-gradient(to top, #2c799a 5%, #2c799a00 50%);
  }

  .container-full-narrow {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-slide-wrapper {
    height: 100vh;
  }

  .subdivision-image-overlay, .subdivision-image-overlay-right, .subdivision-image-overlay-left {
    height: 600px;
  }

  .project-columns {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block {
    z-index: 99;
    position: relative;
  }

  .button-text {
    padding: 15px 60px;
  }

  .division-icon-new {
    padding-left: 0;
    padding-right: 0;
  }

  .project-lottie-animation {
    flex: 1;
    align-self: stretch;
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .case-study-caption {
    display: none;
  }

  .case-study-cta-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .case-study-caption-hero {
    text-align: center;
    font-size: 15px;
    display: block;
  }

  .button {
    color: gray;
    letter-spacing: -.5px;
    text-transform: none;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 60px;
    line-height: 1.2em;
  }

  .button:hover {
    color: #fff;
  }

  .button.w--current {
    opacity: 1;
    color: #fff;
    border: 0 solid #000;
  }

  .button.email-link {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 2em;
  }

  .button.nav-link-home {
    display: block;
  }

  .button.case-study-cta {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 30px;
    max-width: 240px;
    margin: 30px auto 60px;
    font-size: 12px;
    line-height: 2em;
    display: block;
  }

  .case-study-hero-title {
    text-align: left;
    margin-bottom: 30px;
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.email-link, .nav-link.email-link-copy {
    align-self: flex-start;
  }

  .section-hero {
    justify-content: flex-end;
  }

  .hero-title {
    text-align: left;
    margin-bottom: 80px;
    font-size: 48px;
  }

  .hero-caption {
    align-items: flex-end;
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .hero-caption-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-button {
    float: left;
  }

  .hero-text {
    display: none;
  }

  .section-clients {
    top: -70px;
  }

  .logo-stripe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .client-logo {
    width: 10vw;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .secondary-heading {
    text-align: center;
    letter-spacing: -2px;
    font-size: 40px;
  }

  .intro-text {
    font-size: 15px;
    display: none;
  }

  .division-card {
    text-align: left;
    width: 100%;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    position: fixed;
    top: 120px;
    left: 0%;
    right: 0%;
  }

  .division-title {
    margin-top: 0;
  }

  .nav-menu {
    inset: 0%;
  }

  .nav-menu-items {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-products {
    padding-bottom: 0;
  }

  .secondary-text {
    font-size: 15px;
  }

  .products-grid {
    margin-top: 0;
  }

  .product-card {
    background-color: #0000;
    background-image: none;
    padding: 15px 0;
  }

  .product-card.mini {
    background-color: #0000;
    background-image: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-card-tag {
    float: left;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 15px;
  }

  .product-card-title {
    margin-top: 10px;
    font-size: 15px;
  }

  .product-card-mini {
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .product-card-mini-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-title-block {
    margin-bottom: 30px;
  }

  .product-card-mini-tag {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .section-projects {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-slide {
    opacity: 1;
  }

  .project-client-logo {
    max-width: 60px;
  }

  .project-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .project-description {
    margin-bottom: 30px;
    display: none;
  }

  .project-tag {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .section-testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-card {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-title {
    font-size: 30px;
  }

  .section-footer {
    height: 60px;
    margin-top: -60px;
  }

  .footer-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-text {
    font-size: 10px;
  }

  .footer-logo {
    width: 32px;
    height: 32px;
  }

  .products-row-even {
    left: 0;
  }

  .section-services {
    padding-top: 0;
  }

  .subdivision-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .subdivision-description {
    margin-bottom: 0;
    font-size: 12px;
  }

  .subdivisioin-services {
    border-top-width: 0;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .subdivision-services-category {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 12px;
    display: none;
  }

  .subdivision-services-list-item {
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .subdivision-slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-wide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subdivision-image-wrapper {
    margin-bottom: 30px;
  }

  .subdivision-image-wrapper.left {
    left: 0;
  }

  .subdivision-image-wrapper.right {
    right: 0;
  }

  .project-image-overlay-top {
    display: none;
  }

  .project-image-container-left {
    width: 100%;
    height: 400px;
    position: relative;
  }

  .project-image-overlay-right, .column, .column-2 {
    display: none;
  }

  .container-full-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-slide-wrapper.last {
    margin-bottom: 0;
  }

  .grid {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: minmax(0, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .subdivision-image {
    height: 300px;
  }

  .subdivision-image-caption {
    text-align: left;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.2em;
  }

  .subdivision-image-overlay-right {
    background-image: linear-gradient(to top, #000, #00000080 103%);
    height: 400px;
  }

  .subdivision-image-overlay-left {
    background-image: linear-gradient(to top, #000, #00000040);
    height: 400px;
  }

  .project-columns {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-button-alt {
    float: left;
  }

  .cta-title-link {
    font-size: 30px;
  }

  .subdivision-image-overlay-new._3danimation {
    background-image: url('../images/Play-Icon.svg'), linear-gradient(to top, #000000e6, #0000 50%, #00000080 103%), url('../images/3D_6.jpg');
    background-position: 50%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 60px 60px, auto, cover;
  }

  .subdivision-image-overlay-new._3character {
    background-image: url('../images/Play-Icon.svg'), linear-gradient(to top, #000000bf, #00000080), url('../images/3D_Ch_1.jpg');
    background-position: 50%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 60px 60px, auto, cover;
  }

  .subdivision-image-overlay-new._2danimation {
    background-image: url('../images/Play-Icon.svg'), linear-gradient(to top, #000000e6, #000000bf), url('../images/2D_Corp4.jpg');
    background-position: 50%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 60px 60px, auto, cover;
  }

  .subdivision-image-overlay-new._2dcharacter {
    background-image: url('../images/Play-Icon.svg'), linear-gradient(to top, #00000080, #00000080), url('../images/2D_Ch_1.jpg');
    background-position: 50%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 60px 60px, auto, cover;
  }

  .subdivision-image-overlay-new.film {
    background-image: url('../images/Play-Icon.svg'), linear-gradient(to top, #000, #00000040), url('../images/Film_2.jpg');
    background-position: 50%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 60px 60px, auto, cover;
  }

  .product-card-wrapper {
    border-bottom: 1px solid #ffffff1a;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .product-card-wrapper.cyan {
    box-shadow: none;
    background-image: none;
    border-radius: 0;
  }

  .product-card-wrapper.purple, .product-card-wrapper.red, .product-card-wrapper.green {
    box-shadow: none;
    background-image: none;
  }

  .product-card-wrapper.blue {
    background-image: none;
  }

  .product-card-wrapper.yellow {
    box-shadow: none;
    background-image: none;
  }

  .subdivision-cover-picture {
    opacity: 0;
  }

  .subdivision-services-collapsible {
    transition: all .5s;
    display: none;
    overflow: hidden;
  }

  .subdivision-services-heading {
    display: block;
  }

  .subdivision-services-link {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
  }

  .collapse-icon {
    width: 12px;
    height: 12px;
  }

  .collapse-line-1 {
    background-color: #fff;
    width: 12px;
    height: 2px;
    padding: 0;
    transform: rotate(45deg);
  }

  .collapse-line-2 {
    background-color: #fff;
    width: 12px;
    height: 2px;
    padding: 0;
    transform: rotate(-45deg);
  }

  .hero-title-subhead {
    font-size: 10px;
  }

  .case-study-caption {
    font-size: 20px;
  }

  .case-study-services-list-item {
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .case-study-tertiary-heading {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .process-step-number {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .process-step-title {
    margin-bottom: 0;
    font-size: 15px;
  }

  .process-step-description {
    font-size: 12px;
    line-height: 20px;
  }

  .process-step {
    margin-right: 30px;
  }

  .testimonial-card-single {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-case-study-hero {
    justify-content: flex-end;
    align-items: stretch;
  }

  .case-study-cta-heading {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .case-study-caption-hero {
    text-align: left;
  }

  .button.email-link, .button.case-study-cta {
    align-self: flex-start;
  }

  .case-study-hero-title {
    align-self: flex-start;
    width: 100%;
    font-size: 48px;
  }

  .case-study-subhead {
    text-align: left;
    align-self: flex-start;
  }

  .intro-heading {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
  }

  .divisions-wrapper {
    margin-top: 50vh;
  }

  .case-study-hero-textt {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-wordmark {
    z-index: 999;
    font-size: 16px;
  }

  .logo-visualmark {
    z-index: 999;
    width: 36px;
    height: 32px;
    top: 0;
  }

  .nav-link {
    font-size: 40px;
  }

  .section-hero {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hero-title {
    letter-spacing: -3px;
    flex-direction: column;
    width: 100%;
  }

  .hero-title-worlds, .hero-title-products, .hero-title-magic {
    display: block;
  }

  .hero-caption {
    flex: 1;
    align-self: flex-start;
    height: auto;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .hero-caption-container {
    order: 1;
    align-self: flex-end;
  }

  .hero-button {
    margin-left: -10px;
  }

  .hero-text {
    display: none;
  }

  .section-clients {
    top: 0;
  }

  .client-logo {
    width: 20vw;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-divisions {
    overflow: hidden;
  }

  .nav-menu-items, .section-hero-labs, .section-hero-verses {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subdivision-services-category {
    margin-bottom: 10px;
  }

  .subdivision-services-list {
    margin-bottom: 0;
  }

  .subdivision-services-list-item {
    border-bottom: 1px solid #ffffff1a;
  }

  .container-wide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-hero-studios {
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-image-overlay-right {
    display: none;
  }

  .hero-home {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-backgrounds-wrapper {
    position: relative;
  }

  .hero-button-alt {
    margin-left: -10px;
  }

  .button-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .subdivision-services-link {
    margin-bottom: 10px;
  }

  .section-case-study-description {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case-study-caption {
    font-size: 15px;
  }

  .case-study-services-list-item {
    border-bottom: 1px solid #ffffff1a;
  }

  .case-study-tertiary-heading {
    font-size: 30px;
  }

  .process-step {
    margin-right: 0;
  }

  .testimonial-text-large {
    font-size: 20px;
  }

  .section-case-study-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-cta-heading {
    font-size: 30px;
  }

  .case-study-caption-hero {
    font-size: 15px;
  }

  .button {
    font-size: 40px;
  }

  .case-study-hero-title {
    letter-spacing: -3px;
    flex-direction: column;
    width: 100%;
  }

  .case-study-hero-textt {
    display: none;
  }

  .container-960, .container-961 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_58cf5113-37a1-2435-aa28-aebbfe61bc2d-b7acf234 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_58cf5113-37a1-2435-aa28-aebbfe61bc33-b7acf234 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: end;
}

#w-node-_58cf5113-37a1-2435-aa28-aebbfe61bc39-b7acf234 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae16-5558f494 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_22325bb5-e78a-2810-a545-21554e341055-5558f494 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae17-5558f494 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae1d-5558f494 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_084fa333-4465-e487-8da9-28cbb2670a14-5558f494 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_084fa333-4465-e487-8da9-28cbb2670a15-5558f494 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_53af6d3b-7886-fa22-d133-92d02973848b-5558f494 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_084fa333-4465-e487-8da9-28cbb2670a1b-5558f494 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-b603c0c5-71cf-f251-4238-e26810014b86-5558f494 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b603c0c5-71cf-f251-4238-e26810014b87-5558f494 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-b603c0c5-71cf-f251-4238-e26810014b8d-5558f494 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_54d3a815-46d8-ef93-9700-26f99db0aff2-5558f494 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_54d3a815-46d8-ef93-9700-26f99db0aff3-5558f494 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_54d3a815-46d8-ef93-9700-26f99db0aff9-5558f494 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4af70fae-7cc7-0ff6-3503-c92c0bce3702-baaed27b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_4af70fae-7cc7-0ff6-3503-c92c0bce3703-baaed27b {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_4af70fae-7cc7-0ff6-3503-c92c0bce3709-baaed27b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a2794-baaed27b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a2795-baaed27b {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a279b-baaed27b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f98851bc-cfc8-c8da-82cd-4b422d59a854-baaed27b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f98851bc-cfc8-c8da-82cd-4b422d59a855-baaed27b {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-f98851bc-cfc8-c8da-82cd-4b422d59a85b-baaed27b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7ffbca01-dbb6-3379-71f2-e46fd1fc41ce-7bc8eb33 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_7ffbca01-dbb6-3379-71f2-e46fd1fc41d4-7bc8eb33 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_7ffbca01-dbb6-3379-71f2-e46fd1fc41da-7bc8eb33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b731d743-e497-911b-b94c-633264c1fc12-7bc8eb33 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b731d743-e497-911b-b94c-633264c1fc18-7bc8eb33 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-b731d743-e497-911b-b94c-633264c1fc1e-7bc8eb33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_564ebd16-5b78-232c-062f-2f47c904b801-7bc8eb33 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_564ebd16-5b78-232c-062f-2f47c904b807-7bc8eb33 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_564ebd16-5b78-232c-062f-2f47c904b80d-7bc8eb33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae16-c7ab9386 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_22325bb5-e78a-2810-a545-21554e341055-c7ab9386 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae17-c7ab9386 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae1d-c7ab9386 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_084fa333-4465-e487-8da9-28cbb2670a14-c7ab9386 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_084fa333-4465-e487-8da9-28cbb2670a15-c7ab9386 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_53af6d3b-7886-fa22-d133-92d02973848b-c7ab9386 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_084fa333-4465-e487-8da9-28cbb2670a1b-c7ab9386 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-b603c0c5-71cf-f251-4238-e26810014b86-c7ab9386 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b603c0c5-71cf-f251-4238-e26810014b87-c7ab9386 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-b603c0c5-71cf-f251-4238-e26810014b8d-c7ab9386 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_54d3a815-46d8-ef93-9700-26f99db0aff2-c7ab9386 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_54d3a815-46d8-ef93-9700-26f99db0aff3-c7ab9386 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_54d3a815-46d8-ef93-9700-26f99db0aff9-c7ab9386 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (min-width: 1920px) {
  #w-node-_084fa333-4465-e487-8da9-28cbb2670a14-5558f494 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b86-5558f494 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff2-5558f494, #w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a2794-baaed27b, #w-node-b731d743-e497-911b-b94c-633264c1fc12-7bc8eb33, #w-node-_084fa333-4465-e487-8da9-28cbb2670a14-c7ab9386 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b86-c7ab9386 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff2-c7ab9386 {
    grid-area: 1 / 7 / 2 / 13;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_58cf5113-37a1-2435-aa28-aebbfe61bc33-b7acf234 {
    grid-column: 7 / 11;
  }

  #w-node-_58cf5113-37a1-2435-aa28-aebbfe61bc39-b7acf234 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_22325bb5-e78a-2810-a545-21554e341055-5558f494 {
    grid-column: 8 / 11;
  }

  #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae17-5558f494 {
    grid-column: 7 / 11;
  }

  #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae1d-5558f494 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_084fa333-4465-e487-8da9-28cbb2670a14-5558f494 {
    grid-column: 7 / 13;
  }

  #w-node-_084fa333-4465-e487-8da9-28cbb2670a15-5558f494 {
    grid-column-start: 3;
  }

  #w-node-_53af6d3b-7886-fa22-d133-92d02973848b-5558f494 {
    grid-column: 3 / 6;
  }

  #w-node-_084fa333-4465-e487-8da9-28cbb2670a1b-5558f494 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b86-5558f494 {
    grid-column: 1 / 7;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b87-5558f494 {
    grid-column: 7 / 11;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b8d-5558f494 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff2-5558f494 {
    grid-column: 7 / 13;
  }

  #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff3-5558f494 {
    grid-column: 3 / 7;
  }

  #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff9-5558f494 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_4af70fae-7cc7-0ff6-3503-c92c0bce3703-baaed27b {
    grid-column: 7 / 11;
  }

  #w-node-_4af70fae-7cc7-0ff6-3503-c92c0bce3709-baaed27b {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a2794-baaed27b {
    grid-column: 7 / 13;
  }

  #w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a2795-baaed27b {
    grid-column-start: 3;
  }

  #w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a279b-baaed27b {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-f98851bc-cfc8-c8da-82cd-4b422d59a855-baaed27b {
    grid-column: 7 / 11;
  }

  #w-node-f98851bc-cfc8-c8da-82cd-4b422d59a85b-baaed27b {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_7ffbca01-dbb6-3379-71f2-e46fd1fc41d4-7bc8eb33 {
    grid-column: 7 / 11;
  }

  #w-node-_7ffbca01-dbb6-3379-71f2-e46fd1fc41da-7bc8eb33 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-b731d743-e497-911b-b94c-633264c1fc12-7bc8eb33 {
    grid-column: 7 / 13;
  }

  #w-node-b731d743-e497-911b-b94c-633264c1fc18-7bc8eb33 {
    grid-column-start: 3;
  }

  #w-node-b731d743-e497-911b-b94c-633264c1fc1e-7bc8eb33 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_564ebd16-5b78-232c-062f-2f47c904b807-7bc8eb33 {
    grid-column: 7 / 11;
  }

  #w-node-_564ebd16-5b78-232c-062f-2f47c904b80d-7bc8eb33 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_22325bb5-e78a-2810-a545-21554e341055-c7ab9386 {
    grid-column: 8 / 11;
  }

  #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae17-c7ab9386 {
    grid-column: 7 / 11;
  }

  #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae1d-c7ab9386 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_084fa333-4465-e487-8da9-28cbb2670a14-c7ab9386 {
    grid-column: 7 / 13;
  }

  #w-node-_084fa333-4465-e487-8da9-28cbb2670a15-c7ab9386 {
    grid-column-start: 3;
  }

  #w-node-_53af6d3b-7886-fa22-d133-92d02973848b-c7ab9386 {
    grid-column: 3 / 6;
  }

  #w-node-_084fa333-4465-e487-8da9-28cbb2670a1b-c7ab9386 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b86-c7ab9386 {
    grid-column: 1 / 7;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b87-c7ab9386 {
    grid-column: 7 / 11;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b8d-c7ab9386 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff2-c7ab9386 {
    grid-column: 7 / 13;
  }

  #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff3-c7ab9386 {
    grid-column: 3 / 7;
  }

  #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff9-c7ab9386 {
    grid-area: 2 / 3 / 3 / 11;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_58cf5113-37a1-2435-aa28-aebbfe61bc33-b7acf234, #w-node-_4af70fae-7cc7-0ff6-3503-c92c0bce3703-baaed27b, #w-node-f98851bc-cfc8-c8da-82cd-4b422d59a855-baaed27b, #w-node-_7ffbca01-dbb6-3379-71f2-e46fd1fc41d4-7bc8eb33, #w-node-_564ebd16-5b78-232c-062f-2f47c904b807-7bc8eb33 {
    grid-column: 7 / 12;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_58cf5113-37a1-2435-aa28-aebbfe61bc2d-b7acf234, #w-node-_58cf5113-37a1-2435-aa28-aebbfe61bc33-b7acf234, #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae16-5558f494, #w-node-_22325bb5-e78a-2810-a545-21554e341055-5558f494, #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae17-5558f494, #w-node-_084fa333-4465-e487-8da9-28cbb2670a14-5558f494, #w-node-_084fa333-4465-e487-8da9-28cbb2670a15-5558f494, #w-node-_53af6d3b-7886-fa22-d133-92d02973848b-5558f494, #w-node-b603c0c5-71cf-f251-4238-e26810014b86-5558f494, #w-node-b603c0c5-71cf-f251-4238-e26810014b87-5558f494, #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff2-5558f494, #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff3-5558f494, #w-node-_4af70fae-7cc7-0ff6-3503-c92c0bce3702-baaed27b, #w-node-_4af70fae-7cc7-0ff6-3503-c92c0bce3703-baaed27b, #w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a2794-baaed27b, #w-node-e6e88f93-fa5c-54c4-62bf-c087bc7a2795-baaed27b, #w-node-f98851bc-cfc8-c8da-82cd-4b422d59a854-baaed27b, #w-node-f98851bc-cfc8-c8da-82cd-4b422d59a855-baaed27b, #w-node-_7ffbca01-dbb6-3379-71f2-e46fd1fc41ce-7bc8eb33, #w-node-_7ffbca01-dbb6-3379-71f2-e46fd1fc41d4-7bc8eb33, #w-node-b731d743-e497-911b-b94c-633264c1fc12-7bc8eb33, #w-node-b731d743-e497-911b-b94c-633264c1fc18-7bc8eb33, #w-node-_564ebd16-5b78-232c-062f-2f47c904b801-7bc8eb33, #w-node-_564ebd16-5b78-232c-062f-2f47c904b807-7bc8eb33, #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae16-c7ab9386, #w-node-_22325bb5-e78a-2810-a545-21554e341055-c7ab9386, #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae17-c7ab9386, #w-node-_084fa333-4465-e487-8da9-28cbb2670a14-c7ab9386, #w-node-_084fa333-4465-e487-8da9-28cbb2670a15-c7ab9386, #w-node-_53af6d3b-7886-fa22-d133-92d02973848b-c7ab9386, #w-node-b603c0c5-71cf-f251-4238-e26810014b86-c7ab9386, #w-node-b603c0c5-71cf-f251-4238-e26810014b87-c7ab9386, #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff2-c7ab9386, #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff3-c7ab9386 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae16-5558f494 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_22325bb5-e78a-2810-a545-21554e341055-5558f494 {
    grid-area: 4 / 5 / 5 / 13;
  }

  #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae17-5558f494 {
    grid-column: span 10 / span 10;
  }

  #w-node-_084fa333-4465-e487-8da9-28cbb2670a14-5558f494 {
    grid-column: span 12 / span 12;
  }

  #w-node-_084fa333-4465-e487-8da9-28cbb2670a15-5558f494 {
    grid-column: span 10 / span 10;
  }

  #w-node-_53af6d3b-7886-fa22-d133-92d02973848b-5558f494 {
    grid-area: 4 / 5 / 5 / 13;
  }

  #w-node-b603c0c5-71cf-f251-4238-e26810014b87-5558f494, #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff3-5558f494 {
    grid-column: span 10 / span 10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72ee7dc0-6c26-5c9f-a649-bf66ee49ae17-5558f494, #w-node-_084fa333-4465-e487-8da9-28cbb2670a15-5558f494, #w-node-b603c0c5-71cf-f251-4238-e26810014b87-5558f494, #w-node-_54d3a815-46d8-ef93-9700-26f99db0aff3-5558f494 {
    grid-column: span 12 / span 12;
  }

  #w-node-_3332af0f-bb58-e84a-51ba-ff7835964179-0c45d16a, #w-node-_3332af0f-bb58-e84a-51ba-ff7835964180-0c45d16a, #w-node-_3332af0f-bb58-e84a-51ba-ff7835964187-0c45d16a, #w-node-_3332af0f-bb58-e84a-51ba-ff783596418e-0c45d16a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


