:root {
  --ddd-blue: #00abd8;
  --white: white;
  --black: black;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3 3 7-7' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 70vh;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.linear {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.section.linear.skills {
  height: 100%;
}

.section.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 30vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section.linear-header {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.linear-project-highlight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.linear-project-highlight.showreel {
  display: none;
}

.section.linear-project-highlight.showreel._2d, .section.linear-project-highlight.showreel._3d {
  display: block;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.navigation-item {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: park-lane, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 20px;
  transition-property: none;
  display: flex;
  position: static;
}

.navigation-item:hover, .navigation-item:active {
  opacity: 1;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  text-transform: capitalize;
  margin-left: 0;
  padding: 0;
  font-family: circe-rounded, sans-serif;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.menu-text {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.navigation-item.menu-text.w--current {
  font-family: park-lane, sans-serif;
}

.navigation-item.dropdown {
  background-color: var(--ddd-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.navigation-item.dropdown.w--current {
  font-family: park-lane, sans-serif;
  text-decoration: underline;
}

.navigation-item.arrow {
  width: 100%;
  padding-left: 5px;
}

.navigation-item.arrow:hover {
  color: var(--ddd-blue);
}

.navigation-item.arrow:active {
  opacity: 1;
}

.navigation-items {
  border-bottom: 2px solid var(--ddd-blue);
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 40px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  overflow: visible;
}

.navigation {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-family: park-lane, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.logo-image {
  height: 1vh;
  margin-top: 6vh;
  margin-bottom: 6vh;
  display: block;
}

.navigation-wrap {
  opacity: 1;
  border-bottom: 0 solid #000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  display: block;
  position: relative;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

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

.nav-menu {
  z-index: 100000;
  align-items: center;
  display: flex;
}

.logo-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.reel {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.reel.home-hero {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.reel.discipline-hero {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.reel-title {
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.5vw;
  display: flex;
  position: relative;
}

.wrapper {
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.reel-title-mask {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5vh;
  display: block;
  position: static;
  overflow: hidden;
}

.reel-title-mask.contact-page-combo {
  justify-content: flex-start;
  margin-left: 80px;
  margin-right: 80px;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.spacer {
  background-color: #0000;
  border-radius: 50%;
  width: .2rem;
  display: block;
}

.playpauseimage {
  opacity: 0;
  height: 5vw;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.play-pause-button-2 {
  display: none;
}

.text-header-circe-bold {
  text-align: center;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  font-family: circe, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.row {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  font-family: circe-rounded, sans-serif;
  display: flex;
}

.row.spacer {
  border-radius: 0%;
  margin: 10px 0;
  padding-top: 1px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.row.spacer.xtraspacehome {
  display: block;
}

.row.lotties {
  white-space: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.row.pdf {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.reel-contain {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reel-contain.home-hero {
  text-align: center;
  object-position: 50% 0%;
  border-radius: 0;
  height: 30rem;
}

.reel-contain._2d-header-hero {
  text-align: center;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.reel-contain.key-art-hero {
  text-align: center;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.text-01_slide {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: block;
}

.text-block {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-right: 2vw;
  font-family: park-lane, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 40px;
}

.text-block.raise {
  margin-top: 0;
}

.text-block.contact {
  padding-bottom: 0;
  display: flex;
}

.text-03 {
  align-items: center;
  height: 7em;
  margin-left: 0;
  display: flex;
}

.text-02 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 7em;
  display: flex;
  overflow: visible;
}

.text-body-circe {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  font-family: circe, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
}

.text-header-park-lane {
  text-align: center;
  background-color: #fff;
  height: 100%;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  font-family: park-lane, sans-serif;
  font-size: 6vh;
  font-weight: 700;
}

.text-header-park-lane.loveisland {
  line-height: 45px;
}

.logo-header {
  align-items: center;
  display: block;
}

.lightbox-description {
  margin-top: 10px;
}

.line-slider {
  background-color: var(--black);
  width: 40%;
  height: 2px;
  font-size: 2px;
  display: block;
}

.lightbox-thumbnail {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.lottieplay {
  z-index: 5;
  width: 35%;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-11 {
  display: flex;
  position: relative;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dotsfooter-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 5em;
  display: flex;
  overflow: hidden;
}

.dotsfooter-div.left {
  justify-content: flex-start;
  width: auto;
  height: 100%;
  margin-left: 0;
}

.dotsfooter-div.center {
  width: auto;
  height: 100%;
}

.text-block-2 {
  font-family: circe-rounded, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.text-block-2.copyright {
  font-size: .8rem;
}

.footer-contact-email {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-right: 0;
  display: flex;
}

.lottie-comms {
  filter: invert();
  width: 6vw;
  padding-top: 6px;
}

.lottie-mail {
  filter: invert();
  width: 25px;
  margin-top: 5px;
  margin-right: 10px;
  position: static;
}

.footer-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 3px solid var(--ddd-blue);
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  height: 80px;
  margin-left: 80px;
  margin-right: 80px;
  display: grid;
}

.radio-button {
  z-index: 3;
  border: 1px dotted var(--black);
  opacity: .2;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  border: 2px dotted var(--black);
  border-radius: 0%;
}

.radio-button:active {
  border: 2px solid var(--black);
  border-radius: 0%;
}

.radio-button.w--redirected-checked {
  z-index: 5;
  border-width: 2px;
  border-color: var(--black);
  background-color: #ffffff14;
  border-radius: 0%;
}

.radio-button.w--redirected-focus {
  border: 2px solid var(--black);
  box-shadow: none;
  border-radius: 0%;
}

.checkbox {
  border-width: 2px;
  border-color: var(--black);
  border-radius: 50px;
  width: .8em;
  height: .8em;
  margin: 0 10px 2px -10px;
}

.checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--black);
  background-color: var(--black);
  background-image: none;
  border-radius: 50px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.field-block {
  margin-bottom: 2em;
}

.text-block-31 {
  font-family: circe, sans-serif;
}

.contact-form-2 {
  border: 1px solid #fff;
  padding: 2.5em;
  display: block;
}

.radio-group {
  flex-wrap: wrap;
  margin-top: .5em;
  display: flex;
}

.radio-button-field {
  border: 1px solid var(--white);
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 10px 20px;
  transition: border-color .2s;
  position: relative;
}

.radio-label {
  z-index: 1;
  text-transform: capitalize;
  font-family: circe, sans-serif;
  font-weight: 400;
  position: relative;
}

.contact-button-wrapper {
  width: 100%;
  display: inline-block;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: circe-rounded, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.error-message {
  background-color: #d3463f;
  font-size: 16px;
}

.contact-field-label {
  opacity: .7;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .2em;
  font-family: park-lane, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}

.button-2 {
  color: #111;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7c631;
  margin: auto 20px auto auto;
  padding: 1em;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-2.submit {
  width: 100%;
  color: var(--white);
  background-color: #00a8d5;
  font-family: park-lane, sans-serif;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 1em;
  margin-right: 2.3em;
  padding-left: 10px;
  font-size: 1.1em;
  line-height: 1.6;
  transition: opacity .2s;
  display: flex;
}

.checkbox-field:hover {
  opacity: .7;
}

.checkbox-group {
  flex-wrap: wrap;
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.contact-full-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  position: static;
}

.contact-input {
  color: #1a1b1f;
  background-color: #0000;
  border: 1px dotted #000;
  width: 100%;
  height: 3em;
  margin-bottom: 0;
  font-family: circe, sans-serif;
  transition: border-color .2s;
}

.contact-input:hover {
  border-bottom-color: #000;
}

.contact-input:focus {
  border-bottom-color: #d3463f;
}

.contact-input::placeholder {
  color: #848484;
}

.contact-input.contact-area {
  height: auto;
  min-height: 100px;
}

.contact-content-center {
  z-index: 3;
  width: 50%;
  position: relative;
}

.success-message {
  color: #141414;
  background-color: #fff;
  font-size: 16px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
}

.text-block-32 {
  font-family: circe, sans-serif;
}

.comms-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-contact {
  font-family: circe-rounded, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.lightboxcaption {
  width: 40%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block.email {
  justify-content: flex-end;
  display: flex;
}

.link-block.phone {
  justify-content: flex-end;
  align-items: flex-start;
}

.link-block.phone.mobile {
  display: none;
}

.dropdown {
  z-index: 10000;
  overflow: visible;
}

.dropdown-list-2 {
  color: #0000;
  background-color: #ddd0;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 67.5px;
  left: -40px;
  right: -40px;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  background-color: var(--ddd-blue);
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  top: 55px;
  left: auto;
  right: 0;
  overflow: hidden;
}

.dropdown-toggle {
  align-items: center;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.project-highlight {
  height: 100%;
  overflow: hidden;
}

.video-modal {
  z-index: 80;
  object-fit: fill;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-parent-video01 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.html-embed {
  z-index: 11;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.black-dot {
  background-color: var(--black);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.black-dot.dot01 {
  transform: scale(1.8);
}

.black-dot.dot04gala {
  display: block;
}

.black-dot.dot05 {
  transform: scale(1.8);
}

.black-dot.dot03-copy, .black-dot.dot08-love4, .black-dot.dot09-love5, .black-dot.dot03-tinad {
  display: none;
}

.black-dot.dot01tinad, .black-dot.dot05cc {
  transform: scale(1.8);
}

.black-dot.dot05dm {
  display: block;
  transform: scale(1.8);
}

.black-dot.dot05dm.keyartcombo {
  display: none;
}

.black-dot.dot06dm {
  display: block;
}

.black-dot.dot06dm.keyartcombo {
  display: none;
}

.black-dot.dot01murder {
  transform: scale(1.8);
}

.black-dot.dot05gala {
  display: block;
}

.black-dot.dot01mba {
  display: block;
  transform: scale(1.8);
}

.black-dot.dot02mba, .black-dot.dot03mba {
  display: block;
}

.black-dot.dot05man {
  transform: scale(1.8);
}

.black-dot.dot07dm {
  display: block;
}

.video-navigator {
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.arrowleft01 {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.project-title {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.project-title.hidemobilelandscape {
  margin-top: 20px;
}

.buttons {
  z-index: 11;
  justify-content: center;
  align-items: baseline;
  width: 150px;
  padding: 15px 0;
  display: flex;
  position: relative;
}

.arrows-left {
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.project-info {
  display: block;
}

.arrows-right {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.body-3 {
  background-color: var(--white);
}

.opacity-cover {
  z-index: 10;
  background-color: var(--black);
  opacity: 0;
  object-fit: fill;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0);
}

.text-scroll-park-lane {
  text-align: center;
  letter-spacing: .05em;
  width: 100%;
  margin-bottom: 0;
  font-family: park-lane, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 33px;
}

.scroll-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 15%;
  display: flex;
}

.arrowleft02 {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.arrowright01 {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrowright02 {
  z-index: 11;
  height: 30px;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0);
}

.rewind {
  width: 20px;
  height: 20px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  display: none;
}

.grid-spacer {
  height: 100%;
}

.play, .pause {
  width: 20px;
  height: 20px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  display: none;
}

.project-3-points-park-lane {
  text-align: center;
  letter-spacing: .05em;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  font-family: park-lane, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.arrowcontainerleft {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrowcontainerright {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.playblocker {
  z-index: 11;
  background-color: #0000;
  width: 20px;
  height: 80px;
  margin: -30px auto 30px;
  display: none;
  position: absolute;
  inset: 0%;
}

.large-play-button {
  z-index: 12;
  opacity: 1;
  width: 10%;
  height: 10%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.videoslide11 {
  display: block;
}

.videoslide02, .videoslide03 {
  display: none;
}

.button-parent-video03 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-parent-video02 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.videoslide04 {
  display: block;
}

.button-parent-video04 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation {
  width: 20%;
}

.footer-contact-phone {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  margin-right: 0;
  display: flex;
}

.navitemholder {
  background-color: var(--ddd-blue);
  justify-content: flex-start;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  display: flex;
}

.navitemholder.w--current {
  color: #fff;
  text-decoration: underline;
}

.navitemholder.w--current:hover {
  color: var(--white);
  text-decoration: underline;
}

.lottie-animation-3 {
  filter: invert();
  width: 20px;
  height: auto;
}

.videoslide05 {
  display: block;
}

.videoslide06, .videoslide07, .videoslide08, .videoslide09 {
  display: none;
}

.videoslide10 {
  display: block;
}

.grid-disciplines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 80px 5fr 80px;
}

.arrowright04 {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrowright05 {
  z-index: 11;
  height: 30px;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0);
}

.project-highlight-banner {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 30rem;
}

.slider {
  background-color: #ddd0;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.icon {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
}

.button-parent-video10, .button-parent-video06 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-parent-video07, .button-parent-video08, .button-parent-video09 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrowright06 {
  z-index: 11;
  height: 30px;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0);
}

.arrowleft04, .arrowleft05, .arrowleft06, .arrowleft07 {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.button-parent-video10m {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-holder {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-24 {
  padding: 15px 30px;
}

.showcase-section {
  margin-left: 40px;
  margin-right: 40px;
}

.contact-tab-and-mob, .mobilemba {
  display: none;
}

.mobileplay {
  z-index: 12;
  opacity: 1;
  width: 10%;
  height: 10%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.mobilembagrid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobilevideomba {
  display: block;
}

.mobilespacingnavi {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: circe, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 33px;
}

.buttonsmobile {
  z-index: 11;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  display: flex;
  position: relative;
}

.button-parent-mobile01 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-mobile {
  padding: 15px 30px;
}

.playmobiile, .pausemobile {
  width: 20px;
  height: 20px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.mobilevibe {
  display: none;
}

.mobilevibegrid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobilevideovibe {
  display: block;
}

.button-parent-mobile02 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mobilecrs {
  display: none;
}

.mobilegridcrs {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobilevideocrs {
  display: block;
}

.button-parent-mobile03 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mobilemanchester {
  display: none;
}

.mobileman {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobilevideoman {
  display: block;
}

.button-parent-mobile04 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disciplines-tab-and-mob {
  display: none;
}

.rewindmobile {
  width: 20px;
  height: 20px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.mob2d, .mob3d, .mobbranding, .mobvideo, .mobtitlesequence, .mobkeyart {
  display: none;
}

.phone-email-link-block-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-email-link-block-copy.email {
  justify-content: flex-end;
  display: none;
}

.phone-call-link-block-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-call-link-block-copy.phone {
  justify-content: flex-end;
  align-items: flex-start;
}

.phone-call-link-block-copy.phone.mobile {
  display: none;
}

.phone-text-block-2-copy {
  font-family: circe-rounded, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.phone-text-block-2-copy.copyright, .mobilelogo, .mobile-spacer, .landscape-mobile-title {
  display: none;
}

.headerlandscape {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: circe, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 33px;
  display: none;
}

.arrowcontainerleftman {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-align-text-body-circe {
  text-align: left;
  letter-spacing: .05em;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
  font-family: circe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.text-header-circe-bold-italize {
  text-align: center;
  margin-bottom: 0;
  font-family: circe, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.middle-bold {
  text-align: center;
  letter-spacing: .05em;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
  font-family: park-lane, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.bts-project-highlight {
  height: 100%;
  overflow: visible;
}

.text-header-park-lane-bts {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: circe, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 33px;
}

.bts-project-highlight-dual {
  height: 300px;
  overflow: hidden;
}

.section-8 {
  height: 205px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.column-7, .column-8, .column-9 {
  padding-left: 0;
  padding-right: 0;
}

.image-6, .image-7, .image-8 {
  padding-left: 5px;
  padding-right: 5px;
}

.section-9 {
  padding-left: 80px;
  padding-right: 80px;
}

.image-9, .image-10, .image-11 {
  padding-left: 5px;
  padding-right: 5px;
}

.section-10 {
  height: 355px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.column-10 {
  padding-left: 0;
}

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

.mobilegalagrid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobile3dmbamodal, .mobilevideomm, .mobilevideord {
  display: block;
}

.mobiletex, .mobileblanc, .mobilebs, .mobilerat, .mobilecapel {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobilevideocapel, .mobilevideoloveisland, .mobilevideotinad {
  display: block;
}

.tinad-video-navigator-copy {
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.arrowright01-tinad {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.mobilevideoclosetome {
  display: block;
}

.mobileargonon {
  display: none;
}

.mobileargonongrid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobilevideoargonon {
  display: block;
}

.mobiletf {
  display: none;
}

.mobilegridtf {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobilevideotf {
  display: block;
}

.mobileholiday {
  display: none;
}

.mobileholidaygrid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.mobilevideoholiday {
  display: block;
}

.arrowleft01tinad {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.arrowright01-blanc {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrowleft01-blanc {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.arrowright04-cc {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrowleft04-cc, .arrowleft05-cc {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.arrowright05-cc {
  z-index: 11;
  height: 30px;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0);
}

.button-parent-video07-cc {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.videoslide05cc {
  display: block;
}

.videoslide06cc, .videoslide07cc {
  display: none;
}

.videoslidedm1 {
  display: block;
}

.videoslidedm2 {
  display: none;
}

.large-play-button-capel2 {
  z-index: 12;
  opacity: 1;
  width: 10%;
  height: 10%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.arrowleft04-dm {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.button-parent-video06-dm, .button-parent-video07-dm {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrowright04-dm {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrowright04-dm.keyartarrowcombo {
  display: none;
}

.headericon {
  filter: invert();
  height: 5.5rem;
  padding-left: 0;
}

.button-parent-video06cc {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-parent-mobile02-dm {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.large-play-button-dm1, .large-play-button-dm2 {
  z-index: 12;
  opacity: 1;
  width: 10%;
  height: 10%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

._2d-text-01-copy {
  align-items: center;
  height: 7em;
  display: none;
}

._2d-text-02-copy {
  flex-direction: row;
  align-items: center;
  width: 100vw;
  height: 7.5em;
  display: none;
  overflow: visible;
}

._2d-text-03-copy {
  justify-content: center;
  align-items: center;
  width: 220%;
  height: 7.5em;
  margin-left: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

._2d-text-03-copy.hide {
  display: none;
}

.discipline-text-block {
  text-align: left;
  font-family: park-lane, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 0;
}

.discipline-text-block.raise {
  letter-spacing: -2px;
  margin-top: 8px;
  margin-left: .5vw;
  font-size: 40px;
}

.offset-reel-title-mask-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: -10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offset-reel-title-mask-copy.longword {
  width: 230%;
}

.discipline-text-block-fullname {
  text-align: left;
  font-family: park-lane, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 0;
}

.discipline-text-block-fullname.raise {
  letter-spacing: -2px;
  margin-top: 8px;
  margin-left: .5vw;
}

.video-modal-murder {
  z-index: 15;
  position: relative;
  overflow: hidden;
}

.videoslide11murder {
  display: block;
}

.videoslide12murder {
  display: none;
}

.arrowright01-murder {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrowleft01murder {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.button-parent-video01murder {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-parent-video02murder {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.videoslideg4 {
  display: none;
}

.button-parent-videogala4 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrowleft03gala {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.arrowright03gala {
  z-index: 11;
  height: 30px;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0);
}

.keyart1, .keyart2, .keyart3, .keyart4 {
  display: block;
}

.keyartmob1 {
  display: none;
}

.keyartmob1grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.keyartmob1modal {
  display: block;
}

.buttonmobilekeyart {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.project-title-keyartmobile {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.keyartmob2 {
  display: none;
}

.keyartmob2grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.keyartmob2modal {
  display: block;
}

.keyartmob3 {
  display: none;
}

.keyartmob3grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.keyartmob3modal {
  display: block;
}

.keyartmob4 {
  display: none;
}

.keyartmob4grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5fr 1fr;
  margin: 25px 80px 80px;
}

.keyartmob4modal {
  display: block;
}

.arrowright01mba {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrowright02mba, .arrowright03mba {
  z-index: 11;
  height: 30px;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0);
}

.arrowleft01mba {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.button-parent-video01mba, .button-parent-video02mba {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-parent-video03mba {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.left02mba-copy, .arrowleft04man, .arrowleft05man, .arrowleft06man, .arrowleft07man {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.arrowright04man {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrowright05man, .arrowright06man, .arrowright07man {
  z-index: 11;
  height: 30px;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0);
}

.videoslide05man {
  display: block;
}

.videoslide06man, .videoslide07man, .videoslide08man, .videoslide09man, .videoslidedm3 {
  display: none;
}

.arrowleft05-dm {
  z-index: 11;
  height: 30px;
  display: none;
  position: absolute;
}

.arrowright05-dm {
  z-index: 11;
  backface-visibility: visible;
  transform-origin: 50%;
  height: 30px;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-parent-video08-dm {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.large-play-button-dm3 {
  z-index: 12;
  opacity: 1;
  width: 10%;
  height: 10%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.playcontainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  display: flex;
}

.lottie-button-animation {
  height: 4vh;
  margin-bottom: 1vh;
}

.lottie-button-animation.shrink {
  height: 6vh;
  margin-bottom: 1vh;
}

.lottie-animation-scroll {
  height: 2vh;
  margin-bottom: 1vh;
}

.scroll-link {
  flex-direction: column;
  justify-content: center;
  width: 15%;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
  overflow: hidden;
}

.videoplaceholder {
  max-height: 80vh;
  display: block;
  position: relative;
}

.html-embed-showreel {
  z-index: 11;
  object-fit: none;
  object-position: 50% 50%;
  background-color: #00abd800;
  margin-left: -2px;
  margin-right: -2px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.opacitybg {
  z-index: 20;
  background-color: var(--black);
  opacity: .7;
  cursor: pointer;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.videoclose {
  z-index: 113;
  float: none;
  position: static;
  inset: 0% 0% 0% 210%;
}

.rewind-showreel {
  height: 100%;
  margin-left: 7.5px;
  margin-right: 7.5px;
  display: block;
}

.play-showreel, .pause-showreel {
  height: 100%;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.popupvideo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.whitebar1 {
  background-color: #fff;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
  display: flex;
}

.whitebar1.lower {
  background-color: #fff0;
  align-items: center;
  width: auto;
  height: 4vw;
  padding: 1vw .2vw;
  display: block;
}

.whitebar1.upper {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  height: 4vw;
  padding: 1vw .2vw;
  position: relative;
}

.headerreel1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
}

.videomodalshowreel {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.videomodalshowreel._3dhide, .videomodalshowreel.brandinghide, .videomodalshowreel.titleshide, .videomodalshowreel.videohide, .videomodalshowreel.keyarthide {
  display: none;
}

.grid-logo-holder {
  justify-content: center;
  display: flex;
  position: relative;
}

.text-header-park-lane-mobile-landscape {
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: park-lane, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 33px;
  display: none;
}

.landscape-spacer-mobile {
  display: none;
}

.videomodalproject-01, .videomodalproject-02, .videomodalproject-03 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.section-11 {
  margin-left: 80px;
  margin-right: 80px;
}

.info-park-lane {
  text-align: center;
  letter-spacing: .05em;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  font-family: park-lane, sans-serif;
  font-size: 2vh;
  font-weight: 700;
  line-height: 2vh;
  text-decoration: none;
  display: block;
  position: static;
}

.image-21 {
  filter: invert();
  width: 50%;
  margin-bottom: 10px;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.text-02-slide, .text-03_slide {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: block;
}

.play-button {
  height: 8vh;
}

.logo-image-header {
  width: 3rem;
}

.showreellink {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.videopopupcontainer {
  z-index: 60;
  background-color: #0000008c;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.videomodalshowreel01 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: none;
  position: fixed;
  inset: 0%;
}

.closebutton {
  height: 3vh;
}

.footerdiscipline {
  filter: invert();
  height: 3vh;
  position: absolute;
  transform: translate(0);
}

.footer-discipline-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3vh;
  display: flex;
  overflow: visible;
  transform: translate(0);
}

._2dshowreelpopup {
  z-index: 999;
  background-color: #0000008c;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.videomodal2dshowreel {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

._3dshowreelpopup {
  z-index: 999;
  background-color: #0000008c;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.videomodal3dshowreel {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.container-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 400px;
  overflow: hidden;
}

.text-display-4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.4;
}

.div-block-13 {
  overflow: hidden;
}

.code-embed {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .logo-image {
    position: static;
  }

  .text-header-circe-bold {
    font-size: 1.2rem;
  }

  .row {
    position: static;
  }

  .reel-contain.home-hero {
    height: 35rem;
  }

  .text-block {
    font-size: 4rem;
  }

  .text-body-circe {
    font-size: 1.2rem;
  }

  .arrowcontainerright {
    justify-content: flex-start;
  }

  .grid-disciplines {
    grid-row-gap: 30px;
  }

  .project-highlight-banner {
    width: 100%;
    height: 35rem;
  }

  .showcase-section {
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .bts-project-highlight {
    height: 650px;
  }

  .whitebar1.lower, .whitebar1.upper {
    height: 4vw;
  }

  .videomodalshowreel {
    display: none;
  }

  .grid-logo-holder {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .text-header-park-lane-mobile-landscape {
    font-size: 3vw;
  }

  .videopopupcontainer, ._2dshowreelpopup {
    margin-top: 70px;
    display: none;
  }

  .videomodal2dshowreel {
    display: none;
  }

  ._3dshowreelpopup {
    margin-top: 70px;
    display: none;
  }

  .videomodal3dshowreel {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  img {
    width: 200%;
  }

  .section.linear {
    height: 26vh;
  }

  .section.grid {
    height: 32vh;
  }

  .section.grid.projects {
    height: 42vh;
  }

  .navigation-item, .navigation-item.menu-text {
    font-size: 18px;
  }

  .navigation-item.dropdown {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }

  .navigation-item.dropdown.w--current {
    font-size: 16px;
  }

  .navigation-items {
    height: 80px;
  }

  .navigation {
    height: 110px;
  }

  .navigation-wrap, .logo-container {
    height: 75px;
  }

  .reel.home-hero, .reel.discipline-hero {
    justify-content: flex-end;
  }

  .reel-title {
    margin-left: 0;
    margin-right: 0;
  }

  .reel-title-mask.contact-page-combo {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    display: flex;
  }

  .row.spacer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .reel-contain.home-hero {
    height: 60em;
  }

  .reel-contain._2d-header-hero {
    height: 40em;
  }

  .reel-contain.key-art-hero {
    height: 1000px;
  }

  .text-block.raise {
    font-size: 70px;
  }

  .dropdown-list-2.w--open {
    top: 80px;
  }

  .project-highlight {
    text-align: left;
  }

  .arrowleft01 {
    z-index: 9;
  }

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

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

  .opacity-cover {
    display: none;
  }

  .arrowleft02, .arrowright01, .arrowright02 {
    z-index: 9;
  }

  .rewind {
    width: 20px;
  }

  .playblocker {
    height: 60px;
    margin-top: -30px;
    margin-bottom: 30px;
    display: block;
  }

  .grid-disciplines {
    grid-row-gap: 40px;
  }

  .arrowright04, .arrowright05 {
    z-index: 9;
  }

  .project-highlight-banner {
    height: 60rem;
  }

  .arrowright06, .arrowleft04, .arrowleft05, .arrowleft06, .arrowleft07 {
    z-index: 9;
  }

  .showcase-section {
    margin-left: 160px;
    margin-right: 160px;
  }

  .rewindmobile {
    width: 20px;
  }

  .bts-project-highlight {
    text-align: left;
    height: 1000px;
  }

  .bts-project-highlight-dual {
    text-align: left;
    height: 350px;
  }

  .section-8 {
    height: 320px;
    overflow: hidden;
  }

  .arrowright01-tinad, .arrowleft01tinad, .arrowright01-blanc, .arrowleft01-blanc, .arrowright04-cc, .arrowleft04-cc, .arrowleft05-cc, .arrowright05-cc, .arrowleft04-dm, .arrowright04-dm {
    z-index: 9;
  }

  ._2d-text-03-copy {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    width: 220%;
    display: flex;
    overflow: visible;
  }

  .discipline-text-block {
    font-size: 90px;
  }

  .discipline-text-block.raise {
    font-size: 70px;
  }

  .offset-reel-title-mask-copy {
    width: 100%;
    height: 7.6em;
    margin-left: -18px;
  }

  .discipline-text-block-fullname {
    font-size: 90px;
  }

  .arrowright01-murder, .arrowleft01murder, .arrowleft03gala, .arrowright03gala, .arrowright01mba, .arrowright02mba, .arrowright03mba, .arrowleft01mba, .left02mba-copy, .arrowleft04man, .arrowleft05man, .arrowleft06man, .arrowleft07man, .arrowright04man, .arrowright05man, .arrowright06man, .arrowright07man, .arrowleft05-dm, .arrowright05-dm {
    z-index: 9;
  }

  .videoclose {
    width: auto;
  }

  .whitebar1.lower, .whitebar1.upper {
    height: 3vw;
  }

  .videomodalshowreel {
    margin-top: 55px;
    margin-left: 320px;
    margin-right: 320px;
  }

  .text-header-park-lane-mobile-landscape {
    font-size: 3vw;
  }

  .videomodalproject-01, .videomodalproject-02, .videomodalproject-03 {
    margin-top: 55px;
    margin-left: 320px;
    margin-right: 320px;
  }

  .videomodalshowreel01 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .videomodal2dshowreel, .videomodal3dshowreel {
    margin-top: 55px;
    margin-left: 320px;
    margin-right: 320px;
  }

  .container-2 {
    height: 40em;
  }

  .text-display-4 {
    font-size: .8em;
  }
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .section.linear.skills {
    height: 30vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.grid {
    height: 20vh;
  }

  .section.grid.projects {
    height: 30vh;
    margin-bottom: 22px;
  }

  .section.linear-project-highlight {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    margin-right: 40px;
    display: block;
  }

  .navigation-item {
    text-align: right;
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    transition: background-color .4s, opacity .4s, color .4s;
    display: block;
  }

  .navigation-item.menu-text {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: none;
  }

  .navigation-item.menu-text.w--current {
    margin-left: 6px;
    padding: 10px 30px;
    font-size: 14px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item.dropdown {
    margin-right: 20px;
  }

  .navigation-item.dropdown.w--current {
    align-items: center;
    width: 80px;
    margin-right: 40px;
  }

  .navigation-item.arrow {
    width: auto;
    height: 100%;
    margin: 0 40px 0 5px;
    padding: 0;
  }

  .navigation-items {
    background-color: #fff0;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    flex-direction: row;
    align-items: center;
    padding: 0;
    display: block;
    position: static;
  }

  .menu-button.w--open {
    background-color: #0000;
    align-items: center;
    display: flex;
    position: relative;
  }

  .logo-image {
    width: 4vh;
    margin-top: 4vh;
    margin-bottom: 4vh;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-wrap {
    height: 80px;
  }

  .nav-menu {
    background-color: var(--ddd-blue);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    position: absolute;
  }

  .logo-container {
    margin-left: 40px;
  }

  .reel-title {
    padding-left: 40px;
    padding-right: 40px;
  }

  .reel-title-mask {
    padding-left: .7vh;
    padding-right: .7vh;
  }

  .play-pause-button-2 {
    display: block;
    inset: 0%;
  }

  .row {
    padding-left: 0;
    padding-right: 0;
  }

  .row.spacer {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .reel-contain.home-hero {
    height: 30rem;
  }

  .text-01_slide {
    height: 3em;
    transform: translate(0);
  }

  .text-block {
    font-size: 2.5rem;
  }

  .text-block.contact {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-03 {
    height: 7em;
  }

  .text-02 {
    height: 3em;
  }

  .text-body-circe {
    line-height: 1rem;
  }

  .text-header-park-lane, .text-header-park-lane.loveisland {
    line-height: 48px;
  }

  .line-slider {
    width: 100%;
  }

  .text-block-2 {
    display: none;
  }

  .text-block-2.copyright {
    margin-left: 20px;
    display: block;
  }

  .footer-contact-email {
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
  }

  .lottie-mail {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-block {
    grid-template-columns: 1fr .25fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    margin-bottom: 0;
  }

  .contact-content-center {
    width: 100%;
  }

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

  .lightboxcaption {
    width: 100%;
  }

  .link-block {
    height: 2em;
  }

  .link-block.email {
    width: 2em;
    height: 100%;
    display: flex;
  }

  .link-block.phone.mobile {
    align-items: center;
    width: 2em;
    display: flex;
  }

  .dropdown-list-2 {
    background-color: var(--ddd-blue);
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .dropdown-list-2.w--open {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
    position: static;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .dropdown-toggle {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .black-dot.dot01, .black-dot.dot02, .black-dot.dot04gala, .black-dot.dot06, .black-dot.dot07, .black-dot.dot08, .black-dot.dot05, .black-dot.dot08-love4, .black-dot.dot09-love5, .black-dot.dot02-tinad, .black-dot.dot05cc, .black-dot.dot06cc, .black-dot.dot07cc {
    margin-left: 5px;
    margin-right: 5px;
  }

  .black-dot.dot05dm, .black-dot.dot06dm {
    margin-left: 5px;
    margin-right: 5px;
    display: block;
  }

  .black-dot.dot02-murder, .black-dot.dot05gala, .black-dot.dot01mba, .black-dot.dot02mba, .black-dot.dot03mba, .black-dot.dot05man, .black-dot.dot06man, .black-dot.dot07man, .black-dot.dot08man, .black-dot.dot09man {
    margin-left: 5px;
    margin-right: 5px;
  }

  .black-dot.dot07dm {
    margin-left: 5px;
    margin-right: 5px;
    display: block;
  }

  .arrows-left {
    padding-left: 15px;
  }

  .arrows-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-scroll-park-lane {
    font-size: 2em;
  }

  .project-3-points-park-lane {
    align-items: center;
    font-size: 2vw;
  }

  .arrowcontainerleft, .arrowcontainerright {
    justify-content: center;
  }

  .lottie-animation {
    width: 30%;
  }

  .footer-contact-phone {
    display: none;
    position: static;
  }

  .hamburger {
    justify-content: flex-end;
    align-items: center;
    height: 55px;
    display: flex;
  }

  .navholdermobile {
    margin-bottom: 5px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .navitemholder.w--current {
    font-weight: 700;
  }

  .lottie-animation-3 {
    margin-left: 0;
  }

  .grid-disciplines {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .project-highlight-banner {
    object-fit: cover;
    height: 30rem;
  }

  .grid-holder {
    padding: 5px 30px;
  }

  .div-block-24 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact-tab-and-mob {
    color: #fff;
    text-align: left;
    margin-top: 5px;
    margin-left: 60px;
    padding: 5px 0;
    font-size: 11px;
    display: block;
  }

  .mobilemba {
    display: none;
  }

  .mobilembagrid {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .mobilespacingnavi {
    font-size: 1.7em;
  }

  .div-block-mobile {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobilevibe {
    display: none;
  }

  .mobilevibegrid {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .mobilecrs {
    display: none;
  }

  .mobilegridcrs {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .mobilemanchester {
    display: none;
  }

  .mobileman {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .disciplines-tab-and-mob {
    color: #fff;
    text-align: center;
    display: none;
  }

  .mob2d {
    color: #fff;
    text-align: center;
    font-size: 11px;
    display: none;
  }

  .mob2d.w--current {
    display: none;
  }

  .mob3d, .mobbranding, .mobvideo, .mobtitlesequence, .mobkeyart {
    color: #fff;
    text-align: center;
    font-size: 11px;
    display: none;
  }

  .phone-email-link-block-copy, .phone-call-link-block-copy {
    height: 2em;
  }

  .phone-call-link-block-copy.phone.mobile, .phone-text-block-2-copy, .phone-text-block-2-copy.copyright, .mobilelogo {
    display: none;
  }

  .headerlandscape {
    font-size: 1.7em;
    display: none;
  }

  .arrowcontainerleftman {
    justify-content: center;
  }

  .left-align-text-body-circe {
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
  }

  .text-header-circe-bold-italize {
    font-size: 1em;
  }

  .middle-bold {
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
  }

  .bts-project-highlight {
    height: 400px;
  }

  .text-header-park-lane-bts {
    font-size: 1.7em;
  }

  .bts-project-highlight-dual {
    height: 200px;
  }

  .section-8 {
    height: 120px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .section-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-10 {
    height: 210px;
  }

  .mobilegalagrid, .mobiletex, .mobileblanc, .mobilebs, .mobilerat {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-27 {
    border-top: 2px solid var(--white);
  }

  .mobilecapel {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .mobileargonon {
    display: none;
  }

  .mobileargonongrid {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .mobiletf {
    display: none;
  }

  .mobilegridtf {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .mobileholiday {
    display: none;
  }

  .mobileholidaygrid {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .arrowright04-dm {
    display: block;
  }

  .headericon {
    width: 7vw;
    height: 3.5rem;
  }

  ._2d-text-01-copy {
    height: 3em;
    transform: translate(0);
  }

  ._2d-text-02-copy {
    height: 3em;
  }

  ._2d-text-03-copy {
    height: 7em;
  }

  .discipline-text-block {
    font-size: 3em;
  }

  .discipline-text-block.raise {
    margin-top: 8px;
    font-size: 39px;
  }

  .offset-reel-title-mask-copy {
    width: 120%;
    height: 65px;
  }

  .offset-reel-title-mask-copy.longword {
    width: 700%;
  }

  .discipline-text-block-fullname {
    font-size: 3em;
  }

  .discipline-text-block-fullname.raise {
    margin-top: 8px;
  }

  .keyartmob1 {
    display: none;
  }

  .keyartmob1grid {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .keyartmob2 {
    display: none;
  }

  .keyartmob2grid {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .keyartmob3 {
    display: none;
  }

  .keyartmob3grid {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .keyartmob4 {
    display: none;
  }

  .keyartmob4grid {
    grid-template-columns: .5fr 5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .arrowright05-dm, .opacitybg {
    display: none;
  }

  .whitebar1.lower {
    padding: .4vw;
  }

  .whitebar1.upper {
    height: 4vw;
    padding: .4vw;
  }

  .headerreel1 {
    height: 100%;
  }

  .videomodalshowreel {
    margin-left: 0;
    margin-right: 0;
  }

  .text-header-park-lane-mobile-landscape {
    font-size: 3.5vw;
    display: none;
  }

  .landscape-spacer-mobile {
    display: none;
  }

  .videomodalproject-01, .videomodalproject-02, .videomodalproject-03 {
    margin-left: 0;
    margin-right: 0;
  }

  .info-park-lane {
    align-items: center;
  }

  .info-park-lane.brandanimation {
    display: none;
  }

  .text-02-slide, .text-03_slide {
    height: 3em;
    transform: translate(0);
  }

  .logo-image-header {
    width: 4vh;
  }

  .videomodalshowreel01, .videomodal2dshowreel, .videomodal3dshowreel {
    margin-left: 0;
    margin-right: 0;
  }

  .text-display-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .8em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .section.linear.skills {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.grid {
    height: 100vh;
    margin-left: 25px;
    margin-right: 25px;
  }

  .section.grid.projects {
    height: 25vh;
  }

  .section.linear-project-highlight {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    justify-content: flex-end;
    width: 5vw;
  }

  .logo-image {
    width: 4rem;
    height: 1rem;
    margin-top: 6vh;
    margin-bottom: 6vh;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
    height: 4.5em;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .logo-container {
    margin-left: 20px;
  }

  .reel-title-mask.contact-page-combo {
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .row.spacer {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .row.spacer.hidemobilecombo {
    display: block;
  }

  .reel-contain.home-hero {
    height: 20rem;
  }

  .reel-contain._2d-header-hero, .reel-contain.key-art-hero {
    height: 250px;
  }

  .text-03 {
    height: 4em;
  }

  .text-body-circe {
    line-height: 1rem;
  }

  .text-header-park-lane {
    font-size: 1.5em;
    display: none;
  }

  .text-header-park-lane.showmobile {
    display: block;
  }

  .line-slider {
    width: 100%;
  }

  .dotsfooter-div.left {
    margin-left: 40px;
  }

  .text-block-2.copyright {
    margin-left: 0;
  }

  .footer-contact-email {
    margin-right: 40px;
  }

  .lottie-mail {
    margin-top: 0;
  }

  .footer-block {
    margin-right: 0;
  }

  .radio-button {
    width: 33%;
  }

  .contact-form-2 {
    padding: 4vw;
  }

  .radio-group {
    flex-direction: column;
  }

  .radio-button-field {
    width: 33%;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 3vw;
  }

  .radio-label {
    font-size: 12px;
    line-height: 14px;
  }

  .contact-field-label {
    font-size: 3vw;
  }

  .contact-field-label.spaced {
    margin-bottom: 1em;
  }

  .button-2 {
    font-size: 1.6em;
  }

  .checkbox-field {
    font-size: 3vw;
  }

  .checkbox-group {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .contact-full-wrapper {
    padding: 8vw 0;
  }

  .contact-input {
    border-radius: 0;
    font-size: 3vw;
  }

  .contact-content-center {
    max-width: none;
  }

  .lightboxcaption {
    width: 100%;
  }

  .link-block {
    height: 1.5em;
  }

  .link-block.email {
    display: flex;
  }

  .link-block.phone.mobile {
    justify-content: flex-end;
    display: flex;
  }

  .video-modal {
    width: 100%;
  }

  .black-dot.dot08, .black-dot.dot08-love4 {
    margin-right: 5px;
  }

  .black-dot.dot09-love5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .black-dot.dot08man {
    margin-right: 5px;
  }

  .black-dot.dot09man {
    margin-left: 5px;
    margin-right: 5px;
  }

  .video-navigator {
    display: none;
  }

  .project-title {
    padding-left: 300px;
  }

  .project-title.hidemobilelandscape, .arrowright01, .grid-spacer.hidemobilelandscape {
    display: none;
  }

  .project-3-points-park-lane {
    width: 100%;
    font-size: 2.5vw;
  }

  .large-play-button {
    display: none;
  }

  .lottie-animation {
    width: 35%;
  }

  .footer-contact-phone {
    height: 1.5em;
  }

  .hamburger {
    margin-right: 20px;
  }

  .navholdermobile {
    margin-bottom: 0;
  }

  .navitemholder {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }

  .grid-disciplines {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr 5fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
    display: grid;
  }

  .arrowright04 {
    display: none;
  }

  .project-highlight-banner {
    height: 20rem;
  }

  .grid-holder {
    justify-content: space-around;
    padding: 0 15px;
    display: flex;
  }

  .div-block-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-3 {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .showcase-section {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
    overflow: visible;
  }

  .showcase-last-section, .contact-tab-and-mob {
    display: block;
  }

  .mobilemba {
    display: none;
  }

  .div-block-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobilevibe, .mobilemanchester, .mob2d, .mob3d, .mobbranding, .mobvideo, .mobtitlesequence, .mobkeyart {
    display: none;
  }

  .phone-email-link-block-copy, .phone-call-link-block-copy {
    height: 1.5em;
  }

  .mobile-spacer {
    display: none;
  }

  .landscape-mobile-title {
    text-align: center;
    width: auto;
    height: 100%;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    font-family: park-lane, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 28px;
    display: block;
  }

  .headerlandscape {
    font-family: park-lane, sans-serif;
    font-size: 16px;
    display: none;
  }

  .bts-project-highlight {
    height: 320px;
  }

  .text-header-park-lane-bts {
    font-size: 1.5em;
    display: block;
  }

  .bts-project-highlight-dual {
    height: 150px;
  }

  .section-8 {
    height: 85px;
  }

  .section-10 {
    height: 155px;
  }

  .tinad-video-navigator-copy, .arrowright01-tinad, .mobileargonon, .arrowright01-blanc, .arrowright04-cc, .large-play-button-capel2, .arrowright04-dm {
    display: none;
  }

  .headericon {
    width: 8vw;
  }

  .large-play-button-dm1, .large-play-button-dm2 {
    display: none;
  }

  ._2d-text-03-copy {
    height: 4em;
  }

  .discipline-text-block {
    font-size: 3em;
  }

  .discipline-text-block.raise {
    margin-top: 3px;
    font-size: 35px;
  }

  .offset-reel-title-mask-copy {
    width: 150%;
    height: 70px;
  }

  .discipline-text-block-fullname {
    font-size: 3em;
  }

  .discipline-text-block-fullname.raise {
    margin-top: 3px;
  }

  .video-modal-murder {
    width: 80%;
  }

  .arrowright01-murder {
    display: none;
  }

  .keyart1-section, .keyart2-section, .keyart3-section, .keyart4-section-slides {
    display: block;
  }

  .keyartmob1 {
    display: none;
  }

  .project-title-keyartmobile {
    padding-left: 300px;
  }

  .keyartmob2, .keyartmob3, .keyartmob4, .arrowright01mba, .arrowright04man, .arrowright05-dm, .large-play-button-dm3 {
    display: none;
  }

  .playcontainer {
    width: 30%;
  }

  .lottie-button-animation {
    height: 3rem;
  }

  .videomodalshowreel {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-header-park-lane-mobile-landscape, .landscape-spacer-mobile {
    display: none;
  }

  .videomodalproject-01, .videomodalproject-02, .videomodalproject-03 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .info-park-lane {
    margin-top: .3rem;
    margin-bottom: .3rem;
    font-size: 1.3rem;
  }

  .logo-image-header {
    width: 4rem;
    height: 1rem;
  }

  .videopopupcontainer {
    margin-top: 70px;
  }

  .videomodalshowreel01 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .closebutton {
    height: 6vh;
  }

  .footerdiscipline {
    height: 2rem;
  }

  .footer-discipline-holder {
    height: 2rem;
    overflow: hidden;
  }

  ._2dshowreelpopup {
    margin-top: 70px;
  }

  .videomodal2dshowreel {
    margin-left: 40px;
    margin-right: 40px;
  }

  ._3dshowreelpopup {
    margin-top: 70px;
  }

  .videomodal3dshowreel {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-display-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .section.grid {
    height: 100vh;
    display: none;
  }

  .section.grid.projects {
    height: 95vh;
    margin-bottom: 50px;
  }

  .section.linear-header {
    margin-left: 0;
    margin-right: 0;
  }

  .section.linear-project-highlight {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-link.w--current {
    padding: 0;
  }

  .navigation-item {
    align-items: center;
  }

  .navigation-item.menu-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-item.dropdown.w--current {
    align-items: flex-start;
    height: 10px;
    margin-right: 0;
  }

  .navigation-items {
    background-color: var(--white);
    border-bottom-style: solid;
  }

  .navigation {
    height: 70px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 5vh;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .nav-menu {
    width: 100%;
    display: block;
  }

  .reel-title {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .reel-title-mask {
    padding-left: .3vh;
    padding-right: .3vh;
  }

  .reel-title-mask.contact-page-combo, .text-header-circe-bold {
    margin-left: 10px;
    margin-right: 10px;
  }

  .row {
    padding-left: 0;
    padding-right: 0;
  }

  .row.spacer.hidemobilecombo {
    display: none;
  }

  .row.spacer.xtraspacehome {
    display: block;
  }

  .reel-contain.home-hero {
    height: 20rem;
  }

  .text-block {
    font-size: 1.6rem;
  }

  .text-block.raise {
    margin-top: 0;
  }

  .text-03 {
    justify-content: flex-start;
    width: 100%;
    height: 4em;
  }

  .text-02 {
    width: 100vw;
  }

  .text-body-circe {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1rem;
  }

  .text-header-park-lane {
    font-size: 1em;
    line-height: 20px;
  }

  .text-header-park-lane.showmobile {
    margin-top: 3vh;
    font-size: 2rem;
  }

  .line-slider {
    width: 100%;
  }

  .dotsfooter-div.left {
    order: 1;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .dotsfooter-div.center {
    display: none;
  }

  .text-block-2 {
    margin-left: 0;
  }

  .text-block-2.copyright {
    margin-top: 18px;
    margin-left: 0;
    margin-right: 60px;
    font-size: 15px;
    line-height: 20px;
    display: none;
  }

  .footer-contact-email {
    text-align: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .lottie-mail {
    align-items: center;
    width: 10vw;
    margin-top: 0;
    margin-left: 1vh;
    margin-right: 1vh;
  }

  .footer-block {
    flex-direction: column;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    padding-left: 0;
  }

  .radio-group {
    margin-top: 1.5em;
  }

  .radio-button-field {
    text-align: left;
    width: 100%;
    margin-right: 0;
    font-size: 5vw;
  }

  .contact-field-label {
    margin-bottom: 2vw;
    font-size: 5vw;
  }

  .button-2 {
    font-size: 2em;
  }

  .button-2.submit {
    margin-bottom: 50px;
    font-size: 1em;
  }

  .checkbox-field {
    margin-bottom: .5em;
    font-size: 5vw;
  }

  .checkbox-group {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
  }

  .contact-full-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 4vw;
  }

  .contact-input {
    font-size: 5vw;
  }

  .contact-content-center {
    padding-left: 0;
    padding-right: 0;
  }

  .lightboxcaption {
    width: 100%;
  }

  .link-block.email, .link-block.phone.mobile {
    display: none;
  }

  .video-modal {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .black-dot.dot01, .black-dot.dot02, .black-dot.dot04gala, .black-dot.dot06, .black-dot.dot07, .black-dot.dot08, .black-dot.dot05, .black-dot.dot03-copy, .black-dot.dot08-love4, .black-dot.dot09-love5, .black-dot.dot03-tinad, .black-dot.dot02-tinad, .black-dot.dot01tinad, .black-dot.dot05cc, .black-dot.dot06cc, .black-dot.dot07cc, .black-dot.dot05dm, .black-dot.dot06dm, .black-dot.dot01murder, .black-dot.dot02-murder, .black-dot.dot05gala, .black-dot.dot01mba, .black-dot.dot02mba, .black-dot.dot03mba, .black-dot.dot05man, .black-dot.dot06man, .black-dot.dot07man, .black-dot.dot08man, .black-dot.dot09man, .black-dot.dot07dm {
    margin-left: 4px;
    margin-right: 4px;
  }

  .project-title {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 0;
    display: none;
  }

  .text-scroll-park-lane {
    font-size: 1.5em;
  }

  .rewind, .play, .pause {
    margin-left: 3px;
    margin-right: 3px;
  }

  .project-3-points-park-lane {
    margin-top: 10px;
    font-size: 3.5vw;
  }

  .lottie-animation {
    width: 45%;
  }

  .footer-contact-phone {
    display: none;
  }

  .navholdermobile {
    text-align: right;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .navitemholder {
    align-self: flex-end;
  }

  .grid-disciplines {
    display: block;
  }

  .project-highlight-banner {
    height: 20rem;
  }

  .icon {
    margin-right: 10px;
  }

  .section-3, .showcase-section, .showcase-last-section {
    display: none;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 2px;
    font-family: park-lane, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 20px;
  }

  .paragraph-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: circe, sans-serif;
    font-size: 3vw;
    line-height: 17px;
  }

  .contact-tab-and-mob {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .mobilemba {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .mobileplay {
    width: 30%;
    height: 30%;
    display: none;
  }

  .mobilembagrid {
    text-align: left;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .mobilespacingnavi {
    font-size: 1em;
    line-height: 20px;
  }

  .buttonsmobile {
    display: none;
  }

  .div-block-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .playmobiile {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    display: block;
  }

  .pausemobile {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 0;
    display: block;
  }

  .mobilevibe {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .mobilevibegrid {
    margin-bottom: 10px;
    display: block;
  }

  .mobilecrs {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .mobilegridcrs {
    margin-bottom: 10px;
    display: block;
  }

  .mobilemanchester {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .mobileman {
    margin-bottom: 10px;
    display: block;
  }

  .disciplines-tab-and-mob {
    display: none;
  }

  .iconholder {
    width: 10vw;
  }

  .rewindmobile {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .mob2d {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 20px;
    display: none;
  }

  .mob2d.w--current {
    display: none;
  }

  .mob3d, .mobbranding, .mobvideo, .mobtitlesequence, .mobkeyart {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 20px;
    display: none;
  }

  .phone-email-link-block-copy.email {
    justify-content: flex-end;
    display: flex;
  }

  .phone-call-link-block-copy.phone.mobile {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .phone-text-block-2-copy {
    margin-left: 0;
  }

  .phone-text-block-2-copy.copyright {
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 20px;
    display: flex;
  }

  .mobilelogo {
    text-align: center;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    display: flex;
  }

  .mobile-spacer {
    height: auto;
    padding-bottom: 20px;
    display: none;
  }

  .landscape-mobile-title {
    font-size: 1em;
    line-height: 20px;
    display: block;
  }

  .headerlandscape {
    margin-bottom: 10px;
    font-family: park-lane, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .left-align-text-body-circe {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .text-header-circe-bold-italize {
    padding-left: 40px;
    padding-right: 40px;
    font-size: .8em;
  }

  .middle-bold {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .bts-project-highlight {
    height: 180px;
  }

  .text-header-park-lane-bts {
    font-size: 1em;
    line-height: 20px;
  }

  .bts-project-highlight-dual {
    height: 90px;
  }

  .section-8 {
    height: 40px;
  }

  .section-10 {
    height: 85px;
  }

  .mobilegalagrid, .mobiletex, .mobileblanc, .mobilebs, .mobilerat {
    margin-bottom: 10px;
    display: block;
  }

  .icon-2 {
    margin-left: 10px;
  }

  .mobilecapel {
    margin-bottom: 10px;
    display: block;
  }

  .mobileargonon {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .mobileargonongrid {
    margin-bottom: 10px;
    display: block;
  }

  .mobiletf {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .mobilegridtf {
    margin-bottom: 10px;
    display: block;
  }

  .mobileholiday {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .mobileholidaygrid {
    margin-bottom: 10px;
    display: block;
  }

  .headericon {
    width: 10vw;
  }

  .button-parent-mobile02-dm {
    display: none;
  }

  ._2d-text-02-copy {
    width: 100vw;
  }

  ._2d-text-03-copy {
    justify-content: center;
    width: 3000%;
    height: 4em;
  }

  .discipline-text-block {
    font-size: 1.4em;
  }

  .discipline-text-block.raise {
    letter-spacing: -2px;
    margin-top: 7px;
    font-size: 35px;
    display: block;
  }

  .offset-reel-title-mask-copy {
    width: 300%;
    height: auto;
    margin-left: -2px;
  }

  .offset-reel-title-mask-copy.longword {
    width: 2000%;
  }

  .discipline-text-block-fullname {
    font-size: 1.4em;
  }

  .discipline-text-block-fullname.raise {
    margin-top: 7px;
    display: block;
  }

  .keyart1-section, .keyart2-section, .keyart3-section, .keyart4-section-slides {
    display: none;
  }

  .keyartmob1 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .keyartmob1grid {
    margin-bottom: 10px;
    display: block;
  }

  .project-title-keyartmobile {
    margin-top: 25px;
    margin-bottom: 30px;
    display: none;
  }

  .keyartmob2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .keyartmob2grid {
    margin-bottom: 10px;
    display: block;
  }

  .keyartmob3 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .keyartmob3grid {
    margin-bottom: 10px;
    display: block;
  }

  .keyartmob4 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .keyartmob4grid {
    margin-bottom: 10px;
    display: block;
  }

  .playcontainer {
    width: 50%;
  }

  .rewind-showreel, .play-showreel, .pause-showreel {
    margin-left: 3px;
    margin-right: 3px;
  }

  .whitebar1.upper {
    height: 8vw;
  }

  .videomodalshowreel {
    margin-left: 0;
    margin-right: 0;
  }

  .text-header-park-lane-mobile-landscape {
    font-size: 1em;
    line-height: 20px;
    display: none;
  }

  .landscape-spacer-mobile {
    display: none;
  }

  .subcopymobile {
    text-align: center;
    margin-bottom: 10px;
    font-family: park-lane, sans-serif;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 20px;
    display: none;
  }

  .videomodalproject-01, .videomodalproject-02, .videomodalproject-03 {
    margin-left: 0;
    margin-right: 0;
  }

  .info-park-lane {
    margin-top: 10px;
  }

  .div-block-35 {
    width: 20%;
  }

  .logo-image-header {
    width: 5vh;
  }

  .videopopupcontainer {
    margin-top: 75px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .videomodalshowreel01 {
    margin-left: 0;
    margin-right: 0;
  }

  .closebutton {
    height: 3vh;
  }

  ._2dshowreelpopup {
    margin-top: 75px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .videomodal2dshowreel {
    margin-left: 0;
    margin-right: 0;
  }

  ._3dshowreelpopup {
    margin-top: 75px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .videomodal3dshowreel {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_6ef291fc-3c0d-17fa-9d70-a8345eba7082-fa4cfa69, #w-node-_34230e81-9177-fa68-3d9a-b50596b1d0e5-fa4cfa69, #w-node-_662ad3b4-4a8b-aa75-4a89-04d24e8a9d34-fa4cfa69, #w-node-_81d2f340-dd44-9fbc-604b-9a4665634a9a-fa4cfa69, #w-node-_1315a2b4-01b8-4c2e-17bb-fce8c4985c0e-fa4cfa69, #w-node-b3b14f86-2e9b-1b31-e089-d5f1fb7d7e5a-fa4cfa69, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77b-fa4cfa69, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77c-fa4cfa69, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c115-fa4cfa69, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c116-fa4cfa69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bfd1ac1-0b69-454c-06a8-53c71d954aa1-1d954aa0, #w-node-_03af6d52-a8bd-55fa-79cc-5fcda8dbf444-1d954aa0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6024db15-3efe-8c92-23c8-f07616a03db2-1d954aa0, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cefa-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9ceff-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cf18-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cf1d-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cf37-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cf3c-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cf56-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cf5b-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cf7a-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cf8b-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cfbf-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cfcc-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9cff5-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9d002-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9d02f-fa4cfa6f, #w-node-_280beaea-389b-8fed-9bdf-506ecda9d047-fa4cfa6f, #w-node-_0b863d16-0fe2-d893-94d2-f6ada36fa44b-fa4cfa6f, #w-node-_3d989953-764c-e5b0-e131-d6ea2d95481e-fa4cfa71, #w-node-_3d989953-764c-e5b0-e131-d6ea2d95482f-fa4cfa71, #w-node-ab52109b-0669-80d0-9ea6-c9e09c63aa57-fa4cfa71, #w-node-ab52109b-0669-80d0-9ea6-c9e09c63aa5c-fa4cfa71, #w-node-_8b02a82d-eb88-ce85-ead4-0ddd710444b8-fa4cfa71, #w-node-_8b02a82d-eb88-ce85-ead4-0ddd710444bd-fa4cfa71, #w-node-f52506d2-1104-286c-b17b-b599d1c2b45b-fa4cfa71, #w-node-f52506d2-1104-286c-b17b-b599d1c2b460-fa4cfa71, #w-node-_0a046191-9994-f641-a337-8e522a7d34bb-fa4cfa71, #w-node-_29929d8a-9a5a-5c14-a943-0ea6add22d9b-fa4cfa71, #w-node-_07de81f5-8332-8d8b-f80b-bb318ce49af9-fa4cfa71, #w-node-_07de81f5-8332-8d8b-f80b-bb318ce49b09-fa4cfa71, #w-node-_34cbf307-9513-3348-77e2-3e8c9b450ca8-fa4cfa71, #w-node-_34cbf307-9513-3348-77e2-3e8c9b450cb7-fa4cfa71, #w-node-b5f112cf-c590-48e7-c7f1-145ae6175451-fa4cfa71, #w-node-b5f112cf-c590-48e7-c7f1-145ae617545e-fa4cfa71, #w-node-_37c8eabd-f415-6b8e-3bcd-6cd2f97dd811-fa4cfa71, #w-node-_948f422c-2c59-e89a-93a8-b03323bdfe41-fa4cfa71, #w-node-_3d989953-764c-e5b0-e131-d6ea2d95481e-fa4cfa76, #w-node-_3d989953-764c-e5b0-e131-d6ea2d95482f-fa4cfa76, #w-node-ab52109b-0669-80d0-9ea6-c9e09c63aa57-fa4cfa76, #w-node-ab52109b-0669-80d0-9ea6-c9e09c63aa5c-fa4cfa76, #w-node-_8b02a82d-eb88-ce85-ead4-0ddd710444b8-fa4cfa76, #w-node-_8b02a82d-eb88-ce85-ead4-0ddd710444bd-fa4cfa76, #w-node-f52506d2-1104-286c-b17b-b599d1c2b45b-fa4cfa76, #w-node-f52506d2-1104-286c-b17b-b599d1c2b460-fa4cfa76, #w-node-c7ffa090-5141-9815-ccb3-459615f84f28-fa4cfa76, #w-node-c7ffa090-5141-9815-ccb3-459615f84f38-fa4cfa76, #w-node-_80b4ae1b-86fb-dbc0-9dbd-a77955fd13df-fa4cfa76, #w-node-_80b4ae1b-86fb-dbc0-9dbd-a77955fd13ef-fa4cfa76, #w-node-_5baad3e4-44f7-09bf-a599-a00e02e7465f-fa4cfa76, #w-node-_0aca2cd1-3174-ea5b-def3-0329c5667f44-fa4cfa76, #w-node-_7f43345e-8fdf-33b0-92b3-be4805630122-fa4cfa76, #w-node-_7f43345e-8fdf-33b0-92b3-be4805630131-fa4cfa76, #w-node-_03cd4248-e876-e2eb-524d-964ce24b8cfc-fa4cfa76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2c1af25-aef7-f01e-8333-7436b3520417-fa4cfa77 {
  justify-self: end;
}

#w-node-_1315a2b4-01b8-4c2e-17bb-fce8c4985c0e-fa4cfa7a, #w-node-b3b14f86-2e9b-1b31-e089-d5f1fb7d7e5a-fa4cfa7a, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77b-fa4cfa7a, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77c-fa4cfa7a, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c115-fa4cfa7a, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c116-fa4cfa7a, #w-node-_1315a2b4-01b8-4c2e-17bb-fce8c4985c0e-fa4cfa7b, #w-node-b3b14f86-2e9b-1b31-e089-d5f1fb7d7e5a-fa4cfa7b, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77b-fa4cfa7b, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77c-fa4cfa7b, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c115-fa4cfa7b, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c116-fa4cfa7b, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505ef-fa4cfa7b, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505f0-fa4cfa7b, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505fa-fa4cfa7b, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505fb-fa4cfa7b, #w-node-_52aac4dc-ba9f-d2b7-6cb3-02efa2488a37-fa4cfa7b, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d68750606-fa4cfa7b, #w-node-_951e6965-288b-ee60-af67-f5ae30caff93-fa4cfa7b, #w-node-_951e6965-288b-ee60-af67-f5ae30caff94-fa4cfa7b, #w-node-_951e6965-288b-ee60-af67-f5ae30caff9e-fa4cfa7b, #w-node-_951e6965-288b-ee60-af67-f5ae30caff9f-fa4cfa7b, #w-node-_951e6965-288b-ee60-af67-f5ae30caffa9-fa4cfa7b, #w-node-_951e6965-288b-ee60-af67-f5ae30caffaa-fa4cfa7b, #w-node-_9c4f7ca0-f718-005b-ffa0-579ad43b3182-fa4cfa80, #w-node-_9c4f7ca0-f718-005b-ffa0-579ad43b3187-fa4cfa80, #w-node-ea2aabcc-706e-6537-6474-5790fb3a5435-fa4cfa80, #w-node-ea2aabcc-706e-6537-6474-5790fb3a543b-fa4cfa80, #w-node-_7ab6b26c-e672-00ca-d62e-57a3776ac65b-fa4cfa80, #w-node-_7ab6b26c-e672-00ca-d62e-57a3776ac661-fa4cfa80, #w-node-c4a3905f-ff20-53ea-b446-810bfccc53a6-fa4cfa80, #w-node-c4a3905f-ff20-53ea-b446-810bfccc53ac-fa4cfa80, #w-node-_9c6172cb-56de-9fd4-8f75-0914e2a243d9-fa4cfa80, #w-node-_9c6172cb-56de-9fd4-8f75-0914e2a243e5-fa4cfa80, #w-node-_36398cec-dfd2-51c1-1690-bebe638d4b06-fa4cfa80, #w-node-_36398cec-dfd2-51c1-1690-bebe638d4b10-fa4cfa80, #w-node-_0ad0dba4-299e-1140-0302-3df5c993b3d1-fa4cfa80, #w-node-_0ad0dba4-299e-1140-0302-3df5c993b3de-fa4cfa80, #w-node-ff07bb74-f040-7639-b0f2-e1ca31348343-fa4cfa80, #w-node-ff07bb74-f040-7639-b0f2-e1ca31348350-fa4cfa80, #w-node-_67664a8e-adc0-6bf5-41ee-739da9395cff-fa4cfa80, #w-node-_67664a8e-adc0-6bf5-41ee-739da9395d0c-fa4cfa80, #w-node-_627df5dd-8e7e-4abb-020a-940eb7d8ce66-fa4cfa80, #w-node-_6ef291fc-3c0d-17fa-9d70-a8345eba7082-fa4cfa8a, #w-node-_34230e81-9177-fa68-3d9a-b50596b1d0e5-fa4cfa8a, #w-node-_662ad3b4-4a8b-aa75-4a89-04d24e8a9d34-fa4cfa8a, #w-node-_81d2f340-dd44-9fbc-604b-9a4665634a9a-fa4cfa8a, #w-node-_1315a2b4-01b8-4c2e-17bb-fce8c4985c0e-fa4cfa8a, #w-node-b3b14f86-2e9b-1b31-e089-d5f1fb7d7e5a-fa4cfa8a, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77b-fa4cfa8a, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77c-fa4cfa8a, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c115-fa4cfa8a, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c116-fa4cfa8a, #w-node-_3d989953-764c-e5b0-e131-d6ea2d95481e-fa4cfa8c, #w-node-_3d989953-764c-e5b0-e131-d6ea2d95482f-fa4cfa8c, #w-node-ab52109b-0669-80d0-9ea6-c9e09c63aa57-fa4cfa8c, #w-node-ab52109b-0669-80d0-9ea6-c9e09c63aa5c-fa4cfa8c, #w-node-_8b02a82d-eb88-ce85-ead4-0ddd710444b8-fa4cfa8c, #w-node-_8b02a82d-eb88-ce85-ead4-0ddd710444bd-fa4cfa8c, #w-node-f52506d2-1104-286c-b17b-b599d1c2b45b-fa4cfa8c, #w-node-f52506d2-1104-286c-b17b-b599d1c2b460-fa4cfa8c, #w-node-_07de81f5-8332-8d8b-f80b-bb318ce49af9-fa4cfa8c, #w-node-_07de81f5-8332-8d8b-f80b-bb318ce49b09-fa4cfa8c, #w-node-_0a046191-9994-f641-a337-8e522a7d34bb-fa4cfa8c, #w-node-_29929d8a-9a5a-5c14-a943-0ea6add22d9b-fa4cfa8c, #w-node-f2d2d833-2c44-9649-b012-aad00517dd57-fa4cfa8c, #w-node-f2d2d833-2c44-9649-b012-aad00517dd76-fa4cfa8c, #w-node-b5f112cf-c590-48e7-c7f1-145ae6175451-fa4cfa8c, #w-node-b5f112cf-c590-48e7-c7f1-145ae617545e-fa4cfa8c, #w-node-_583a3180-c6bc-f919-7673-645d1c777ae5-fa4cfa8c, #w-node-_3d989953-764c-e5b0-e131-d6ea2d95481e-fa4cfa8d, #w-node-_3d989953-764c-e5b0-e131-d6ea2d95482f-fa4cfa8d, #w-node-ab52109b-0669-80d0-9ea6-c9e09c63aa57-fa4cfa8d, #w-node-ab52109b-0669-80d0-9ea6-c9e09c63aa5c-fa4cfa8d, #w-node-_8b02a82d-eb88-ce85-ead4-0ddd710444b8-fa4cfa8d, #w-node-_8b02a82d-eb88-ce85-ead4-0ddd710444bd-fa4cfa8d, #w-node-f52506d2-1104-286c-b17b-b599d1c2b45b-fa4cfa8d, #w-node-f52506d2-1104-286c-b17b-b599d1c2b460-fa4cfa8d, #w-node-a6ad00dc-420d-6637-421c-7bf97a4aba50-fa4cfa8d, #w-node-a6ad00dc-420d-6637-421c-7bf97a4aba5d-fa4cfa8d, #w-node-_07de81f5-8332-8d8b-f80b-bb318ce49af9-fa4cfa8d, #w-node-_07de81f5-8332-8d8b-f80b-bb318ce49b09-fa4cfa8d, #w-node-_5baad3e4-44f7-09bf-a599-a00e02e7465f-fa4cfa8d, #w-node-_0aca2cd1-3174-ea5b-def3-0329c5667f44-fa4cfa8d, #w-node-f2d2d833-2c44-9649-b012-aad00517dd57-fa4cfa8d, #w-node-f2d2d833-2c44-9649-b012-aad00517dd76-fa4cfa8d, #w-node-_686519cb-e6ed-ae0e-73af-edde2884f588-fa4cfa8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2c1af25-aef7-f01e-8333-7436b3520417-ae540fe5 {
  justify-self: end;
}

#w-node-_1315a2b4-01b8-4c2e-17bb-fce8c4985c0e-d5c04213, #w-node-b3b14f86-2e9b-1b31-e089-d5f1fb7d7e5a-d5c04213, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77b-d5c04213, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77c-d5c04213, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c115-d5c04213, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c116-d5c04213, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505ef-d5c04213, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505f0-d5c04213, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505fa-d5c04213, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505fb-d5c04213, #w-node-_52aac4dc-ba9f-d2b7-6cb3-02efa2488a37-d5c04213, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d68750606-d5c04213, #w-node-_951e6965-288b-ee60-af67-f5ae30caff93-d5c04213, #w-node-_951e6965-288b-ee60-af67-f5ae30caff94-d5c04213, #w-node-_951e6965-288b-ee60-af67-f5ae30caff9e-d5c04213, #w-node-_951e6965-288b-ee60-af67-f5ae30caff9f-d5c04213, #w-node-_951e6965-288b-ee60-af67-f5ae30caffa9-d5c04213, #w-node-_951e6965-288b-ee60-af67-f5ae30caffaa-d5c04213, #w-node-_1315a2b4-01b8-4c2e-17bb-fce8c4985c0e-0e629037, #w-node-b3b14f86-2e9b-1b31-e089-d5f1fb7d7e5a-0e629037, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77b-0e629037, #w-node-a1f6e999-e9de-b890-7618-fc7004faf77c-0e629037, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c115-0e629037, #w-node-_2435a9de-eab7-f884-1f2f-467161e0c116-0e629037, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505ef-0e629037, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505f0-0e629037, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505fa-0e629037, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d687505fb-0e629037, #w-node-_52aac4dc-ba9f-d2b7-6cb3-02efa2488a37-0e629037, #w-node-_7eb1d9e9-5099-ca2d-1b7e-f08d68750606-0e629037, #w-node-_951e6965-288b-ee60-af67-f5ae30caff93-0e629037, #w-node-_951e6965-288b-ee60-af67-f5ae30caff94-0e629037, #w-node-_951e6965-288b-ee60-af67-f5ae30caff9e-0e629037, #w-node-_951e6965-288b-ee60-af67-f5ae30caff9f-0e629037, #w-node-_951e6965-288b-ee60-af67-f5ae30caffa9-0e629037, #w-node-_951e6965-288b-ee60-af67-f5ae30caffaa-0e629037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4dcbad26-981d-309d-6c72-745e94a322d2-1d954aa0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2c1af25-aef7-f01e-8333-7436b3520417-fa4cfa77, #w-node-c2c1af25-aef7-f01e-8333-7436b3520417-ae540fe5 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9bfd1ac1-0b69-454c-06a8-53c71d954aa1-1d954aa0, #w-node-_4dcbad26-981d-309d-6c72-745e94a322d2-1d954aa0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

