@font-face {
  font-family: Inter;
  src: url('../ttf/inter-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../ttf/inter-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../ttf/inter-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../ttf/inter-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../ttf/inter-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #000;
  --light-blue: #005ffe;
  --pink: #e20987;
  --tan: #ffe5e3;
  --yellow: #ffcc57;
  --very-light-blue: #e0ecff;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--dark-blue);
  cursor: none;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.7em;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  cursor: none;
  border-radius: .625rem;
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container.is--hero {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75rem;
  min-height: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.container.is--nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section {
  width: 100%;
  padding: 4% 10%;
  position: static;
}

.hero_text-contain {
  z-index: 1;
  position: relative;
}

.hero_text {
  z-index: 2;
  color: #000;
  mix-blend-mode: screen;
  background-color: #fff;
  padding-bottom: 1em;
  font-size: 0;
  position: relative;
}

.hero_shapes {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-size: .9em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_shape1 {
  -webkit-text-fill-color: inherit;
  background-color: #e6059200;
  background-image: url('../svg/pd-dog.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  border-radius: 0%;
  width: 66em;
  height: 66em;
  position: absolute;
}

.hero_shape2 {
  background-color: #000;
  background-image: url('../svg/pd-dog.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 40em;
  height: 40em;
  position: absolute;
}

.hero_shape3 {
  background-color: #e6059200;
  background-image: url('../svg/pd-dog.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 32em;
  height: 32em;
  position: absolute;
}

.phone {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 207%;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 4;
  border-radius: 3em;
  width: 90%;
  height: 95%;
  position: absolute;
  overflow: hidden;
}

.phone_wrap {
  z-index: 2;
  width: 20em;
  margin-top: 5.2em;
  position: relative;
}

.phone_case {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.phone_shadow {
  z-index: 1;
  width: 153%;
  max-width: none;
  margin-top: -18%;
  margin-left: -37%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.phone_card {
  z-index: 2;
  transform-origin: 100%;
  width: 78%;
  position: absolute;
}

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

.is--2, .is--3, .is--4 {
  display: none;
}

.hero_heading {
  font-family: "Museo slab 300";
  display: block;
}

.hero_heading.is--active {
  letter-spacing: -.0625rem;
  font-family: "Museo slab 300";
  font-size: 6em;
  display: block;
}

.hero-triggers {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 100vh;
  padding-bottom: 3.8em;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-trigger {
  width: 100%;
  height: 100%;
}

.nav {
  z-index: 1000;
  background-color: #fff;
  border-bottom: .125rem #000;
  position: static;
  inset: 0% 0% auto;
}

.nav.v2 {
  background-image: url('../jpg/5cc07cb9d2c730538eb03de3_about_us.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 43.75rem;
}

.nav.is-transparent {
  background-color: #fff0;
}

.logo_img {
  width: 5em;
  font-size: 1.2rem;
}

.menu {
  grid-column-gap: 3.125rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu_link {
  width: 100%;
  font-weight: 600;
  transition: color .15s;
}

.link-wrap {
  width: 5.9375rem;
  position: relative;
  overflow: hidden;
}

.link-move {
  width: 100%;
  transition: transform .4s;
  position: relative;
}

.link-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .4s;
  position: static;
}

.link-text:hover {
  font-size: 1.125rem;
}

.link-text.is--second {
  transform-origin: 0 0;
  color: #000;
  width: 12.5rem;
  max-width: 12.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  transform: rotate(16deg);
}

.link-text.icon {
  font-family: Material Icons Round, sans-serif;
}

.link-text._02:hover {
  font-size: 1rem;
}

.button {
  z-index: 1;
  color: var(--light-blue);
  text-align: center;
  margin-left: 0;
  padding-left: 1em;
  padding-right: 1em;
  transition: color .35s;
  display: block;
  position: relative;
}

.button.is-work {
  width: 8.125rem;
  margin-left: auto;
}

.button_wrap {
  color: #000;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
}

.button_wrap.is--second {
  margin-left: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_wrap.is-work {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button_wrap.role {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
}

.button_text.is-work {
  font-family: museo-slab, sans-serif;
  font-size: .9375rem;
}

.button_text.icon {
  font-family: Material Icons Round, sans-serif;
}

.button_text.role {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.button_move {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button_bg {
  z-index: 1;
  background-color: #e60592;
  border-radius: 100vw;
  transition: all .35s;
  position: absolute;
  inset: 0%;
}

.button_bg.role {
  background-color: #000;
}

.button_contain {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.cursor {
  z-index: 999;
  opacity: 0;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor.not-blend {
  mix-blend-mode: normal;
}

.cursor_dot {
  background-color: #ded724;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  transition: transform .4s;
}

.cursor_dot.not-blend {
  color: #fa0ba1;
  background-color: #e60592;
}

.heading {
  text-align: left;
  letter-spacing: -.0625rem;
  font-family: museo-slab, sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
}

.button-2 {
  background-color: #e60592;
  border-radius: 2.5rem;
  padding: .9em 1.9em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 700;
}

.heading-10 {
  float: left;
  clear: left;
  color: #fff;
  letter-spacing: -.03125rem;
  margin: 0% 0% .625rem;
  font-family: museo-slab, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.maintext {
  flex-direction: column;
  width: 100%;
  max-width: 75rem;
  margin: auto;
  display: flex;
}

.maintext.centered {
  max-width: 56.25rem;
}

.maintext.introduction {
  flex-direction: column;
  max-width: 75rem;
  margin-top: 2%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.services_wrapper {
  background-color: #0000;
  border: .125rem solid #4d4d4d;
  border-radius: .625rem;
  padding: 1.5rem;
  transition: all .2s;
  display: block;
  box-shadow: 0 0 1.25rem #0000000a;
}

.services_wrapper:hover {
  background-color: #0000;
  border-color: #e60592;
}

.services_title {
  float: left;
  clear: left;
  color: #fff;
  margin-top: 0%;
  margin-bottom: 5%;
  font-family: museo-slab, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.lottie-animation {
  z-index: -20;
  width: 120%;
  height: 140%;
  position: absolute;
  inset: -27% 0% 0%;
  overflow: hidden;
}

.services {
  float: none;
  background-color: #000;
  width: 100%;
  padding: 8% 4%;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-9 {
  float: left;
  color: #e60592;
  letter-spacing: .0625rem;
  margin-top: auto;
  margin-bottom: .75rem;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  display: none;
}

.services_text {
  float: left;
  clear: left;
  color: #c4c4c4;
  text-align: left;
  letter-spacing: .025em;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.grid-4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 75rem;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}

.cta {
  background-color: #000;
  background-image: url('../svg/pd-bg.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  padding: 8% 4%;
  display: block;
}

.paragraph-5 {
  color: #fff;
  letter-spacing: -.03125rem;
  width: 100%;
  font-family: museo-slab, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.our-work {
  padding: 4%;
  position: static;
}

.our-work.introduction {
  background-color: #0000;
  padding-top: 0%;
}

.our-work.is-work-page {
  padding-top: 4%;
}

.heading-11 {
  float: left;
  clear: left;
  color: #000;
  letter-spacing: -.03125rem;
  margin: 0% 0% .625rem;
  font-family: museo-slab, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.work_wrapper {
  filter: none;
  color: #fff;
  background-color: #0000;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work_wrapper.v01 {
  background-image: url('../jpg/las2019_02.jpg');
  background-size: cover;
  min-height: 18.75rem;
}

.work_wrapper.v01._6 {
  background-image: none;
  border-radius: .625rem;
}

.work_wrapper.v01._7 {
  background-image: url('../jpg/banijay_v5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v01.is-banijay {
  background-image: url('../jpg/home_grid_2.jpg');
}

.work_wrapper.v01.is-homepage {
  background-image: url('../jpg/banijay_christmas_02.jpg');
  background-position: 50%;
}

.work_wrapper.v06 {
  background-image: url('../jpg/pd_netflix_16_9.jpg');
}

.work_wrapper.v02 {
  background-image: url('../jpg/ocp_v01.jpg');
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v02.w--current {
  background-image: url('../jpg/banjay_v01.jpg');
}

.work_wrapper.v02._3 {
  background-image: url('../gif/banijay-formats-animated-cover-v02.gif');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v02._9 {
  background-image: url('../jpg/bbc-stand.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v02._15 {
  background-image: url('../jpg/boroka.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v02._18 {
  background-image: url('../jpg/qolf_website.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v02._26 {
  background-image: url('../jpg/screenprint.jpg');
  background-position: 50% 0;
  border-radius: .625rem;
}

.work_wrapper.v02._27 {
  background-image: url('../jpg/vp-field-guide-vol-2-16_9.jpg');
  border-radius: .625rem;
}

.work_wrapper.v02._28 {
  background-image: url('../jpg/frame-7.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v02._40 {
  background-image: url('../jpg/re_imagine_card_06.jpg');
  border-radius: .625rem;
}

.work_wrapper.v02.szironta {
  background-image: url('../jpg/szironta-v01.jpg');
  background-size: cover;
  width: 100%;
  height: auto;
}

.work_wrapper.v02.banijay {
  background-image: url('../jpg/home_grid_5.jpg');
}

.work_wrapper.v03 {
  background-image: url('../gif/61b4d8fa718434365c0c3991_pd_website_linktree_animation_2.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  flex-flow: column;
}

.work_wrapper.v03._4 {
  border-radius: .625rem;
}

.work_wrapper.v03._6 {
  background-image: url('../gif/eone-preview-index.gif');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v03.v002 {
  background-image: url('../jpg/avebury_avenue_01.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03._12 {
  background-image: url('../jpg/beacon-music-index.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03._16 {
  background-image: url('../gif/unreal_build_v3.gif');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v03._17 {
  background-image: url('../jpg/eone_studio.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03._19 {
  background-image: url('../jpg/banijay-earth-day-index.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03._20 {
  background-image: url('../jpg/clarion-futures-index.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03._21 {
  background-image: url('../jpg/stjulians-illustrations-index.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v03._29 {
  background-image: url('../jpg/west.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03._30 {
  background-image: url('../jpg/report.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03._31 {
  background-image: url('../jpg/union.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03._32 {
  background-image: url('../jpg/base_1.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v03._33 {
  background-image: url('../jpg/mockup_netflix-1.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v03._36 {
  background-image: url('../jpg/hangvilla-posters-index.jpg');
  border-radius: .625rem;
}

.work_wrapper.v03.is-banijay {
  background-image: url('../jpg/home_grid_3.jpg');
}

.work_wrapper.v05 {
  background-image: url('../gif/ue5_video.gif');
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v05._8 {
  background-image: url('../jpg/netflix-gifting-index.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v05._10 {
  background-image: url('../gif/kingston_anim_1.gif');
  border-radius: .625rem;
}

.work_wrapper.v05._10.v01 {
  background-image: url('../jpg/modonauts.jpg');
  background-position: 50%;
}

.work_wrapper.v05._13 {
  background-image: url('../gif/ocp_video.gif');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v05._14 {
  background-image: url('../gif/banijay_xmas-card_anim_v03.gif');
  border-radius: .625rem;
}

.work_wrapper.v05._22 {
  background-image: url('../jpg/latimer-index.jpg');
  border-radius: .625rem;
}

.work_wrapper.v05._23 {
  background-image: url('../jpg/eone_realscreen.jpg');
  background-position: 50%;
  border-radius: .625rem;
}

.work_wrapper.v05._24 {
  background-image: url('../jpg/netflix_1.jpg');
}

.work_wrapper.v05._25 {
  background-image: url('../jpg/base.jpg');
  background-position: 0 100%;
  border-radius: .625rem;
}

.work_wrapper.v05.is-banijay {
  background-image: url('../jpg/home_grid_18.jpg');
}

.work_wrapper.v04 {
  background-image: url('../jpg/pd_netflix_16_9.jpg');
}

.work_wrapper.subpage_01, .work_wrapper.subpage_02, .work_wrapper.subpage_03, .work_wrapper.subpage_04, .work_wrapper.subpage_05 {
  background-color: #837272;
  background-image: none;
}

.work_wrapper.horizontal {
  min-height: 31.25rem;
  margin-top: 1.875rem;
}

.work_wrapper.is-eone-studio-work {
  background-image: url('../jpg/eone_studio_1.jpg');
  background-position: 50% 0;
  background-size: contain;
  min-height: 0;
  display: block;
}

.work_wrapper.is-eone-studio-work._2 {
  background-image: url('../jpg/eone_studio_2.jpg');
  background-size: contain;
  min-height: 31rem;
}

.work_wrapper.is-eone-studio-work._3 {
  background-image: url('../jpg/eone_studio_3.jpg');
  background-size: cover;
  min-height: 31rem;
}

.work_wrapper._1 {
  background-image: url('../gif/ue5_video.gif');
  border-radius: .625rem;
}

.work_wrapper._2 {
  background-image: url('../jpg/eone_preview_3.jpg');
}

.work_wrapper.is-banijay {
  background-image: url('../jpg/banijay_catalogues.jpg');
  border-radius: .625rem;
}

.work_wrapper.is-homepage {
  background-image: url('../jpg/netflix.jpg');
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v008 {
  background-image: url('../jpg/st.julians_brochure.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v009 {
  background-image: url('../jpg/esg-catalogues_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v0001 {
  background-image: url('../jpg/bespoke-brochure.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v007 {
  background-image: url('../jpg/clarion_brochure.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v006 {
  background-image: url('../jpg/foundry.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v005 {
  background-image: url('../jpg/base_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.v004 {
  background-image: url('../gif/ezgif-6-def27abf1d.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.szironta-v02 {
  background-image: url('../jpg/szironta-v02.jpg');
  border-radius: .625rem;
}

.work_wrapper.szironta-v03 {
  background-image: url('../jpg/szironta-v03.jpg');
  border-radius: .625rem;
}

.work_wrapper.szironta-v04 {
  background-image: url('../jpg/szironta-v04.jpg');
  border-radius: .625rem;
}

.work_wrapper.szironta-v5 {
  background-image: url('../jpg/szironta-v05.jpg');
  border-radius: .625rem;
}

.work_wrapper.netb-r-v01 {
  background-image: url('../netbo%c3%8c%c2%8brgyo%c3%8c%c2%81gya%c3%8c%c2%81sz-v01.html');
  border-radius: .625rem;
}

.work_wrapper.netb-r-v02 {
  background-image: url('../netbo%c3%8c%c2%8brgyo%c3%8c%c2%81gya%c3%8c%c2%81sz-v03.html');
  border-radius: .625rem;
}

.work_wrapper.netb-r-v03 {
  background-image: url('../netbo%c3%8c%c2%8brgyo%c3%8c%c2%81gya%c3%8c%c2%81sz-v02.html');
  border-radius: .625rem;
}

.work_wrapper.latimer-v01 {
  background-image: url('../jpg/home_grid_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  min-height: 42.5rem;
  overflow: visible;
}

.work_wrapper.latimer-v02 {
  background-image: url('../jpg/latimer5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
}

.work_wrapper.latimer-v03 {
  background-image: url('../jpg/latimer4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
}

.work_wrapper.latimer-v04 {
  background-image: url('../jpg/home_grid_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  min-height: 42.5rem;
}

.work_wrapper.latimer-v05 {
  background-image: url('../jpg/latimer-v05.jpg');
}

.work_wrapper.latimer-v06 {
  background-image: url('../jpg/latimer3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
}

.work_wrapper.latimer-v07 {
  background-image: url('../jpg/latimer-v07.jpg');
}

.work_wrapper.latimer-v08 {
  background-image: url('../jpg/latimer-v08.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.work_wrapper.latimer-v09 {
  background-image: url('../jpg/latimer-v09.jpg');
}

.work_wrapper.latimer-v10 {
  background-image: url('../jpg/latimerv10.jpg');
}

.work_wrapper.latimer-v11 {
  background-image: url('../jpg/latimerv11.jpg');
}

.work_wrapper.modo-v01 {
  background-image: url('../jpg/modo-v01.jpg');
  border-radius: .625rem;
  width: 100%;
}

.work_wrapper.modo-v02 {
  background-image: url('../jpg/modo-v02.jpg');
  border-radius: .625rem;
  min-height: 10vw;
}

.work_wrapper.modo-v03 {
  background-image: url('../jpg/modo-v03.jpg');
  border-radius: .625rem;
}

.work_wrapper.modo-v04 {
  object-fit: scale-down;
  background-image: url('../jpg/modo-v04.jpg');
  background-size: cover;
  border-radius: .625rem;
  position: relative;
  overflow: hidden;
}

.work_wrapper.modo-v05 {
  background-image: url('../jpg/mod-v05.jpg');
  border-radius: .625rem;
}

.work_wrapper.clarion-v01 {
  background-image: url('../jpg/clarion-v01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.clarion-v02 {
  background-image: url('../jpg/home_grid_19.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.clarion-v03 {
  background-image: url('../jpg/clarion-v05.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.clarion-v04 {
  background-image: url('../gif/16_9_sketch_anim_v02.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.clarion-v05 {
  background-image: url('../jpg/clarion-v06.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  min-height: 42.5rem;
}

.work_wrapper.clarion-v06 {
  background-image: url('../jpg/clarion-v03.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
  min-height: 30rem;
}

.work_wrapper.eone-v01 {
  background-image: url('../jpg/eone_studio_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: stretch;
  min-height: 30vw;
  max-height: none;
}

.work_wrapper.eone-v02 {
  background-image: url('../jpg/eone_studio_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
  min-height: 13vw;
}

.work_wrapper.eone-v03 {
  background-image: url('../jpg/eone_studio_5.jpg');
  border-radius: .625rem;
}

.work_wrapper.eone-v03.eone-v4 {
  background-image: url('../png/eone_studio_3.png');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
}

.work_wrapper.vpfg-v01 {
  background-image: url('../jpg/vpfg01.jpg');
  border-radius: .625rem;
}

.work_wrapper.vpfg-v02 {
  background-image: url('../jpg/vpfg-02.jpg');
  border-radius: .625rem;
}

.work_wrapper.vpfg-v03 {
  background-image: url('../vpfg-03.html');
  border-radius: .625rem;
}

.work_wrapper.west-v01 {
  background-image: url('https://www.paperdog.com/images/home_grid_9.jpg');
  border-radius: .625rem;
}

.work_wrapper.west-v02 {
  background-image: url('https://www.paperdog.com/images/home_grid_8.jpg');
  border-radius: .625rem;
}

.work_wrapper.west-v03 {
  background-image: url('https://www.paperdog.com/images/home_grid_6.jpg');
  border-radius: .625rem;
}

.work_wrapper.west-v04 {
  background-image: url('https://www.paperdog.com/images/west.jpg');
  border-radius: .625rem;
}

.work_wrapper.west-v05 {
  background-image: url('https://www.paperdog.com/images/home_grid_7.jpg');
  border-radius: .625rem;
}

.work_wrapper.banijay_01 {
  background-image: url('https://www.paperdog.com/images/PD22-0022-Warner-MIPTV22-Finished-Programmes-Catalogue_v11_Oldal_001-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: .625rem;
}

.work_wrapper.banijay_02 {
  background-image: url('https://www.paperdog.com/images/home_grid_5.jpg');
  border-radius: .625rem;
}

.work_wrapper.netflix {
  background-image: url('https://www.paperdog.com/images/eOne_Realscreen.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
}

.work_wrapper.netflix:hover {
  filter: none;
}

.work_wrapper.linktree {
  background-image: url('https://www.paperdog.com/images/61b4d8fa718434365c0c3991_PD_Website_Linktree_Animation_2.gif');
  border-radius: .625rem;
}

.work_wrapper.ue5 {
  background-image: url('https://www.paperdog.com/images/ue5_video.gif');
  border-radius: .625rem;
}

.work_wrapper._03 {
  background-image: url('https://www.paperdog.com/images/eone_preview_4.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
}

.work_wrapper._03.eone2 {
  background-image: url('https://www.paperdog.com/images/eone_preview_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper._03.eone3 {
  background-image: url('https://www.paperdog.com/images/eone_preview_6.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper._03.eone4 {
  background-image: url('https://www.paperdog.com/images/eone_preview_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper._03.rontec3 {
  background-image: url('https://www.paperdog.com/images/home_grid_30.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 0;
}

.work_wrapper._02 {
  background-image: url('https://www.paperdog.com/images/eone_preview_2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
  min-height: auto;
}

.work_wrapper._02.rontec2 {
  background-image: url('https://www.paperdog.com/images/home_grid_29.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: auto;
}

.work_wrapper._01 {
  background-image: url('https://www.paperdog.com/images/eone_preview_1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.work_wrapper._01.rontec1 {
  background-image: url('https://www.paperdog.com/images/home_grid_5-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
}

.work_wrapper.warner-bros {
  background-color: #0000;
  background-image: url('https://www.paperdog.com/images/PD22-0022-Warner-MIPTV22-Finished-Programmes-Catalogue_v11_Oldal_001-1-1.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: .625rem;
}

.work_wrapper.v0002 {
  background-image: url('https://www.paperdog.com/images/re_imagine_card_06.jpg');
}

.work_wrapper.lvp__2 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
}

.work_wrapper.warner_v01.w--current {
  background-image: url('https://www.paperdog.com/images/MIPCOM19_Formats_1.jpg');
  background-size: cover;
}

.work_wrapper.warner-v02 {
  background-image: url('https://www.paperdog.com/images/WB-Magazine-Mockup-Presentation-vol9.jpg');
  width: 100%;
  height: auto;
}

.work_wrapper.warner-v03 {
  background-image: url('https://www.paperdog.com/images/Warner-Formats-Brochure-Mockup-cover.jpg');
}

.work_wrapper.warner-v04 {
  background-image: url('https://www.paperdog.com/images/Warner-Finished-Brochure-Mockup.jpg');
}

.work_wrapper.warner-v05 {
  background-image: none;
}

.work_wrapper.warner-v01 {
  background-image: url('https://www.paperdog.com/images/wb.jpg');
  background-size: cover;
  width: 100%;
  height: auto;
}

.work_wrapper.bani_rights_01 {
  background-color: #fff0;
  background-image: url('https://www.paperdog.com/images/ipad-1.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
}

.work_wrapper.bani_rights_01.w--current {
  background-image: url('https://www.paperdog.com/images/home_grid_27.jpg');
  min-height: 30vw;
  padding-bottom: 0;
}

.work_wrapper.bani_rights_01.anyway {
  background-image: none;
}

.work_wrapper.bani_rights_02 {
  background-image: url('https://www.paperdog.com/images/home_grid_26.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.bani_rights_03 {
  background-image: url('https://www.paperdog.com/images/home_grid_24.jpg');
}

.work_wrapper.bani_rights_03.banijay-image {
  width: 100%;
}

.work_wrapper.bani_rights_04 {
  background-image: url('https://www.paperdog.com/images/home_grid_25.jpg');
}

.work_wrapper.bani_rights_05 {
  background-image: url('https://www.paperdog.com/images/home_grid_18.jpg');
}

.work_wrapper.warner-bros-v01 {
  background-image: url('https://www.paperdog.com/images/PD22-0022-Warner-MIPTV22-Finished-Programmes-Catalogue_v11_Oldal_001-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 100%;
}

.work_wrapper.godstone {
  background-image: url('https://www.paperdog.com/images/godstone.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.work_wrapper.latimer-so {
  background-image: url('https://www.paperdog.com/images/Brochure_v03-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.netb {
  background-image: url('https://www.paperdog.com/images/netb.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.szironta0 {
  background-image: url('https://www.paperdog.com/images/szironta.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.latimer_emails {
  background-image: url('https://www.paperdog.com/images/home_grid_28.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.work_wrapper.is-latimer {
  background-image: url('https://www.paperdog.com/images/latimer_1.jpg');
}

.work_wrapper.anyway-01 {
  background-image: url('https://www.paperdog.com/images/anyway-01.png');
  height: auto;
}

.work_wrapper.anyway-02 {
  background-image: url('https://www.paperdog.com/images/anyway-02.png');
  background-size: auto 100%;
}

.work_wrapper.anyway1 {
  background-image: url('https://www.paperdog.com/images/base_3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.anyway2 {
  background-image: url('https://www.paperdog.com/images/base-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.anyway3 {
  background-image: url('https://www.paperdog.com/images/Rectangle-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.anyway4 {
  background-image: url('https://www.paperdog.com/images/Rectangle-1-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.anyway5 {
  background-image: url('https://www.paperdog.com/images/base-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.omnia1 {
  background-image: url('https://www.paperdog.com/images/work_grid_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.omnia2 {
  background-image: url('https://www.paperdog.com/images/work_grid_6.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.omnia3 {
  background-image: url('https://www.paperdog.com/images/Rectangle-1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.omnia4 {
  background-image: url('https://www.paperdog.com/images/Rectangle-1-1_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.work_wrapper.omnia5 {
  background-image: url('https://www.paperdog.com/images/work_grid_8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.omnia6 {
  background-image: url('https://www.paperdog.com/images/work_grid_4.png');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.wt {
  background-color: #0000;
  background-image: none;
  padding: 0;
}

.work_wrapper.omnia {
  background-image: url('https://www.paperdog.com/images/work_grid_4-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.formats {
  background-image: url('https://www.paperdog.com/images/MIPTV23_Hotlist-Catalogues-1.png');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.union {
  background-color: #0000;
  background-image: url('https://www.paperdog.com/images/union-still.png');
  background-position: 50%;
  background-size: cover;
  padding: 0;
}

.work_wrapper.unreal-engine {
  background-color: #0000;
  background-image: none;
  padding: 0;
}

.work_wrapper.eone {
  background-image: url('https://www.paperdog.com/images/home_grid_31.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.banijay-catalogue {
  background-color: #0000;
  background-image: none;
  padding: 0;
}

.work_wrapper.latimer {
  background-image: url('https://www.paperdog.com/images/3b429e43c5918e6331b6706cd615f0ba.gif');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.anyway, .work_wrapper.unreal-fest {
  background-color: #0000;
  background-image: none;
  padding: 0;
}

.work_wrapper.bbc-100 {
  background-image: url('https://www.paperdog.com/images/BBC_Stand_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.sainsburys {
  background-image: url('https://www.paperdog.com/images/IMG_0879-1.png');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.be-banijay {
  background-image: url('https://www.paperdog.com/images/Be_Image_v02-10.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work_wrapper.epic-games {
  background-image: url('https://www.paperdog.com/images/Black_Framed_Poster_Mockup-copy-1-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.rotec {
  background-image: url('https://www.paperdog.com/images/home_grid_5-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.work_wrapper.unreal-2022 {
  color: #0000;
  background-color: #0000;
  background-image: none;
  padding: 0;
}

.work_wrapper.banijay-rights {
  background-color: #0000;
  background-image: none;
  padding: 0;
}

.work_wrapper.itv01 {
  background-color: #330122;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.work_wrapper.eone01 {
  background-image: url('https://www.paperdog.com/images/home_grid_31.jpg'), url('https://www.paperdog.com/images/latimer-index.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.work_wrapper.unrealv01 {
  background-color: #0000;
  background-image: none;
  min-height: auto;
  padding: 0;
}

.work_wrapper.wardens {
  background-image: url('https://www.paperdog.com/images/3b429e43c5918e6331b6706cd615f0ba.gif');
  background-position: 50% 0;
  background-size: cover;
}

.container-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-3.cc-margin-bottom {
  width: 100%;
  margin-top: 4%;
  margin-bottom: 3.75rem;
}

.container-3.cc-margin-bottom.horizontal-wrapper, .container-3.cc-margin-bottom.is-lvp {
  max-width: 78.75rem;
}

.container-3.is-eone-studio {
  width: 100%;
  max-width: 85rem;
  margin-top: 3%;
}

.main-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 75rem;
  margin: 4% auto;
  padding-left: 1%;
  padding-right: 1%;
  display: grid;
}

.main-grid.grid-version-02 {
  grid-template-rows: auto minmax(auto, auto) minmax(auto, auto);
}

.main-grid.wrapper {
  display: block;
}

.main-grid.is-all-work {
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  max-width: 85rem;
}

.main-grid.is-all-work.new-section {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 1rem;
}

.main-grid.is-all-work.v1 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.main-grid.is-all-work.grid-all-work {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.is-lvp {
  flex-direction: column;
  grid-template-rows: minmax(52.5rem, auto);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75rem;
  display: flex;
}

.main-grid.is-eone-studio {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 85rem;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}

.main-grid.is-unreal-build {
  flex-direction: column;
  display: flex;
}

.main-grid.is-front-page {
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  padding-left: 0%;
  padding-right: 0%;
}

.main-grid.is-front-page.home-grid-our {
  grid-column-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.is-linktree {
  max-width: 75rem;
  display: flex;
}

.main-grid.is-netflix {
  flex-direction: column;
  display: flex;
}

.main-grid.anyway {
  grid-row-gap: 1rem;
  background-image: url('https://www.paperdog.com/images/PD-website-project_AnywayWebsite_01-1.png');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-auto-flow: row dense;
}

.main-grid.eone-grid {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-items: stretch;
}

.main-grid.banijay-rights-grid {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.epic-vpfg-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.netborgyogyasz-grid {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.the-wes-grid, .main-grid.szironta-grid, .main-grid.modonauts-grid {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.clarion-grid {
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.services_text-2 {
  float: left;
  clear: left;
  color: #535353;
  text-align: left;
  letter-spacing: .025em;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
}

.services_text-2.v02 {
  color: #000;
  width: 100%;
  font-family: Inter, sans-serif;
}

.services_text-2.v88, .services_text-2.anyway {
  display: none;
}

.image-11 {
  width: 25rem;
  transition: all .2s;
  display: block;
}

.image-11:hover {
  transform: scale(1.1);
}

.image-40 {
  width: 25rem;
}

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

.image-17, .image-16 {
  width: 25rem;
}

.logogrid {
  float: none;
  clear: left;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-flow: row;
  width: 100%;
  max-width: 81.25rem;
  min-height: 20vh;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

.image-18 {
  width: 25rem;
}

.heading-14 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: -.03125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto auto 0;
  font-family: museo-slab, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  position: static;
}

.logos {
  background-color: #000;
  min-height: auto;
  padding: 8% 4%;
}

.link-6 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.link-3 {
  float: right;
  color: #fff;
  border-bottom: .125rem solid #272525;
  margin-top: 1%;
  margin-right: 2%;
  padding-bottom: .5rem;
  font-size: 1.375rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .408s, color .442s;
}

.link-3:hover {
  color: #3b5998;
  border-bottom-color: #3b5998;
}

.link-3.instagram {
  float: left;
  clear: left;
  color: #000;
  border-bottom-style: none;
  margin-top: 10%;
  margin-right: 2%;
  padding-bottom: .3125rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.link-3.instagram:hover {
  color: #e1306c;
  border-color: #e1306c;
  text-decoration: underline;
}

.link-3.dribbble {
  float: left;
  clear: none;
  color: #000;
  border-bottom-style: none;
  margin-top: 10%;
  padding-bottom: .3125rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  position: static;
}

.link-3.dribbble:hover {
  color: #ea4c89;
  border-color: #ea4c89;
  text-decoration: underline;
}

.link-3.facebook {
  float: left;
  clear: left;
  color: #000;
  border-bottom-style: none;
  margin-top: 0%;
  padding-top: 1%;
  padding-bottom: .3125rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
}

.link-3.facebook:hover {
  color: #4267b2;
  text-decoration: underline;
}

.link-3.twitter {
  float: left;
  clear: left;
  color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
  flex-direction: column;
  margin-top: 10%;
  margin-right: 2%;
  padding-bottom: .3125rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.link-3.twitter:hover {
  color: #1da1f2;
  border-color: #1da1f2;
  text-decoration: underline;
}

.heading-20 {
  color: #505050;
  margin-top: 2%;
  margin-left: 15%;
  font-size: .8125rem;
  font-weight: 400;
  display: inline-block;
}

.heading-20.footer {
  float: left;
  color: #5a5a5a;
  border-top-style: none;
  min-height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.heading-18 {
  float: left;
  clear: none;
  color: #5a5a5a;
  margin-top: 0;
  margin-bottom: 1.5625rem;
  margin-left: 0%;
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  display: inline-block;
}

.div-block-25 {
  float: left;
  clear: none;
  width: 6.875rem;
  margin-left: 5.625rem;
  margin-right: 6.25rem;
  display: block;
}

.div-block-25.address {
  width: 15.625rem;
  margin-bottom: 3.75rem;
  margin-left: 0%;
}

.div-block-25.socials {
  margin-bottom: 3.75rem;
  margin-left: 0;
  margin-right: 0;
}

.image-15 {
  float: right;
  margin-right: 0%;
}

.footer {
  background-color: #fff;
  border-top: .125rem #000;
  padding: 4%;
}

.footer_wrapper {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
}

.heading-17 {
  float: left;
  clear: left;
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  display: inline-block;
}

.div-block-26 {
  clear: left;
  border: .0625rem solid #000;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
}

.heading-21 {
  color: #000;
  letter-spacing: -.03125rem;
  margin-bottom: 4%;
  font-family: museo-slab, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.link-7 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.image-41 {
  margin-bottom: 10%;
  font-size: 1vw;
}

.aboutus {
  background-color: #000;
  padding-top: 6%;
  padding-bottom: 6%;
  display: block;
}

.div-block-32 {
  float: none;
  clear: none;
  width: 100%;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.paragraph-7 {
  color: #666;
  width: 56.25rem;
  margin-bottom: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: block;
}

.paragraph-7.about {
  float: left;
  clear: left;
  color: #000;
  letter-spacing: .025em;
  width: 57.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  line-height: 2.125rem;
}

.paragraph-7.about.top {
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 2rem;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-7.about.small {
  float: left;
  clear: left;
  color: #c4c4c4;
  letter-spacing: .025em;
  width: 100%;
  margin-bottom: 1rem;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.5625rem;
}

.paragraph-7.about-text {
  float: none;
  clear: left;
  color: #fff;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph-7.centerd {
  text-align: center;
}

.tags {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #e60592;
  width: 100%;
  margin-right: .625rem;
  font-family: museo-slab, sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.tagswrapper {
  flex-direction: row;
  margin-top: 1.5rem;
  display: flex;
}

.background-video-2 {
  border-radius: .625rem;
  width: 100%;
  min-height: 25vw;
  overflow: hidden;
}

.background-video-2.meet {
  min-height: 30vw;
}

.is-lvp-work {
  background-image: url('https://www.paperdog.com/images/f6834038d3976e4c20b4fb34c1aed22d.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
  min-height: 50vw;
}

.image-42 {
  width: 100%;
}

.grid-5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-43 {
  width: 100%;
}

.is-eone-studio._1 {
  background-image: url('https://www.paperdog.com/images/eone_studio_2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.is-eone-studio._2 {
  background-image: url('https://www.paperdog.com/images/eone_studio_3.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 78.75rem;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-44, .div-block-33 {
  width: 100%;
  height: 100%;
}

.gridwrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 85rem;
  margin: 4% auto;
  display: grid;
}

.gridwrapper.is-eone-preview {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-eone-preview.eone-preview {
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  margin-bottom: 1rem;
}

.gridwrapper.is-eone-preview.eone-preview.rontec {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gridwrapper.is-eone-preview.eonegrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0%;
}

.gridwrapper.is-eone-preview.anyway-content {
  grid-template-rows: 1fr 1fr 1fr;
}

.gridwrapper.is-eone-preview.omniagrid {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gridwrapper.is-eone-preview-studio {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
  display: block;
}

.gridwrapper.is-qolf {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-latimer {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-latimer.latimer-grid {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gridwrapper.is-kingston {
  grid-template-rows: auto auto auto auto auto minmax(auto, 1fr);
  max-width: 75rem;
  min-height: 35vw;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-kingston.kingston-v2 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  min-height: auto;
}

.gridwrapper.is-bbc {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-banijay-brand {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-union {
  grid-template-rows: auto auto auto auto auto auto;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-hbo {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-eone-realscreen {
  flex-direction: column;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.gridwrapper.is-screenprint {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-reimagine {
  grid-template-rows: auto auto auto auto;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-foundry, .gridwrapper.is-fssc, .gridwrapper.godstone {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-the-west {
  grid-column-gap: 1rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.stjulians-01 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-clarion-report {
  flex-direction: column;
  max-width: 75rem;
  padding-left: .9375rem;
  padding-right: 1%;
  display: flex;
}

.gridwrapper.is-hangvilla {
  grid-template-rows: auto auto auto auto;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-eone-merchandise {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gridwrapper.is-avebury-avenue {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-fm-screenings {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.gridwrapper.is-stjulians_02 {
  grid-template-rows: auto auto auto auto auto auto;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.banijay-earth-day {
  max-width: 75rem;
  padding-left: .9375rem;
  padding-right: 1%;
  display: flex;
}

.gridwrapper.is-esg {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.is-bespoke {
  flex-direction: column;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.gridwrapper.is-blackfriars, .gridwrapper.is-epiclayout2019 {
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.rontec-annual {
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.rontec-annual.unreal-presents-2022 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gridwrapper.anyway-grid {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  max-width: 75rem;
  padding-left: 1%;
  padding-right: 1%;
}

.gridwrapper.eone-grid {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 75rem;
  margin-bottom: 1rem;
  padding-left: 1%;
  padding-right: 1%;
}

.image-45 {
  width: 100%;
  height: 100%;
  display: block;
}

.is-ue-build-work {
  background-image: url('https://www.paperdog.com/images/ue_build_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-46 {
  border-radius: .625rem;
  width: 100%;
}

.image-47 {
  width: 100%;
}

.image-48 {
  object-fit: fill;
  width: 100%;
  height: auto;
  display: block;
}

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

.image-51 {
  width: 100%;
}

.image-52, .image-53 {
  border-radius: .625rem;
  width: 100%;
}

.image_big {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image_big.v02 {
  vertical-align: baseline;
  mix-blend-mode: normal;
  border-radius: .625rem;
  margin-bottom: 1.875rem;
}

.image_big.v02.sainsburys1 {
  height: 70%;
}

.image_big.v03 {
  border-radius: .625rem;
}

.image_big.beacon.v02 {
  margin-bottom: 0;
}

.image_big.boroka-v02, .image_big.boroka-v04 {
  border-radius: 0;
}

.image_big.boroka-v05 {
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image_big.boroka-v03 {
  border-radius: 0;
}

.image_big.boroka-v06, .image_big.boroka-v07 {
  border-radius: 0;
  margin-top: -.125rem;
}

.image_big.oroka-v08, .image_big.boroka-v09 {
  border-radius: 0;
}

.image_big.boroka-v10 {
  border-radius: 0 0 .625rem .625rem;
}

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

.image-54 {
  height: 24.4375rem;
}

.div-block-35 {
  background-image: url('https://www.paperdog.com/images/eone_studio_3.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-36 {
  background-image: url('https://www.paperdog.com/images/eone_studio_2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-55 {
  width: 100%;
}

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

.image-57, .image-58 {
  border-radius: .625rem;
  width: 100%;
}

.image-59 {
  border-radius: .625rem;
  width: 62.8125rem;
}

.image-60 {
  border-radius: .625rem;
  width: 100%;
}

.div-block-37 {
  background-image: url('https://www.paperdog.com/images/qolf_5.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
}

.image-61 {
  border-radius: .625rem;
  width: 100%;
}

.image-62 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-63 {
  border-radius: .625rem;
  width: 100%;
  min-height: 40.75rem;
}

.image-64 {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
}

.image-65 {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.div-block-38 {
  background-image: url('https://www.paperdog.com/images/kingston_anim.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 31.25rem;
}

.image-66 {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
}

.image-67 {
  border-radius: .625rem;
  width: 100%;
}

.image-68, .image-69, .image-70, .image-71 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-72 {
  border-radius: .625rem;
  width: 100%;
}

.image-73 {
  border-radius: .625rem;
  width: 62.8125rem;
}

.image-74 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-75, .image-76, .image-77, .image-78 {
  border-radius: .625rem;
  width: 100%;
}

.image-79, .image-80 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-81 {
  border-radius: .625rem;
  width: 100%;
}

.image-82 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-83, .image-84, .image-85 {
  border-radius: .625rem;
  width: 100%;
}

.image-86, .image-87, .image-88 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-89 {
  background-image: url('https://www.paperdog.com/images/re_imagine_card_06.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-90, .image-91 {
  border-radius: .625rem;
  width: 100%;
}

.image-92 {
  width: 100%;
}

.image-93 {
  border-radius: .625rem;
  width: 100%;
}

.image-94 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-95 {
  border-radius: .625rem;
  width: 100%;
}

.image-95.latimer-so-v10, .image-95.latimer-so-v09, .image-95.latimer-so-v11 {
  height: 100%;
}

.image-95.latimer-so-v06 {
  background-image: url('https://www.paperdog.com/images/latimer-v06.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.image-95.latimer-so-v07, .image-95.latimer-so-v05, .image-95.latimer-so-v12 {
  height: 100%;
}

.image-96, .image-97 {
  border-radius: .625rem;
  width: 100%;
}

.image-97.latimer-so-v04 {
  height: 100%;
}

.div-block-39 {
  background-image: url('https://www.paperdog.com/images/stjulians_brochures_01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
}

.image-98, .image-99 {
  border-radius: .625rem;
  width: 100%;
}

.image-100 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-101, .image-102 {
  border-radius: .625rem;
  width: 100%;
}

.image-103 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-104 {
  width: 100%;
}

.div-block-40 {
  background-image: url('https://www.paperdog.com/images/eone_merchandise_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

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

.image-106 {
  width: 100%;
}

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

.image-108, .image-109, .image-110 {
  width: 100%;
}

.image-111, .image-112 {
  border-radius: .625rem;
  width: 100%;
}

.image-113 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-114, .image-115 {
  border-radius: .625rem;
  width: 100%;
}

.image-116 {
  width: 100%;
}

.div-block-41 {
  background-image: url('https://www.paperdog.com/images/banijay-earth-day.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  min-height: 40rem;
}

.div-block-42 {
  background-image: url('https://www.paperdog.com/images/esg-catalogues.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
  min-height: 61.25rem;
}

.image-117, .image-118, .image-119 {
  border-radius: .625rem;
  width: 100%;
}

.background-video-3 {
  border-radius: .625rem;
  min-height: 67vh;
}

.preloader {
  z-index: 99999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.is-our-work-textwrapper {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.is-our-work-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.buttonwrapper {
  display: block;
}

.custom-styles {
  z-index: 9999;
  background-color: #08ff00;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.concept-5_heading {
  z-index: 3;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.layer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layer.is-red {
  background-color: red;
  transform: translate(-15.1875rem);
}

.layer.is-red.events-off {
  background-color: #e60592;
}

.layer.is-concept-5-heading {
  font-family: museo-slab, sans-serif;
}

.layer.is-frost {
  z-index: 2;
  -webkit-backdrop-filter: blur(.875rem);
  backdrop-filter: blur(.875rem);
}

.layer.is-blue {
  mix-blend-mode: multiply;
  background-color: #003cff;
  transform: translate(18.75rem);
}

.layer.is-blue.events-off {
  background-color: #003cff;
}

.concept-5 {
  color: #fff;
  background-color: #fff;
  min-height: 100vh;
}

.image-cover {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-xxlarge {
  font-family: museo-slab, sans-serif;
  font-size: 15rem;
  line-height: 1;
}

.heading-xxlarge.text-stroke {
  color: #ffffffb3;
  font-family: museo-slab, sans-serif;
  line-height: 1;
}

.max-width-large {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-large.z-2 {
  z-index: 2;
  position: relative;
}

.concept-5_container {
  z-index: 2;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

.concept-5_container.is-red {
  z-index: 3;
  mix-blend-mode: multiply;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.concept-5_container.is-red.events-off {
  display: block;
}

.concept-5_container.is-first {
  z-index: 1;
  background-color: #0000;
  display: flex;
  position: sticky;
  bottom: 0;
}

.concept-5_container.events-off {
  font-family: museo-slab, sans-serif;
}

.crop {
  overflow: hidden;
}

.is-bg-img {
  background-image: url('https://www.paperdog.com/images/5cc07cb9d2c730538eb03de3_about_us.jpeg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  position: relative;
}

.image-120 {
  width: 100%;
  margin-bottom: 1.875rem;
}

.image-120.v01 {
  margin-bottom: 0;
}

.image-120.v01.ue5 {
  margin-bottom: 1.875rem;
}

.image-120.v01.netflix {
  border-radius: .625rem;
}

.image-120.boroka-v01 {
  border-radius: .625rem;
  height: 100%;
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 16.25rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-big.beacon.v01 {
  border-radius: .625rem;
  margin-bottom: 1.875rem;
}

.background-video-4 {
  border-radius: .625rem;
  height: 100%;
}

.background-video-5 {
  border-radius: .625rem;
  width: 100%;
  max-width: 100%;
  min-height: 29vw;
  margin-bottom: 1.875rem;
}

.background-video-6 {
  object-fit: cover;
  border-radius: .625rem;
  height: 100%;
}

.background-video-7 {
  z-index: 99;
  aspect-ratio: 16 / 9;
  border: .0625rem solid #0000;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: 1.875rem;
  display: block;
}

.background-video-7.anyway {
  min-height: 40vw;
}

.background-video-7.latimer {
  display: none;
}

.background-video-7.unreal {
  min-height: 45vw;
}

.background-video-7.epic {
  min-height: 40vw;
}

.background-video-7.banijay-mipcom {
  display: block;
}

.background-video-7.unreal-2022 {
  min-height: auto;
  max-height: none;
}

.background-video-7.epic-gdc {
  height: 100%;
  min-height: auto;
  max-height: none;
}

.background-video-7.unreal2023 {
  min-height: auto;
  max-height: none;
}

.background-video-7.sainsburys-video {
  min-height: 100%;
}

.background-video-7.omnia1-video {
  height: 100%;
  margin-bottom: 0;
}

.image-121, .image-122, .image-123, .image-124 {
  border-radius: .625rem;
}

.about_us_header {
  border-radius: .625rem;
  width: 100%;
  margin-bottom: 5%;
}

.main-swiper_wrap {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

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

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.lottie_parent {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.content {
  z-index: 3;
  background-image: linear-gradient(to right, #000 37%, #0000 53%);
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.swiper-slide {
  z-index: 2;
  flex: none;
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.swiper.is-main {
  inset: 0%;
}

.content_item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lottie {
  flex: none;
  width: 100em;
  height: 56.25em;
  font-size: 1vw;
}

.triggers {
  display: none;
}

.pd_bg_logo {
  max-height: 0;
  position: absolute;
  inset: auto 0% 0;
}

.background-video-8 {
  border-radius: .625rem;
  max-height: 18.75rem;
}

.background-video-9 {
  border-radius: .625rem;
  min-height: 100%;
}

.background-video-10 {
  border-radius: .625rem;
  max-height: 37.5rem;
}

.background-video-10.ue5__v01 {
  max-height: 18.75rem;
}

.background-video-11 {
  border-radius: .625rem;
  max-height: 18.75rem;
}

.background-video-12 {
  max-height: 18.75rem;
}

.background-video-13 {
  border-radius: .625rem;
  max-height: 18.75rem;
}

.background-video-14 {
  border-radius: .625rem;
}

.background-video-15 {
  border-radius: .625rem;
  min-height: 38.75rem;
}

.background-video-16, .background-video-17 {
  border-radius: .625rem;
  max-height: 18.75rem;
}

.background-video-18 {
  border-radius: .625rem;
  height: 100%;
  min-height: 34.375rem;
}

.background-video-19 {
  border-radius: .625rem;
  max-height: 18.75rem;
}

.background-video-19.unreal-engine, .background-video-19.banijay-catalogue {
  height: 100%;
  max-height: none;
}

.background-video-20 {
  border-radius: .625rem;
  max-height: 18.75rem;
}

.container-4 {
  max-width: 75rem;
}

.email_text {
  max-width: 75rem;
  margin-bottom: 2%;
  padding-left: 1%;
  padding-right: 1%;
}

.link-8 {
  font-weight: 600;
  text-decoration: underline;
}

.image-125 {
  padding-top: 0;
}

.image-126 {
  padding-top: 3.125rem;
}

.image-127 {
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  position: static;
}

.div-block-43 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.875rem;
  display: flex;
}

.text-block {
  letter-spacing: .05rem;
  align-self: center;
  margin-top: 0;
  margin-bottom: -4.5625rem;
  padding-top: 0;
  padding-left: .9375rem;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.text-block.text-1 {
  margin-top: 6.25rem;
  margin-bottom: 0;
}

.bold-text {
  font-size: .9375rem;
}

.div-block-44 {
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
  padding-top: 0;
  display: flex;
}

.div-block-46 {
  display: flex;
}

.div-block-47 {
  width: 56.25rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.875rem;
}

.image-128 {
  margin-bottom: 3.75rem;
}

.grid-7 {
  grid-column-gap: 1rem;
  background-color: #0b4325;
  grid-auto-flow: row dense;
  margin-top: -3.75rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-129 {
  margin-top: -3.75rem;
  display: block;
}

.text-block-2 {
  color: var(--pink);
  font-family: museo-slab, sans-serif;
  font-size: .8125rem;
  text-decoration: underline;
}

.div-block-48 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  padding-top: 3.125rem;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-bottom: 1.875rem;
  display: grid;
}

.div-block-50 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-51 {
  flex-direction: column;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-8 {
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template: "Area Area-3" 1fr
                 "Area-2 Area-4" 1fr
                 ". Area-5" 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  display: none;
}

.grid-8.omnia {
  display: block;
}

.div-block-53 {
  width: 60%;
}

.image-130 {
  height: 50%;
  padding-bottom: .5rem;
}

.image-131 {
  height: 50%;
  padding-top: .5rem;
}

.div-block-54 {
  width: 40%;
}

.image-132 {
  padding-bottom: .5rem;
}

.image-133 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.image-134 {
  padding-top: .5rem;
}

.grid-9 {
  border-radius: .625rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-9.omnia-grid {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-135 {
  border: 0 #d92e2e;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-136, .image-137 {
  border-radius: .625rem;
}

.image-138 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  display: block;
}

.unrealv1, .background-video-21 {
  border-radius: .625rem;
  height: 100%;
}

.image-139 {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.image-140, .image-141 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-142 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.image-143, .image-144, .image-145, .image-146, .image-147, .image-148, .image-149, .image-150, .image-151, .image-152, .image-153 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-153.eone-image-v1 {
  text-align: left;
  background-color: #11172c;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.image-154, .image-155, .image-156, .image-157, .image-158, .image-159, .image-160, .image-161, .image-162, .image-163 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-164, .image-165, .image-166 {
  width: 100%;
  height: 100%;
}

.image-167, .image-168, .image-169, .image-170, .image-171, .image-172, .image-173, .image-174, .image-175, .image-176 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.image-177 {
  background-color: #d4ebcd;
  border-radius: .625rem;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-178 {
  border-radius: .625rem;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-179, .image-180, .image-181, .image-182, .image-183 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.div-block-55 {
  background-color: #11172c;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.openpositions {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5rem;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75rem;
}

.heading-22 {
  text-align: center;
  font-family: museo-slab, sans-serif;
  font-size: 3.5rem;
}

.open-positions-inner {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0%;
  display: flex;
}

.open-positions-inner.subpage {
  justify-content: flex-start;
  align-items: flex-start;
}

.title-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.role-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-10 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.role-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: .125rem solid #e1e1e1;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.role-card.main-info {
  background-color: #e1e1e1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.role-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.role-copy {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.role-title {
  color: #000;
  font-family: museo-slab, sans-serif;
  font-size: 2.375rem;
  line-height: 120%;
}

.body-3 {
  font-family: museo-slab, sans-serif;
}

.role-description {
  color: #535353;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
}

.tag {
  color: #000;
  border: .125rem solid #e60592;
  border-radius: 62.4375rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.tag-copy {
  white-space: nowrap;
  text-decoration: none;
}

.div-block-57 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.office-image {
  aspect-ratio: 4 / 5;
  width: 24%;
}

.open-role-wrapper {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 100%;
  display: flex;
}

.open-role-left-side {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36%;
  display: flex;
}

.subtitle {
  color: #000;
  font-family: museo-slab, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.list {
  width: 10%;
}

.skill-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #535353;
  flex-flow: column;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 160%;
  display: flex;
}

.open-role-right-side {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 59%;
  display: flex;
}

.job-link {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  transition: all .2s;
}

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

.skill-copy {
  color: #535353;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.back-to-position {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  transition: all .2s;
  display: flex;
}

.back-to-position:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  font-size: 1.125rem;
}

.no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
    font-size: .875rem;
  }

  a {
    cursor: pointer;
  }

  .container, .container.is--hero {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--nav {
    padding: 1em 5%;
  }

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

  .nav {
    background-image: none;
  }

  .nav.v2 {
    height: 31.25rem;
  }

  .logo_img {
    font-size: 1.6rem;
  }

  .menu {
    grid-column-gap: 2rem;
  }

  .link-text {
    white-space: nowrap;
    font-size: 1.4rem;
  }

  .button_text {
    font-size: 1.4rem;
  }

  .cursor {
    display: none;
  }

  .heading {
    font-size: 4.5rem;
  }

  .heading-10 {
    width: 100%;
    margin: auto;
    font-size: 3rem;
  }

  .maintext {
    width: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .maintext.centered {
    max-width: 37.5rem;
  }

  .maintext.introduction {
    margin-top: 4%;
    margin-bottom: 4%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .services_wrapper {
    clear: none;
  }

  .services_title {
    margin-top: auto;
  }

  .lottie-animation {
    display: none;
  }

  .services {
    padding: 15% 3em;
  }

  .heading-9 {
    font-size: 1.2rem;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 5%;
  }

  .cta {
    padding: 15% 5%;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 3rem;
    line-height: 1.2;
  }

  .our-work {
    padding: 15% 5%;
  }

  .our-work.introduction {
    padding-bottom: 4%;
  }

  .heading-11 {
    margin: auto auto .5rem 0;
    font-size: 3rem;
  }

  .work_wrapper.v01 {
    min-height: 28.125rem;
  }

  .work_wrapper.v01._6 {
    min-height: 66vw;
  }

  .work_wrapper.v01._7 {
    min-height: 36.25rem;
  }

  .work_wrapper.v02 {
    min-height: 25rem;
  }

  .work_wrapper.v02._3 {
    min-height: 26.25rem;
  }

  .work_wrapper.v02._9 {
    min-height: 36.25rem;
  }

  .work_wrapper.v02._15 {
    min-height: 45vw;
  }

  .work_wrapper.v02._18 {
    min-height: 37.5rem;
  }

  .work_wrapper.v02._26 {
    min-height: 30rem;
  }

  .work_wrapper.v02._27, .work_wrapper.v02._28 {
    min-height: 36.25rem;
  }

  .work_wrapper.v02._40 {
    min-height: 80vw;
  }

  .work_wrapper.v02.szironta {
    min-height: 26.25rem;
  }

  .work_wrapper.v03 {
    min-height: 25rem;
  }

  .work_wrapper.v03._4 {
    min-height: 32.5rem;
  }

  .work_wrapper.v03._6 {
    min-height: 20rem;
  }

  .work_wrapper.v03.v002, .work_wrapper.v03._12 {
    min-height: 26.25rem;
  }

  .work_wrapper.v03._16 {
    min-height: 46vw;
  }

  .work_wrapper.v03._17 {
    min-height: 40vw;
  }

  .work_wrapper.v03._19 {
    min-height: 36.25rem;
  }

  .work_wrapper.v03._20 {
    min-height: 23.75rem;
  }

  .work_wrapper.v03._21, .work_wrapper.v03._29, .work_wrapper.v03._30 {
    min-height: 36.25rem;
  }

  .work_wrapper.v03._31 {
    min-height: 32.5rem;
  }

  .work_wrapper.v03._32 {
    min-height: 36.25rem;
  }

  .work_wrapper.v03._33 {
    min-height: 23.75rem;
  }

  .work_wrapper.v03._36 {
    background-image: url('https://www.paperdog.com/images/hangvilla-posters-index_1.jpg');
    min-height: 37.5rem;
  }

  .work_wrapper.v05 {
    min-height: 25rem;
  }

  .work_wrapper.v05._8 {
    min-height: 36.25rem;
  }

  .work_wrapper.v05._10 {
    min-height: 20rem;
  }

  .work_wrapper.v05._10.v01 {
    min-height: 26.25rem;
  }

  .work_wrapper.v05._13 {
    min-height: 58vw;
  }

  .work_wrapper.v05._14 {
    min-height: 26.25rem;
  }

  .work_wrapper.v05._22 {
    min-height: 36.25rem;
  }

  .work_wrapper.v05._23 {
    min-height: 26.25rem;
  }

  .work_wrapper.v05._25 {
    min-height: 30rem;
  }

  .work_wrapper.horizontal {
    min-height: 17.5rem;
  }

  .work_wrapper.is-eone-studio-work {
    min-height: 33.875rem;
  }

  .work_wrapper._1 {
    width: 100%;
    min-height: 26.25rem;
  }

  .work_wrapper._2 {
    min-height: 32.5rem;
    display: none;
  }

  .work_wrapper.is-homepage {
    min-height: 35rem;
  }

  .work_wrapper.v008 {
    min-height: 36.25rem;
  }

  .work_wrapper.v009 {
    min-height: 90vw;
  }

  .work_wrapper.v0001 {
    min-height: 20rem;
  }

  .work_wrapper.v007 {
    min-height: 30rem;
  }

  .work_wrapper.v006 {
    min-height: 32.5rem;
  }

  .work_wrapper.v005 {
    min-height: 23.75rem;
  }

  .work_wrapper.v004 {
    min-height: 119vw;
  }

  .work_wrapper.szironta-v02 {
    min-height: 17.5rem;
  }

  .work_wrapper.szironta-v03 {
    min-height: 23.75rem;
  }

  .work_wrapper.szironta-v04 {
    min-height: 30rem;
  }

  .work_wrapper.szironta-v5 {
    min-height: 20rem;
  }

  .work_wrapper.netb-r-v01 {
    background-size: cover;
    min-height: 60vw;
  }

  .work_wrapper.netb-r-v02 {
    min-height: 68vw;
  }

  .work_wrapper.netb-r-v03 {
    background-size: contain;
    min-height: 34vw;
  }

  .work_wrapper.latimer-v01 {
    min-height: 50rem;
  }

  .work_wrapper.latimer-v02, .work_wrapper.latimer-v03 {
    min-height: 470vw;
  }

  .work_wrapper.latimer-v04 {
    min-height: 110vw;
  }

  .work_wrapper.latimer-v06 {
    min-height: 475vw;
  }

  .work_wrapper.modo-v01 {
    background-size: cover;
    min-height: 90vw;
  }

  .work_wrapper.modo-v02, .work_wrapper.modo-v03, .work_wrapper.modo-v04 {
    background-size: cover;
    min-height: 35vw;
  }

  .work_wrapper.modo-v05 {
    background-size: cover;
    min-height: 55vw;
    display: none;
  }

  .work_wrapper.clarion-v01 {
    background-size: cover;
    min-height: 20rem;
  }

  .work_wrapper.clarion-v02 {
    background-size: cover;
    min-height: 26.25rem;
  }

  .work_wrapper.clarion-v03 {
    background-size: cover;
    min-height: 20rem;
  }

  .work_wrapper.clarion-v04 {
    background-size: cover;
    min-height: 14.125rem;
  }

  .work_wrapper.clarion-v05 {
    background-size: cover;
    min-height: 70vw;
  }

  .work_wrapper.clarion-v06 {
    background-size: cover;
    min-height: 26.25rem;
  }

  .work_wrapper.eone-v01 {
    background-size: contain;
    min-height: 73vw;
  }

  .work_wrapper.eone-v02 {
    min-height: 50vw;
  }

  .work_wrapper.eone-v03 {
    background-size: cover;
    min-height: 20.625rem;
  }

  .work_wrapper.vpfg-v01 {
    background-size: cover;
    min-height: 37.5rem;
  }

  .work_wrapper.vpfg-v02 {
    background-size: cover;
    width: 99.8871%;
    min-height: 20.625rem;
  }

  .work_wrapper.vpfg-v03 {
    background-size: cover;
    min-height: 20.625rem;
  }

  .work_wrapper.west-v01 {
    min-height: 37.5rem;
  }

  .work_wrapper.west-v02 {
    min-height: 30rem;
  }

  .work_wrapper.west-v03, .work_wrapper.west-v04, .work_wrapper.west-v05 {
    min-height: 23.75rem;
  }

  .work_wrapper.banijay_01 {
    min-height: 55vw;
  }

  .work_wrapper.netflix {
    background-position: 50%;
    background-size: cover;
    min-height: 60vw;
  }

  .work_wrapper.ue5 {
    min-height: 55vw;
  }

  .work_wrapper._03 {
    min-height: 63vw;
  }

  .work_wrapper._02 {
    min-height: 65vw;
  }

  .work_wrapper._01 {
    min-height: 95vw;
  }

  .work_wrapper.warner-bros {
    min-height: 37.5rem;
  }

  .work_wrapper.v0002 {
    width: 100%;
    height: auto;
    min-height: 37.5rem;
  }

  .work_wrapper.warner-v01 {
    min-height: 37.5rem;
  }

  .work_wrapper.bani_rights_01.w--current {
    min-height: 40vw;
  }

  .work_wrapper.bani_rights_04 {
    min-height: 50vw;
  }

  .work_wrapper.warner-bros-v01 {
    min-height: 42.5rem;
  }

  .work_wrapper.netb {
    background-size: cover;
    min-height: 100vw;
  }

  .work_wrapper.is-latimer {
    min-height: 80vw;
  }

  .work_wrapper.anyway1 {
    min-height: 92vw;
  }

  .work_wrapper.anyway2 {
    min-height: 50vw;
  }

  .work_wrapper.anyway3, .work_wrapper.anyway4 {
    min-height: 70vw;
  }

  .work_wrapper.anyway5 {
    flex-wrap: nowrap;
  }

  .work_wrapper.omnia {
    background-position: 50%;
    min-height: 70vw;
  }

  .work_wrapper.formats {
    background-position: 50%;
    min-height: auto;
  }

  .work_wrapper.union {
    min-height: auto;
    margin-top: 0;
  }

  .work_wrapper.unreal-engine {
    display: flex;
  }

  .work_wrapper.eone {
    background-position: 50%;
    min-height: 100vw;
  }

  .work_wrapper.latimer {
    min-height: 45vw;
  }

  .work_wrapper.bbc-100 {
    height: 100%;
    min-height: 100vw;
  }

  .work_wrapper.sainsburys {
    min-height: 95vw;
  }

  .work_wrapper.be-banijay {
    min-height: 50vw;
  }

  .work_wrapper.epic-games {
    min-height: 100vw;
  }

  .work_wrapper.rotec {
    min-height: 50vw;
  }

  .work_wrapper.itv01 {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .work_wrapper.eone01 {
    min-height: 90vw;
    margin-top: 1rem;
  }

  .work_wrapper.eone01.grid-home {
    min-height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .work_wrapper.unrealv01 {
    width: 100%;
    min-height: auto;
    display: flex;
  }

  .work_wrapper.wardens {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .container-3.cc-margin-bottom {
    width: 100%;
    max-width: 62.5rem;
    margin-top: 6%;
    margin-bottom: 0;
  }

  .main-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    margin-top: 6%;
    margin-bottom: 6%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .main-grid.is-all-work {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(min-content, 1fr);
    grid-auto-flow: column dense;
    max-width: 50.625rem;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .main-grid.is-lvp, .main-grid.is-eone-studio {
    flex-direction: column;
    display: flex;
  }

  .main-grid.is-unreal-build {
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-grid.is-front-page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .main-grid.is-front-page.home-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
    display: grid;
  }

  .main-grid.is-front-page.home-grid.v01grid {
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .main-grid.is-front-page.home-grid-our {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid.eone-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-grid.banijay-rights-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-grid.epic-vpfg-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-grid.netborgyogyasz-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-grid.the-wes-grid, .main-grid.modonauts-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-17 {
    overflow: visible;
  }

  .image-16 {
    overflow: hidden;
  }

  .logogrid {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 50% 50%;
    max-width: 41.25rem;
    margin-top: 6%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-18 {
    flex: 0 auto;
  }

  .heading-14 {
    margin-top: 0;
    font-size: 3rem;
    line-height: 1;
  }

  .logos {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-18 {
    clear: left;
    display: block;
  }

  .div-block-25 {
    clear: left;
    margin-top: 5%;
    margin-bottom: 10%;
    margin-left: 15%;
  }

  .div-block-25.address {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .div-block-25.socials {
    margin-top: 0;
    margin-bottom: 8%;
  }

  .image-15 {
    float: left;
    clear: left;
    margin-left: 15%;
  }

  .footer {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .footer_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-17 {
    margin-left: 0%;
  }

  .aboutus {
    padding-left: 6%;
    padding-right: 6%;
  }

  .div-block-32 {
    float: none;
    clear: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-7 {
    width: 37.5rem;
  }

  .paragraph-7.about {
    width: auto;
  }

  .paragraph-7.about.top {
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .paragraph-7.about.small {
    float: none;
    clear: none;
    width: auto;
  }

  .paragraph-7.about-text {
    width: auto;
  }

  .tags {
    justify-content: flex-end;
    align-items: center;
    font-size: .8125rem;
  }

  .tagswrapper.is-work-page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .background-video-2 {
    height: 100%;
    min-height: 50vw;
  }

  .is-lvp-work {
    min-height: 37.5rem;
  }

  .is-eone-studio._1, .is-eone-studio._2 {
    min-height: 24.375rem;
  }

  .gridwrapper {
    flex-direction: column;
    margin-top: 6%;
    margin-bottom: 6%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .gridwrapper.is-eone-preview {
    max-width: 58.75rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .gridwrapper.is-eone-preview-studio {
    max-width: 59.375rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .gridwrapper.is-eone-preview-studio.omnia {
    max-width: 75rem;
  }

  .gridwrapper.is-qolf {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gridwrapper.is-latimer.latimer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .gridwrapper.is-kingston, .gridwrapper.is-bbc, .gridwrapper.is-banijay-brand, .gridwrapper.is-hbo, .gridwrapper.is-reimagine, .gridwrapper.is-foundry, .gridwrapper.is-fssc, .gridwrapper.godstone, .gridwrapper.is-the-west, .gridwrapper.stjulians-01, .gridwrapper.is-clarion-report {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gridwrapper.is-hangvilla {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 171.766rem;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .gridwrapper.is-avebury-avenue, .gridwrapper.is-fm-screenings, .gridwrapper.is-stjulians_02, .gridwrapper.is-esg, .gridwrapper.is-bespoke, .gridwrapper.is-blackfriars, .gridwrapper.is-epiclayout2019 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gridwrapper.rontec-annual {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .gridwrapper.anyway-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .gridwrapper.eone-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 58.75rem;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .image-50 {
    width: 100%;
  }

  .image-52 {
    min-height: 17.5rem;
  }

  .image_big.v02 {
    margin-bottom: 1rem;
  }

  .div-block-35 {
    min-height: 25.625rem;
  }

  .div-block-36 {
    width: 100%;
    height: 100%;
    min-height: 25.5625rem;
  }

  .image-58 {
    min-height: 17.5rem;
  }

  .div-block-37 {
    min-height: 67vw;
  }

  .image-61 {
    min-height: 100%;
  }

  .image-62 {
    min-height: auto;
  }

  .image-63 {
    max-height: none;
  }

  .image-64 {
    min-height: 0;
  }

  .div-block-38 {
    min-height: 37.5rem;
  }

  .image-67 {
    min-height: 100%;
    max-height: 100%;
  }

  .image-68 {
    min-height: 0;
  }

  .image-77 {
    display: none;
  }

  .image-96, .image-97 {
    display: block;
  }

  .div-block-39 {
    min-height: 37.5rem;
  }

  .image-100 {
    background-image: url('https://www.paperdog.com/images/home_grid_14.jpg');
    background-position: 0 0;
    background-size: contain;
    max-height: 50rem;
  }

  .div-block-40 {
    min-height: 21.875rem;
  }

  .div-block-41 {
    background-size: cover;
  }

  .div-block-42 {
    min-height: 70vw;
  }

  .background-video-3 {
    min-height: 67vw;
    max-height: 26.25rem;
  }

  .preloader {
    display: none;
  }

  .lottie-animation-2 {
    position: static;
  }

  .heading-xxlarge {
    font-size: 11rem;
  }

  .is-bg-img {
    height: 30vh;
  }

  .background-video-4 {
    min-height: 66vw;
  }

  .background-video-5 {
    min-height: auto;
    max-height: 23.75rem;
  }

  .background-video-7 {
    min-height: auto;
    max-height: none;
    margin-bottom: 1rem;
  }

  .background-video-7.unreal-2022, .background-video-7.epic-gdc {
    min-height: auto;
    max-height: none;
  }

  .background-video-7.unreal2023 {
    min-height: 50vw;
    max-height: 50vw;
  }

  .background-video-15 {
    min-height: 26.25rem;
  }

  .background-video-16 {
    max-height: 26.25rem;
  }

  .background-video-17 {
    max-height: 21.875rem;
  }

  .background-video-19 {
    max-height: 26.25rem;
  }

  .background-video-19.itv {
    height: 100%;
    min-height: 50vw;
    max-height: none;
  }

  .background-video-19.union, .background-video-19.unreal-engine {
    height: 100%;
    min-height: 60vw;
    max-height: none;
  }

  .background-video-19.banijay-catalogue {
    min-height: 60vw;
  }

  .background-video-19.unreal-fest {
    height: 100%;
    min-height: 65vw;
    max-height: none;
  }

  .background-video-19.unreal-2022 {
    height: 100%;
    min-height: 80vw;
    max-height: none;
  }

  .background-video-19.banijay-rights {
    height: 100%;
    min-height: 105vw;
    max-height: none;
  }

  .background-video-19.wt {
    height: 100%;
    min-height: 50vw;
    max-height: none;
  }

  .background-video-20 {
    max-height: 21.875rem;
  }

  .email_text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-126 {
    padding-top: 5vw;
  }

  .div-block-43, .div-block-47 {
    width: auto;
  }

  .image-135 {
    height: 100%;
  }

  .unrealv1 {
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    display: block;
  }

  .background-video-21 {
    min-height: auto;
  }

  .image-139 {
    height: 100%;
  }

  .image-146, .image-147, .image-148, .image-150 {
    width: 100%;
    height: 100%;
  }

  .div-block-55 {
    border-radius: .625rem;
  }

  .heading-22 {
    font-size: 2.625rem;
  }

  .title-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .role-card {
    padding: 1.5rem;
  }

  .role-card.useful-skill {
    width: 100%;
  }

  .role-content.top {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .role-title {
    font-size: 1.75rem;
  }

  .role-description {
    font-size: 1rem;
  }

  .tag {
    padding: .5rem 1rem;
  }

  .tag-copy {
    font-size: .875rem;
  }

  .image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .open-role-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .open-role-left-side {
    width: 100%;
  }

  .subtitle {
    font-size: 1.5rem;
  }

  .open-role-right-side {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container.is--hero {
    padding: 2em 6% 2em 5%;
  }

  .container.is--nav {
    flex-direction: row;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .nav {
    background-image: none;
    position: static;
  }

  .menu {
    grid-column-gap: 1.5rem;
    margin-top: 0;
  }

  .link-text {
    font-size: 1.4rem;
  }

  .button, .button.is-work {
    display: block;
  }

  .button_text {
    font-size: 1.4rem;
  }

  .heading {
    font-size: 3.2rem;
  }

  .heading-10 {
    letter-spacing: -.025em;
    font-size: 3rem;
  }

  .maintext {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .maintext.centered {
    max-width: 31.25rem;
  }

  .maintext.introduction {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .services_wrapper {
    height: auto;
  }

  .services_title {
    letter-spacing: -.025em;
    margin-top: auto;
  }

  .services {
    padding: 10% 5%;
  }

  .cta {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .paragraph-5 {
    font-size: 1.875rem;
  }

  .our-work {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .our-work.is-work-page {
    padding-top: 8%;
  }

  .heading-11 {
    letter-spacing: -.025em;
    font-size: 3rem;
  }

  .work_wrapper {
    width: 100%;
  }

  .work_wrapper.v01._7 {
    min-height: 30rem;
  }

  .work_wrapper.v01.is-banijay {
    background-size: cover;
    min-height: 20.625rem;
  }

  .work_wrapper.v01.is-homepage {
    min-height: 25rem;
  }

  .work_wrapper.v02.w--current {
    min-height: 20.625rem;
  }

  .work_wrapper.v02._3 {
    min-height: 70vw;
  }

  .work_wrapper.v02._9 {
    min-height: 26.25rem;
  }

  .work_wrapper.v02._15 {
    min-height: 50vw;
  }

  .work_wrapper.v02._18 {
    min-height: 92vw;
  }

  .work_wrapper.v02._26 {
    min-height: 23.75rem;
  }

  .work_wrapper.v02._27, .work_wrapper.v02._28 {
    min-height: 30rem;
  }

  .work_wrapper.v02._40 {
    min-height: 26.25rem;
  }

  .work_wrapper.v02.szironta {
    min-height: 20rem;
  }

  .work_wrapper.v03._4 {
    min-height: 26.25rem;
  }

  .work_wrapper.v03._6 {
    min-height: 13.75rem;
  }

  .work_wrapper.v03.v002, .work_wrapper.v03._12 {
    min-height: 20rem;
  }

  .work_wrapper.v03._16 {
    min-height: 13.75rem;
  }

  .work_wrapper.v03._17 {
    min-height: 49vw;
  }

  .work_wrapper.v03._19 {
    min-height: 30rem;
  }

  .work_wrapper.v03._20 {
    min-height: 17.5rem;
  }

  .work_wrapper.v03._21, .work_wrapper.v03._29 {
    min-height: 26.25rem;
  }

  .work_wrapper.v03._30 {
    min-height: 30rem;
  }

  .work_wrapper.v03._31, .work_wrapper.v03._32 {
    min-height: 26.25rem;
  }

  .work_wrapper.v03._33 {
    min-height: 17.5rem;
  }

  .work_wrapper.v03._36 {
    min-height: 30rem;
  }

  .work_wrapper.v03.is-banijay {
    min-height: 20.625rem;
  }

  .work_wrapper.v05._8 {
    min-height: 26.25rem;
  }

  .work_wrapper.v05._10 {
    min-height: 13.75rem;
  }

  .work_wrapper.v05._10.v01, .work_wrapper.v05._13, .work_wrapper.v05._14 {
    min-height: 20rem;
  }

  .work_wrapper.v05._22 {
    min-height: 30rem;
  }

  .work_wrapper.v05._23 {
    min-height: 20rem;
  }

  .work_wrapper.v05._25 {
    min-height: 23.75rem;
  }

  .work_wrapper.v05.is-banijay {
    min-height: 13.75rem;
  }

  .work_wrapper.horizontal {
    min-height: 15rem;
  }

  .work_wrapper.is-eone-studio-work {
    min-height: 25.125rem;
  }

  .work_wrapper._1 {
    min-height: 20rem;
  }

  .work_wrapper._2 {
    min-height: 26.25rem;
  }

  .work_wrapper.is-banijay {
    min-height: 13.75rem;
  }

  .work_wrapper.is-homepage {
    min-height: 25rem;
  }

  .work_wrapper.v008 {
    min-height: 26.25rem;
  }

  .work_wrapper.v009 {
    min-height: 30rem;
  }

  .work_wrapper.v0001 {
    min-height: 13.75rem;
  }

  .work_wrapper.v007, .work_wrapper.v006 {
    min-height: 23.75rem;
  }

  .work_wrapper.v005 {
    min-height: 13.75rem;
  }

  .work_wrapper.v004 {
    min-height: 126vw;
  }

  .work_wrapper.szironta-v02 {
    min-height: 11.25rem;
  }

  .work_wrapper.szironta-v03 {
    min-height: 17.5rem;
  }

  .work_wrapper.szironta-v04 {
    min-height: 23.75rem;
  }

  .work_wrapper.szironta-v5 {
    min-height: 13.75rem;
  }

  .work_wrapper.netb-r-v01 {
    min-height: 60vw;
  }

  .work_wrapper.netb-r-v02 {
    min-height: 69vw;
  }

  .work_wrapper.netb-r-v03 {
    min-height: 34vw;
  }

  .work_wrapper.latimer-v01 {
    min-height: 34.375rem;
  }

  .work_wrapper.latimer-v02, .work_wrapper.latimer-v03 {
    min-height: 470vw;
  }

  .work_wrapper.latimer-v04 {
    min-height: 110vw;
    max-height: 30rem;
  }

  .work_wrapper.latimer-v06 {
    min-height: 480vw;
  }

  .work_wrapper.modo-v01 {
    min-height: 91vw;
  }

  .work_wrapper.modo-v02 {
    background-size: cover;
    min-height: 36vw;
  }

  .work_wrapper.modo-v03, .work_wrapper.modo-v04 {
    background-size: cover;
    min-height: 35vw;
  }

  .work_wrapper.modo-v05 {
    min-height: 25rem;
  }

  .work_wrapper.clarion-v01 {
    min-height: 13.75rem;
  }

  .work_wrapper.clarion-v02 {
    min-height: 20rem;
  }

  .work_wrapper.clarion-v03 {
    min-height: 17.5rem;
  }

  .work_wrapper.clarion-v04 {
    min-height: 11.625rem;
  }

  .work_wrapper.clarion-v05 {
    min-height: 75vw;
  }

  .work_wrapper.clarion-v06 {
    min-height: 23.75rem;
  }

  .work_wrapper.eone-v01 {
    background-size: cover;
    width: 100%;
    min-height: 70vw;
  }

  .work_wrapper.eone-v02 {
    min-height: 48vw;
  }

  .work_wrapper.eone-v03 {
    min-height: 17.5rem;
  }

  .work_wrapper.vpfg-v01 {
    min-height: 30rem;
  }

  .work_wrapper.vpfg-v02 {
    min-height: 15.625rem;
  }

  .work_wrapper.vpfg-v03 {
    min-height: 17.5rem;
  }

  .work_wrapper.west-v01 {
    min-height: 30rem;
  }

  .work_wrapper.west-v02 {
    min-height: 23.75rem;
  }

  .work_wrapper.west-v03, .work_wrapper.west-v04, .work_wrapper.west-v05 {
    min-height: 20.625rem;
  }

  .work_wrapper.banijay_01 {
    min-height: 100vw;
  }

  .work_wrapper._03.eone3, .work_wrapper._02.eonemobile {
    width: 100%;
  }

  .work_wrapper.warner-bros {
    min-height: 30rem;
  }

  .work_wrapper.v0002 {
    width: 100%;
    height: auto;
    min-height: 30rem;
  }

  .work_wrapper.warner-v01 {
    min-height: 28.125rem;
  }

  .work_wrapper.warner-bros-v01 {
    min-height: 103vw;
  }

  .work_wrapper.wt {
    min-height: auto;
  }

  .work_wrapper.omnia {
    min-height: 70vw;
  }

  .work_wrapper.formats {
    min-height: 70vw;
    margin-top: 0;
  }

  .work_wrapper.union {
    min-height: 50vw;
  }

  .work_wrapper.eone {
    min-height: 100vw;
  }

  .work_wrapper.latimer {
    min-height: 50vw;
  }

  .work_wrapper.bbc-100 {
    min-height: 100vw;
  }

  .work_wrapper.sainsburys {
    min-height: 95vw;
  }

  .work_wrapper.be-banijay {
    min-height: 50vw;
  }

  .work_wrapper.epic-games {
    min-height: 100vw;
  }

  .work_wrapper.rotec {
    min-height: 55vw;
  }

  .work_wrapper.itv01 {
    min-height: auto;
    margin-bottom: 0;
  }

  .work_wrapper.eone01 {
    min-height: 90vw;
  }

  .work_wrapper.eone01.grid-home {
    min-height: 100vw;
    margin-top: 0;
  }

  .work_wrapper.wardens {
    min-height: 55vw;
  }

  .main-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6%;
    margin-bottom: 6%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .main-grid.is-all-work, .main-grid.is-front-page, .main-grid.eone-grid, .main-grid.banijay-rights-grid, .main-grid.epic-vpfg-grid, .main-grid.netborgyogyasz-grid, .main-grid.the-wes-grid, .main-grid.modonauts-grid {
    display: flex;
  }

  .logogrid {
    grid-template-rows: auto auto auto auto auto;
    max-width: 32.5rem;
  }

  .logos {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-18 {
    display: block;
  }

  .div-block-25.address {
    margin-top: 0%;
    margin-bottom: 2.5rem;
  }

  .div-block-25.socials {
    margin-top: 0;
  }

  .image-15 {
    float: left;
  }

  .footer {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .heading-17 {
    margin-left: 0%;
  }

  .aboutus {
    padding-top: 8%;
    padding-bottom: 8%;
  }

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

  .paragraph-7 {
    width: 25rem;
    margin-bottom: 5rem;
  }

  .paragraph-7.about.top {
    margin-bottom: 1rem;
  }

  .paragraph-7.about-text {
    font-size: 1rem;
    line-height: 1.2;
  }

  .paragraph-7.centerd {
    font-size: 1.125rem;
  }

  .tags {
    justify-content: flex-start;
    align-items: center;
  }

  .tagswrapper {
    margin-top: 1rem;
  }

  .is-lvp-work {
    min-height: 26.25rem;
  }

  .is-eone-studio._1 {
    min-height: 18.125rem;
  }

  .is-eone-studio._2 {
    min-height: 18.75rem;
  }

  .gridwrapper.is-eone-preview {
    max-width: 50.625rem;
  }

  .gridwrapper.is-eone-preview-studio {
    max-width: 46.875rem;
  }

  .gridwrapper.is-latimer.latimer-grid, .gridwrapper.is-hangvilla, .gridwrapper.rontec-annual {
    display: flex;
  }

  .gridwrapper.anyway-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image_big.beacon.v02 {
    margin-bottom: 0;
  }

  .div-block-37 {
    min-height: 60vw;
  }

  .image-63 {
    min-height: auto;
  }

  .image-68 {
    min-height: 0;
  }

  .div-block-39 {
    min-height: 24.375rem;
  }

  .image-100 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-40 {
    min-height: 18.75rem;
  }

  .div-block-42 {
    min-height: 70vw;
  }

  .background-video-3 {
    min-height: 64vw;
    max-height: 0;
  }

  .custom-styles {
    display: none;
  }

  .heading-xxlarge {
    font-size: 16vw;
  }

  .image-120.v01, .image-big.beacon.v01 {
    margin-bottom: 1.875rem;
  }

  .background-video-5 {
    min-height: auto;
    max-height: 17.5rem;
  }

  .background-video-7 {
    min-height: auto;
    max-height: none;
    margin-bottom: 1rem;
  }

  .lottie_parent {
    align-items: flex-start;
    height: auto;
    position: relative;
  }

  .content {
    background-image: none;
    height: 100%;
    max-height: 100%;
    position: relative;
    inset: 0%;
  }

  .main-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    display: flex;
  }

  .background-video-15 {
    height: 100%;
    min-height: 65vw;
  }

  .background-video-18 {
    min-height: 50vw;
  }

  .background-video-19 {
    min-height: 55vw;
    max-height: 0;
  }

  .background-video-19.itv {
    height: 100%;
    min-height: 50vw;
    max-height: none;
  }

  .background-video-19.unreal-engine {
    min-height: 60vw;
  }

  .background-video-19.banijay-catalogue {
    min-height: 90vw;
  }

  .background-video-19.banijay-rights {
    min-height: 105vw;
  }

  .background-video-19.wt {
    height: 100%;
    min-height: 50vw;
  }

  .background-video-20 {
    max-height: 15.625rem;
  }

  .link-block {
    min-height: 40vw;
  }

  .unrealv1 {
    min-height: 60vw;
  }

  .background-video-21 {
    width: 100%;
    min-height: 80vw;
    margin-top: 0;
    padding-top: 0;
  }

  .image-147, .image-148, .image-150 {
    width: 100%;
    height: 100%;
  }

  .role-wrapper {
    display: flex;
  }

  .role-content.top {
    flex-flow: column;
  }

  .image-wrapper {
    max-width: none;
  }

  .office-image {
    min-width: 15.625rem;
  }

  .subtitle {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .container.is--hero {
    min-height: 25vh;
  }

  .container.is--nav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero_shape1 {
    width: 30em;
    height: 30em;
  }

  .hero_shape2 {
    width: 24em;
    height: 24em;
  }

  .hero_shape3 {
    width: 16em;
    height: 16em;
  }

  .nav {
    background-image: none;
    position: static;
  }

  .nav.v2 {
    background-position: 50%;
    height: 15rem;
  }

  .logo_img {
    font-size: 1.4rem;
  }

  .menu {
    flex-direction: row;
  }

  .menu_link {
    padding: 1em;
  }

  .link-text {
    white-space: nowrap;
    font-size: 1.4rem;
  }

  .button {
    margin-left: 0;
    display: none;
  }

  .button.is-work {
    float: left;
  }

  .button.secondary, .button.is-position {
    display: flex;
  }

  .heading {
    font-size: 3.5rem;
  }

  .heading-10 {
    width: 100%;
    margin-bottom: .75rem;
    margin-right: 8%;
    font-size: 2rem;
    line-height: 1.2;
    overflow: hidden;
  }

  .maintext {
    width: 100%;
  }

  .maintext.introduction {
    margin-top: 12%;
    margin-bottom: 6%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .services_wrapper {
    padding: 1rem;
    overflow: hidden;
  }

  .services_title {
    margin-top: auto;
    font-size: 1rem;
    overflow: hidden;
  }

  .services {
    min-height: auto;
    max-height: none;
    padding-top: 20%;
    padding-bottom: 20%;
    overflow: hidden;
  }

  .heading-9 {
    overflow: hidden;
  }

  .services_text {
    width: 100%;
    font-size: .8125rem;
    line-height: 1.375rem;
    overflow: hidden;
  }

  .grid-4 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    margin-top: 6%;
    display: flex;
  }

  .cta {
    padding: 12% 5%;
    overflow: hidden;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 2.6rem;
    line-height: 1.2;
    overflow: visible;
  }

  .our-work {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .our-work.is-work-page {
    padding-top: 12%;
  }

  .heading-11 {
    width: 100%;
    margin-bottom: .75rem;
    margin-right: 8%;
    font-size: 2rem;
    line-height: 1.2;
    overflow: hidden;
  }

  .work_wrapper {
    min-height: auto;
  }

  .work_wrapper.v01 {
    min-height: 16.25rem;
  }

  .work_wrapper.v01._6 {
    min-height: 59vw;
  }

  .work_wrapper.v01._7 {
    min-height: 90vw;
  }

  .work_wrapper.v01.is-banijay {
    min-height: 13.75rem;
  }

  .work_wrapper.v02 {
    min-height: 15.625rem;
  }

  .work_wrapper.v02.w--current {
    min-height: 13.75rem;
  }

  .work_wrapper.v02._3, .work_wrapper.v02._9 {
    min-height: 20rem;
  }

  .work_wrapper.v02._15 {
    min-height: 9.375rem;
  }

  .work_wrapper.v02._18 {
    min-height: 25.625rem;
  }

  .work_wrapper.v02._26 {
    min-height: 11.25rem;
  }

  .work_wrapper.v02._27, .work_wrapper.v02._28 {
    min-height: 17.5rem;
  }

  .work_wrapper.v02._40 {
    min-height: 21.25rem;
  }

  .work_wrapper.v02.szironta {
    min-height: 74vw;
  }

  .work_wrapper.v03._4 {
    min-height: 17.5rem;
  }

  .work_wrapper.v03._6 {
    min-height: 7.5rem;
  }

  .work_wrapper.v03.v002 {
    min-height: 11.25rem;
  }

  .work_wrapper.v03._12, .work_wrapper.v03._16 {
    min-height: 13.75rem;
  }

  .work_wrapper.v03._17 {
    min-height: 13.125rem;
  }

  .work_wrapper.v03._19 {
    min-height: 17.5rem;
  }

  .work_wrapper.v03._20 {
    min-height: 13.125rem;
  }

  .work_wrapper.v03._21 {
    min-height: 17.5rem;
  }

  .work_wrapper.v03._29 {
    min-height: 25.625rem;
  }

  .work_wrapper.v03._30 {
    min-height: 17.5rem;
  }

  .work_wrapper.v03._31, .work_wrapper.v03._32 {
    min-height: 13.75rem;
  }

  .work_wrapper.v03._33 {
    min-height: 15rem;
  }

  .work_wrapper.v03._36 {
    min-height: 17.5rem;
  }

  .work_wrapper.v03.is-banijay {
    min-height: 13.75rem;
  }

  .work_wrapper.v05._8 {
    min-height: 21.875rem;
  }

  .work_wrapper.v05._10 {
    min-height: 11.25rem;
  }

  .work_wrapper.v05._10.v01 {
    min-height: 50vw;
  }

  .work_wrapper.v05._13 {
    min-height: 18.125rem;
  }

  .work_wrapper.v05._14 {
    min-height: 13.75rem;
  }

  .work_wrapper.v05._22 {
    min-height: 17.5rem;
  }

  .work_wrapper.v05._23, .work_wrapper.v05._25 {
    min-height: 11.25rem;
  }

  .work_wrapper.v05.is-banijay {
    min-height: 8.125rem;
  }

  .work_wrapper.subpage_01 {
    background-repeat: repeat-y;
    background-size: 48rem;
  }

  .work_wrapper.horizontal {
    min-height: 12.5rem;
  }

  .work_wrapper.is-eone-studio-work {
    min-height: 14.0625rem;
  }

  .work_wrapper._1 {
    min-height: 57vw;
  }

  .work_wrapper._2 {
    min-height: 17.5rem;
  }

  .work_wrapper.is-banijay {
    min-height: 9.375rem;
  }

  .work_wrapper.is-homepage {
    min-height: 25rem;
  }

  .work_wrapper.v008 {
    min-height: 13.75rem;
  }

  .work_wrapper.v009 {
    min-height: 17.5rem;
  }

  .work_wrapper.v0001, .work_wrapper.v007 {
    min-height: 15rem;
  }

  .work_wrapper.v006 {
    min-height: 17.5rem;
  }

  .work_wrapper.v005 {
    min-height: 13.75rem;
  }

  .work_wrapper.v004 {
    min-height: 30.625rem;
  }

  .work_wrapper.szironta-v02 {
    min-height: 50vw;
  }

  .work_wrapper.szironta-v03 {
    min-height: 71vw;
  }

  .work_wrapper.szironta-v04 {
    min-height: 80vw;
  }

  .work_wrapper.szironta-v5 {
    min-height: 11.25rem;
  }

  .work_wrapper.netb-r-v01 {
    min-height: 65vw;
  }

  .work_wrapper.netb-r-v02 {
    min-height: 75vw;
  }

  .work_wrapper.netb-r-v03 {
    min-height: 37vw;
  }

  .work_wrapper.latimer-v01 {
    min-height: 20rem;
  }

  .work_wrapper.latimer-v02, .work_wrapper.latimer-v03 {
    display: none;
  }

  .work_wrapper.latimer-v04 {
    min-height: 120vw;
  }

  .work_wrapper.latimer-v06 {
    display: none;
  }

  .work_wrapper.modo-v01 {
    min-height: 23.75rem;
  }

  .work_wrapper.modo-v02 {
    min-height: 7.1875rem;
  }

  .work_wrapper.modo-v05 {
    min-height: 18.75rem;
  }

  .work_wrapper.clarion-v03 {
    min-height: 40vw;
  }

  .work_wrapper.clarion-v05 {
    min-height: 72vw;
  }

  .work_wrapper.clarion-v06 {
    min-height: 13.75rem;
  }

  .work_wrapper.eone-v01 {
    min-height: 75vw;
  }

  .work_wrapper.eone-v02 {
    min-height: 52vw;
  }

  .work_wrapper.eone-v03 {
    min-height: 7.5rem;
  }

  .work_wrapper.vpfg-v01 {
    min-height: 17.5rem;
  }

  .work_wrapper.vpfg-v02 {
    min-height: 9.375rem;
  }

  .work_wrapper.vpfg-v03 {
    min-height: 11.25rem;
  }

  .work_wrapper.west-v01 {
    min-height: 17.5rem;
  }

  .work_wrapper.west-v02 {
    min-height: 45vw;
  }

  .work_wrapper.west-v03 {
    min-height: 55vw;
  }

  .work_wrapper.west-v04 {
    min-height: 60vw;
  }

  .work_wrapper.west-v05 {
    min-height: 17.5rem;
  }

  .work_wrapper.warner-bros, .work_wrapper.v0002 {
    min-height: 18.75rem;
  }

  .work_wrapper.warner-v01 {
    min-height: 15.625rem;
  }

  .work_wrapper.warner-bros-v01 {
    min-height: 90vw;
  }

  .work_wrapper.wt {
    min-height: auto;
  }

  .work_wrapper.omnia {
    min-height: 80vw;
  }

  .work_wrapper.formats {
    min-height: 70vw;
  }

  .work_wrapper.union {
    min-height: 50vw;
  }

  .work_wrapper.unreal-engine {
    min-height: auto;
  }

  .work_wrapper.eone {
    min-height: 90vw;
  }

  .work_wrapper.latimer {
    min-height: 45vw;
  }

  .work_wrapper.anyway, .work_wrapper.unreal-fest {
    min-height: auto;
  }

  .work_wrapper.bbc-100 {
    min-height: 100vw;
  }

  .work_wrapper.sainsburys {
    min-height: 90vw;
  }

  .work_wrapper.be-banijay {
    min-height: 60vw;
  }

  .work_wrapper.epic-games {
    min-height: 100vw;
  }

  .work_wrapper.rotec {
    min-height: 60vw;
  }

  .work_wrapper.unreal-2022, .work_wrapper.itv01 {
    min-height: auto;
  }

  .work_wrapper.eone01 {
    min-height: 100vw;
  }

  .work_wrapper.unrealv01 {
    min-height: auto;
  }

  .work_wrapper.wardens {
    min-height: 60vw;
  }

  .container-3.cc-margin-bottom {
    margin-top: 12%;
  }

  .main-grid {
    grid-template-columns: 1fr;
    max-width: 30.625rem;
    margin-bottom: 12%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-grid.is-all-work {
    max-width: 23.75rem;
  }

  .main-grid.is-unreal-build {
    margin-top: 12%;
    margin-bottom: 12%;
  }

  .services_text-2 {
    width: 100%;
    font-size: .8125rem;
    line-height: 1.25rem;
    overflow: hidden;
  }

  .logo_wrapper {
    min-height: auto;
  }

  .heading-14 {
    font-size: 2.4rem;
    line-height: 1;
  }

  .logos {
    padding: 20% 6% 12%;
  }

  .heading-20.footer {
    min-height: auto;
    margin-top: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .div-block-25.address {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .div-block-25.socials {
    width: 32%;
    margin-top: 0;
    margin-bottom: 8%;
  }

  .image-15 {
    float: left;
    margin-bottom: 12%;
    margin-left: 0%;
    display: block;
  }

  .footer {
    min-height: 0;
    padding: 12% 1em;
  }

  .footer_wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .aboutus {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .paragraph-7 {
    width: 15.3125rem;
  }

  .paragraph-7.about.top {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .paragraph-7.about.small {
    line-height: 1.2;
  }

  .paragraph-7.about-text {
    font-size: .75rem;
    line-height: 1.2;
  }

  .tags {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tagswrapper {
    margin-top: 1rem;
  }

  .tagswrapper.is-work-page {
    display: flex;
  }

  .is-lvp-work {
    min-height: 17.5rem;
  }

  .is-eone-studio._1 {
    min-height: 10.5rem;
  }

  .is-eone-studio._2 {
    min-height: 10.625rem;
  }

  .gridwrapper {
    margin-bottom: 12%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .gridwrapper.is-eone-preview {
    max-width: 29.375rem;
  }

  .gridwrapper.is-eone-preview-studio {
    max-width: 31.25rem;
    padding-left: 1em;
    padding-right: 1em;
  }

  .gridwrapper.banijay-earth-day {
    max-height: 100%;
  }

  .gridwrapper.anyway-grid, .gridwrapper.eone-grid {
    display: flex;
  }

  .is-ue-build-work {
    min-height: 10rem;
  }

  .image_big.v02 {
    margin-bottom: .9375rem;
  }

  .div-block-35, .div-block-36 {
    min-height: 10.625rem;
  }

  .image-58, .image-59 {
    min-height: 12.5rem;
  }

  .div-block-37 {
    min-height: 61vw;
  }

  .div-block-38 {
    min-height: 23.75rem;
  }

  .image-96 {
    overflow: visible;
  }

  .div-block-39 {
    min-height: 15.625rem;
  }

  .div-block-40 {
    min-height: 11.25rem;
  }

  .div-block-41, .div-block-42 {
    min-height: 110vw;
  }

  .is-our-work-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .is-bg-img {
    height: 16vh;
  }

  .image-120.v01.ue5 {
    margin-bottom: .9375rem;
  }

  .image-120.boroka-v01 {
    min-height: 0;
  }

  .background-video-5 {
    min-height: 54vw;
    max-height: 0;
  }

  .background-video-7 {
    min-height: auto;
    max-height: none;
    margin-bottom: 1rem;
  }

  .background-video-7.omnia1-video {
    margin-bottom: 1rem;
  }

  .lottie_parent {
    justify-content: center;
  }

  .content_item {
    font-size: 2.4vw;
  }

  .lottie {
    font-size: 1.5vw;
  }

  .background-video-15 {
    min-height: 50vw;
    max-height: none;
  }

  .background-video-16 {
    max-height: 13.75rem;
  }

  .background-video-18 {
    min-height: 67vw;
    max-height: 0;
  }

  .background-video-19 {
    min-height: 57vw;
    max-height: 0;
  }

  .background-video-19.itv {
    min-height: 40vw;
  }

  .background-video-19.unreal-engine {
    min-height: 60vw;
  }

  .background-video-19.banijay-catalogue {
    min-height: 90vw;
  }

  .background-video-19.unreal-fest, .background-video-19.unreal-2022 {
    height: 100%;
    min-height: 70vw;
  }

  .background-video-19.banijay-rights {
    min-height: 105vw;
  }

  .background-video-19.wt {
    height: 100%;
    min-height: 50vw;
  }

  .background-video-20 {
    max-height: 11.25rem;
  }

  .image-127 {
    width: 30vw;
  }

  .div-block-43 {
    padding-top: 5vw;
  }

  .grid-9 {
    text-align: center;
    place-content: stretch;
    display: block;
  }

  .grid-9.omnia-grid.banijay-2022 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-135 {
    border-bottom-style: none;
    border-bottom-width: .625rem;
    max-width: none;
    height: 100%;
    min-height: auto;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .image-136 {
    height: 100%;
    min-height: 30vw;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .image-137 {
    height: 100%;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .image-138 {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .unrealv1 {
    border-radius: .625rem;
    min-height: 60vw;
  }

  .background-video-21 {
    height: 100%;
    min-height: 80vw;
  }

  .image-139 {
    border-radius: 1rem;
    margin-bottom: 1rem;
  }

  .div-block-56 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .role-card {
    width: 100%;
  }

  .role-title {
    font-size: 1.5rem;
  }

  .role-description {
    font-size: 1rem;
  }

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

  .tag-copy {
    font-size: .875rem;
  }
}

#w-node-_19b04b67-cbf9-c0aa-7d2c-dba80a1ee23a-8133f4b9 {
  grid-area: 2 / 3 / 2 / 4;
}

#w-node-_014f0210-1864-3cbf-cbd0-f3498f2f2619-8133f4b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_014f0210-1864-3cbf-cbd0-f3498f2f261e-8133f4b9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3b8cef63-3b6a-dade-4023-d8227317e223-8133f4b9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_014f0210-1864-3cbf-cbd0-f3498f2f260f-8133f4b9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ac52204-3c1d-84d5-9336-0eeb73620efd-8133f4b9 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_014f0210-1864-3cbf-cbd0-f3498f2f2614-8133f4b9 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-ca0f3fd8-06af-d8ef-165a-fb69c78d7bd5-8133f4b9 {
  grid-area: 2 / 4 / 2 / 5;
}

#w-node-_627876bd-5545-a379-7883-1bfa3e703943-8133f4b9 {
  align-self: center;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa875663568-8133f4b9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa875663569-8133f4b9 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-8133f4b9 {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-8133f4b9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356c-8133f4b9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6e64b525-4e8a-2d62-2c6c-4b565ad0daa4-8133f4b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7e0d38cc-4c6b-beea-a35b-694d0b37f74d-8133f4b9 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-bd703553-cef7-8975-83a5-6b77501ada3e-8133f4b9, #w-node-b3687789-a16a-04fc-ef8c-77519b3ee862-8133f4b9, #w-node-_8749d8b7-463d-6bf7-7ec2-b0c297fe620d-8133f4b9, #w-node-_3fdc2447-1b6f-95d5-dcd8-3b11809f4576-8133f4b9, #w-node-_395b5da0-258a-8bfa-d8a0-1377bb09d3f8-8133f4b9, #w-node-_36e68bd4-d3dd-3658-bbaf-9e7c5af17a8f-8133f4b9, #w-node-a7b775ab-d5bd-0378-a551-59d1f70c56e9-8133f4b9, #w-node-_83eb6791-6ce4-f181-b765-d275a34b1387-8133f4b9, #w-node-c999e532-6e8e-a2d1-08bf-da6882209b89-8133f4b9, #w-node-d2f18154-c8a6-9090-e572-696a45632d19-8133f4b9, #w-node-_31933af1-212d-d843-f538-d86f912baa87-8133f4b9, #w-node-bc5bc244-acd6-ac4b-38c9-8f05d5fa473c-8133f4b9, #w-node-_9cfded04-20e6-7b33-c553-28837e1bafaf-8133f4b9, #w-node-_84f2343b-640b-21eb-7579-29f046f06745-8133f4b9, #w-node-d1e5d85c-95ea-e0f1-07e4-9813b9705d81-8133f4b9, #w-node-ae79b80f-ed2e-8981-b974-ce7d91e57727-8133f4b9, #w-node-_615b0da6-ff23-07b7-ebf1-d9c3e6a3611d-8133f4b9, #w-node-_57518212-5919-68bc-c0cf-2092404a80da-8133f4b9, #w-node-_8e73fbac-32e7-7778-f09a-5408d4e7de31-8133f4b9, #w-node-_2bc46c04-c961-71e5-9d6b-e027f1241f76-8133f4b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1af6e0d8-1990-ca1c-b8c5-a2c7d4e75519-2b33f4c2 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_27c3f968-3ad7-80b2-941d-493188f754f0-2b33f4c2 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_2db8c14f-c2f3-43e2-96b3-6517cc5a51b8-2b33f4c2, #w-node-_3f9f9d50-7c6a-d2bf-1fba-34791c03b2a6-2b33f4c2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4a45ce9d-c0f1-36f5-fa86-7ce6d6f5e964-2b33f4c2 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_3d7d15a0-8206-0371-503c-53320ddb7ceb-2c33f4c3 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-b936efe3-2443-7352-34df-24f5232355b4-2c33f4c3 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-cfc6749c-f022-a67e-98c5-eaa0b26f55bc-2c33f4c3 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_9cd2fb20-e859-2e8e-908c-64c5d6578b8e-d833f4c5 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-e0cf3512-5364-8fce-5297-e39d0587c64a-d833f4c5 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_452bae4a-022a-0efc-afd9-830932790a0b-d833f4c5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-e3932e0f-e14b-c377-5dcf-b3cf4aaa89b8-d833f4c5 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_7b9917fe-0d5d-0f66-d424-2505614862f5-d833f4c5 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_0ff6137e-9626-46ab-b5ca-53827f3885b9-0933f4c6 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_3e2f19ca-e853-c86a-5cb6-73cd860fc392-0933f4c6 {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-_213c25f8-64ce-e1fa-86da-e6cb883e6280-0933f4c6 {
  grid-area: span 2 / span 10 / span 2 / span 10;
}

#w-node-_6fcd58ea-8e7f-67b1-31e3-d3ddf082e03f-df33f4c7 {
  grid-area: span 6 / span 10 / span 6 / span 10;
}

#w-node-_2b9e1d53-e67a-5b07-1542-953ec40ba2c3-7b33f4c8, #w-node-_817aaa62-10e9-7011-a5d8-e5dab4158079-7b33f4c8, #w-node-_2039e3d4-dd2a-1142-7087-f266bca0aa45-7b33f4c8 {
  grid-area: span 5 / span 10 / span 5 / span 10;
}

#w-node-_35f4fff0-f5f9-e7a4-f821-3f31c028d23c-5a33f4cc {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_10cb2736-1669-e201-0daa-7ac9eda59acf-5a33f4cc {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-f5feb2bd-38c6-9e08-7682-910174c49f26-5a33f4cc {
  grid-area: 2 / 4 / 3 / 6;
  place-self: center;
}

#w-node-_8355f498-6c3f-d560-673c-7d30e9bd55f9-5a33f4cc {
  grid-area: 2 / 4 / 3 / 6;
  place-self: center;
}

#w-node-_4537da51-6893-1c98-2574-d03c6b0fb0e2-5a33f4cc {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-ad398009-e75c-8ab0-fda3-60517d9cbdcf-5a33f4cc {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-d2a5432c-d04d-2116-4368-19631b6d1f2b-5a33f4cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53bffc91-fcc5-5f99-643a-65ece2a900ce-bd33f4cf {
  grid-area: span 5 / span 10 / span 5 / span 10;
}

#w-node-_82ff72b1-71f4-4bbd-7ebc-ec13b5cd641b-bd33f4cf, #w-node-_9a194604-f417-abf2-51f2-ebd628ff1394-cf33f4d0 {
  grid-area: span 6 / span 10 / span 6 / span 10;
}

#w-node-_1af6e0d8-1990-ca1c-b8c5-a2c7d4e75519-2733f4d2 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_27c3f968-3ad7-80b2-941d-493188f754f0-2733f4d2 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_2db8c14f-c2f3-43e2-96b3-6517cc5a51b8-2733f4d2, #w-node-_3f9f9d50-7c6a-d2bf-1fba-34791c03b2a6-2733f4d2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4a45ce9d-c0f1-36f5-fa86-7ce6d6f5e964-2733f4d2 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_1af6e0d8-1990-ca1c-b8c5-a2c7d4e75519-0433f4d3 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_27c3f968-3ad7-80b2-941d-493188f754f0-0433f4d3 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_2db8c14f-c2f3-43e2-96b3-6517cc5a51b8-0433f4d3, #w-node-_3f9f9d50-7c6a-d2bf-1fba-34791c03b2a6-0433f4d3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4a45ce9d-c0f1-36f5-fa86-7ce6d6f5e964-0433f4d3 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_1af6e0d8-1990-ca1c-b8c5-a2c7d4e75519-0233f4d4 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_27c3f968-3ad7-80b2-941d-493188f754f0-0233f4d4, #w-node-_4a45ce9d-c0f1-36f5-fa86-7ce6d6f5e964-0233f4d4, #w-node-ac49d3bd-1054-102c-8366-295360a8cc11-0233f4d4 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_6e3cb4c5-58b9-ff2c-321d-c2bea512bfcd-cc33f4d5 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-c6626e1c-93c3-00f8-27f3-61cc7de822df-cc33f4d5 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_7037a048-d6ff-2058-b81c-12554973d2d5-cc33f4d5 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_0b75dff6-a355-c14a-fdb3-fdc2ab74494a-cc33f4d5 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_1ad37e12-6b42-0608-9444-4cf99d8ee508-4033f4d6 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_6163b372-cab9-1f31-3c70-ff2bc2afd48b-4033f4d6 {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-_61b767dd-b9d4-5900-7e8d-4044b7b74218-1f33f4d7 {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-ea6e67fd-dc14-ca75-7be9-a8362d122384-1f33f4d7 {
  grid-area: 4 / 7 / 6 / 10;
}

#w-node-c1b72441-e6db-ad5e-80b6-13c109110fc2-1f33f4d7 {
  grid-area: 4 / 10 / 6 / 13;
}

#w-node-_0ad45c3a-a59b-fd39-715a-cd55836f8235-1f33f4d7 {
  grid-area: 1 / 7 / 4 / 13;
}

#w-node-aeac87e3-4604-4002-6008-025c19b97059-a033f4d9 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: auto;
}

#w-node-edd38af3-df18-b38e-bfcc-040fb6f1c3c0-a033f4d9 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-c533f4db {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-_73289881-f1da-58a3-a1fe-df45ee2e78ba-ed33f4dd {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_0dfb9c50-1201-3e89-2a99-6e1f617edd28-0733f4f2 {
  grid-area: span 6 / span 5 / span 6 / span 5;
}

#w-node-_6429db5f-1452-2fb5-85fa-4d19dfde4685-0733f4f2 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_03b294f1-0119-9426-eb1e-b78b75d4d578-0733f4f2, #w-node-a889f40c-a190-a56a-93ba-b1a883fc41c8-0733f4f2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3537ea14-0f72-768b-488a-4317299f5b19-0733f4f2 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_65b18acd-433e-5d15-463c-34daa98b4a5e-e233f503 {
  grid-area: 1 / 1 / 5 / 7;
}

#w-node-_073c3a22-fa1a-f8bc-1da4-cde1f5dd5766-e233f503 {
  grid-area: 1 / 7 / 3 / 11;
}

#w-node-_073a3ce9-1b78-57c5-1cdc-4738c634f41c-e233f503 {
  grid-area: 3 / 7 / 5 / 11;
}

#w-node-_7c60c584-92a9-a736-9c16-4874a1e5022b-7233f504 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_36088a2b-5f7b-49ab-9982-205650d11e7b-7233f504, #w-node-_5bbb8ce4-13bc-4912-adb9-9c3c999f5f7d-7233f504, #w-node-d68a383e-11c7-bf1f-3ac3-3b279ddfca09-7233f504 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-d877b8a2-ec7b-ca5c-6b01-f34ce7779b98-4e33f505 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_4dd757f9-ed78-b433-07a0-273b5286602a-4e33f505 {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-_7e7b30f5-69fe-46bd-cd81-e8d12f698d7b-4e33f505 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-c79601ef-583a-87e3-6bc6-b2932389d821-1233f506 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_77b4ec9b-9c8f-64d2-36a7-dc211405a765-1233f506 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_2f6a9174-a160-eb60-2b5c-52b59da678d1-1233f506, #w-node-cc6bc1a8-34e2-ca04-c4f9-bc4032c2478a-1233f506 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1af6e0d8-1990-ca1c-b8c5-a2c7d4e75519-b333f507 {
  grid-area: 1 / 1 / 3 / 12;
}

#w-node-_2db8c14f-c2f3-43e2-96b3-6517cc5a51b8-b333f507 {
  grid-area: 2 / 12 / 3 / 17;
}

#w-node-_3f9f9d50-7c6a-d2bf-1fba-34791c03b2a6-b333f507 {
  grid-area: 1 / 12 / 2 / 17;
}

#w-node-_4a45ce9d-c0f1-36f5-fa86-7ce6d6f5e964-b333f507 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-f4a2b8a0-78c2-2cc2-5b29-0fe43bd24622-b333f507 {
  grid-area: 3 / 6 / 5 / 17;
}

#w-node-_26f0693d-5890-2be3-ec03-7d7b4bdf6b84-b333f507 {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-_52af10f0-06a2-5b1c-23e0-f429f8edbba7-b333f507 {
  grid-area: 5 / 6 / 6 / 12;
}

#w-node-_3f2fb276-af82-0ce0-cccd-6cd27e739d56-b333f507 {
  grid-area: 5 / 12 / 6 / 17;
}

#w-node-d0c4bc5d-f548-9233-4fb3-8267dff7e89b-b333f507 {
  grid-area: 4 / 1 / 5 / 6;
}

#w-node-e39c4886-8b3b-2c8b-83ce-9ecd3b5a0c9f-6533f508 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-fda8e210-0828-4edd-204e-d82c679e1e75-6533f508 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_9a64a6f3-3ad1-e557-89a7-2db1ef9b46ad-6533f508, #w-node-_852fe5f6-c67f-1bc0-4849-3f6efaf835b0-6533f508 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1ea5c480-8ffa-8e87-3080-1dae163c84ff-6533f508 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_73289881-f1da-58a3-a1fe-df45ee2e78ba-c433f509 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa875663568-8633f50b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-8633f50b {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-8633f50b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c1ee8dfa-6c15-a967-b222-95fa975c9681-8633f50b {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-d85bc7e7-9f26-f9b9-486a-db4b8e9b12f4-8633f50b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_29be079f-df78-a3d7-39ed-6f3649eabb41-8633f50b {
  grid-area: 4 / 2 / 5 / 2;
}

#w-node-_6bb4a7de-1a62-761e-7925-ad27b4948c85-8633f50b {
  grid-area: 4 / 3 / 6 / 5;
}

#w-node-b43ab687-f719-e720-febc-20d31693988b-8633f50b {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_45506cd8-ef68-a519-b35f-687f2a1abf8f-8633f50b {
  grid-area: 20 / 4 / 21 / 6;
}

#w-node-e9002e7c-3d1f-dbd6-9b85-0cad50c4199f-8633f50b {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_32127ee3-2b7e-9870-c6a1-bdebf9a61d7d-8633f50b {
  grid-area: 19 / 4 / 20 / 6;
}

#w-node-_5e4bcc50-7708-638c-e030-8680afc84ec2-8633f50b {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d9a0d6e8-bf1e-69a9-14b2-941495f6c00c-8633f50b {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_40e81e03-dd04-6f6a-80e8-6b0969b35b10-8633f50b {
  grid-area: 6 / 1 / 8 / 4;
}

#w-node-_7909e904-fef3-444e-5141-28dc9c5f331f-8633f50b {
  grid-area: 6 / 4 / 7 / 6;
}

#w-node-_42957761-7f16-24a0-ceaf-187f78d6ad6e-8633f50b {
  grid-area: 7 / 4 / 8 / 6;
}

#w-node-a96c4029-9847-dcc0-4d2f-53e581b03657-8633f50b {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_824686e4-e982-0529-0914-f567f741909f-8633f50b {
  grid-area: 9 / 1 / 10 / 3;
}

#w-node-_5ad67ef2-9b99-7ad3-8c31-3bd925d1a35a-8633f50b {
  grid-area: 8 / 3 / 10 / 5;
}

#w-node-d990a2bb-460c-67e0-8751-1badac231df3-8633f50b {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_997b0c4d-ddfb-5ef1-1f2e-b0b5d57f2433-8633f50b {
  grid-area: 9 / 5 / 10 / 6;
}

#w-node-_0910d39c-4225-f759-a6db-2fd0727f7834-8633f50b {
  grid-area: 10 / 1 / 11 / 3;
}

#w-node-fe47d5b5-ef9f-38df-a7df-e1f60a3969c8-8633f50b {
  grid-area: 10 / 3 / 11 / 4;
}

#w-node-_08e11728-14ea-cbe4-399f-6ad51ce1bd49-8633f50b {
  grid-area: 10 / 4 / 12 / 6;
}

#w-node-d1241002-873e-fc1f-6336-b00a39822dd1-8633f50b {
  grid-area: 11 / 1 / 13 / 4;
}

#w-node-_9266438a-e4bf-90e2-a566-3a25d0eaed01-8633f50b {
  grid-area: 12 / 4 / 13 / 6;
}

#w-node-_9f738fa7-01a3-e538-b9f5-448c96ed8c34-8633f50b {
  grid-area: 13 / 1 / 14 / 3;
}

#w-node-_5b7135df-04e7-fea2-ac88-70d3fd5ce6d4-8633f50b {
  grid-area: 13 / 3 / 15 / 6;
}

#w-node-bb953e2c-5f50-6c08-1204-17851c428c17-8633f50b {
  grid-area: 14 / 1 / 15 / 3;
}

#w-node-_6d58d712-ab65-c509-491f-5433b7719f05-8633f50b {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_4573f18c-522c-e68d-757f-6bce8790ab35-8633f50b {
  grid-area: 15 / 2 / 16 / 3;
}

#w-node-_75c21404-6b2a-6cef-bd24-55c5c6ec5469-8633f50b {
  grid-area: 15 / 3 / 17 / 5;
}

#w-node-_6802a9fa-89f5-d4f4-883a-dfeb5f89636b-8633f50b {
  grid-area: 19 / 1 / 21 / 4;
}

#w-node-_7252c60e-2872-6c21-0494-9d5c327a3a75-8633f50b {
  grid-area: 15 / 5 / 16 / 6;
}

#w-node-_533942af-011a-8216-cebd-9b2e67e29f3c-8633f50b {
  grid-area: 16 / 5 / 17 / 6;
}

#w-node-f83c8699-008d-692b-b35d-52ae14deabe4-8633f50b {
  grid-area: 17 / 1 / 18 / 2;
}

#w-node-e4e8879b-5b91-d93b-f34c-31200c636771-8633f50b {
  grid-area: 18 / 4 / 19 / 6;
}

#w-node-c62be42e-6f47-87b8-6ffc-7e8aa5d71c3a-8633f50b {
  grid-area: 17 / 4 / 18 / 6;
}

#w-node-_3d9ecc9c-3516-87ad-2a61-53660739beb2-8633f50b {
  grid-area: 18 / 1 / 19 / 2;
}

#w-node-_2bd110f1-86a4-0d16-917b-8413b2903b04-8633f50b {
  grid-area: 16 / 1 / 17 / 3;
}

#w-node-_1e51d9b5-11f6-ae9d-b353-1ac8a8fad3e6-8633f50b {
  grid-area: 17 / 2 / 19 / 4;
}

#w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-148c2178, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-947bcc78 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_2d6a5720-a9a2-03d2-e97c-ed3142e4b41d-82fbbf01 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-afe15286-396a-ccad-cd72-e4e43ed7e981-82fbbf01 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_86311786-2b1a-4d0e-d136-486bb1951b19-82fbbf01 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-cf70aa9b-c6f6-0459-421c-6c0ea107d4a8-3785acb2 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_6163b372-cab9-1f31-3c70-ff2bc2afd48b-3785acb2 {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-2ac9349a {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-a014631b-1154-369f-e906-572d15b7be63-161e60c7 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-aa672a1e-06ac-9720-86c3-33e50ba808d2-161e60c7 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-c03b5c25-d061-5920-3cc7-f83c714fcc76-161e60c7 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_237ca244-529f-3e46-49bf-cdbbb3d1dead-161e60c7 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_694156b4-be92-2f1d-9e1d-b945dfd4310a-161e60c7 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-f450a6a6 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-f536a480-bb7b-1816-f072-7078ccf736f1-03c9ae66 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_657fcee3-e805-c624-4a0e-0980b011df77-03c9ae66 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_84163060-d2b9-2d8b-a918-00fc90721b68-03c9ae66 {
  grid-area: 1 / 3 / 4 / 7;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-f3d4aae6 {
  grid-area: 11 / 1 / 19 / 3;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e046-f3d4aae6 {
  grid-area: 1 / 3 / 19 / 4;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e048-f3d4aae6 {
  grid-area: 1 / 1 / 11 / 3;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e049-f3d4aae6 {
  grid-area: 1 / 4 / 19 / 5;
}

#w-node-_9f6c5d96-a12e-8f91-1495-770721fb7074-f3d4aae6 {
  grid-area: 1 / 5 / 19 / 6;
}

#w-node-_36f813ba-f48a-c8c2-840a-b2ed0668bf6c-87dbdf85 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_8507c278-3e62-02fd-5ea5-dbc07fdb27ac-87dbdf85 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c4c49ea4-6956-b785-bc31-c41a58a22023-87dbdf85 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-ba745881-3518-a51b-aad2-794291ce9faf-87dbdf85 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-ddb2ce7a-bdc0-a625-a709-d07dbf3802a5-87dbdf85 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-8d80b0c3 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e046-8d80b0c3 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e048-8d80b0c3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0560046a-3d40-9579-d52f-b2deb6a4dfd9-8d80b0c3 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e049-8d80b0c3 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-e1532996-4fd7-c052-dd02-15bcc5d8e04a-8d80b0c3 {
  grid-area: 3 / 3 / 5 / 6;
}

#w-node-_29385d25-c6ab-718a-3f35-1cd6c87e0fe4-d976e8ab {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_91fc3b52-1a8b-fda9-68aa-8429736828a4-d976e8ab {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-d5d54dfb-4836-dd5b-37a1-8266d804b5db-d976e8ab {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-f302abd2-e27a-24dd-05f9-46f64583b29b-ef46d69a {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_27569b72-6d84-aee3-1d5f-a2d64a131e86-ef46d69a {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_217badf9-e691-85e0-fbf3-2d1564d24805-ef46d69a {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ac424b9d-465f-4cdc-337b-39d779823d03-ef46d69a {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_815c9c8d-e459-f39e-ff3d-eceaec97f1bf-ef46d69a {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-baf74117-bb8a-18ff-da51-accdd4e00105-c6c11651 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-baf74117-bb8a-18ff-da51-accdd4e00107-c6c11651 {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-baf74117-bb8a-18ff-da51-accdd4e00109-c6c11651 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f8586c41-d7ec-cc1f-7e5d-6ac8ea9eb3e1-c6c11651 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cf68c3e7-dcc3-809f-8c81-1459ae614bfd-c6c11651 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ec09a9fe-00a0-0b06-345b-7b928f716820-c6c11651 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_70e0e1a2-4c3f-715c-d828-f55ca6bc484c-c6c11651 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_54ee305e-614b-400c-db43-4899eacbb804-c6c11651 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_498fc1da-9ccb-a5b9-715e-129a48992457-c6c11651 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-aa7680c9-ca2f-4c7f-768f-44b1fd6d5930-c6c11651 {
  grid-area: 4 / 4 / 6 / 6;
}

#w-node-_8fd63152-48da-dc61-93f1-7e3a89a1e676-c6c11651 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_4b34b10f-18bc-b1df-1082-086656acfd09-c6c11651 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-a6eb6b5a-232f-6019-e3ee-9e42498c364a-c6c11651 {
  grid-area: 6 / 1 / 8 / 3;
}

#w-node-_131cdf2e-efe1-e6c1-882e-6a74cf798039-c6c11651 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bd2498be-b25f-3235-1344-47c813e49557-c6c11651 {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-e164a8be-6de1-72cd-9c40-d2f8b53f0999-c6c11651 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_57df63f8-2e1d-9ec9-3871-f7b1f2970a63-c6c11651 {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-dc691a5f-b964-f201-293a-10a239ea58db-c6c11651 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-ca6fdb52-937d-2514-4d30-20fb66f8d2b4-c6c11651 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-c6c11651 {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-f1b52003-304c-c345-1b6b-2f1a21bff24e-c6c11651 {
  grid-area: 5 / 1 / 7 / 3;
}

#w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-c6c11651 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c1ee8dfa-6c15-a967-b222-95fa975c9681-c6c11651 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-d85bc7e7-9f26-f9b9-486a-db4b8e9b12f4-c6c11651 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_29be079f-df78-a3d7-39ed-6f3649eabb41-c6c11651 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6bb4a7de-1a62-761e-7925-ad27b4948c85-c6c11651 {
  grid-area: 4 / 3 / 6 / 5;
}

#w-node-_45506cd8-ef68-a519-b35f-687f2a1abf8f-c6c11651 {
  grid-area: 20 / 4 / 21 / 6;
}

#w-node-_635c4f44-c125-da78-5c80-24088eb1d0f3-c6c11651 {
  grid-area: 21 / 1 / 22 / 3;
}

#w-node-_1746f06a-d8d5-1acc-91bd-1a05a9297a43-c6c11651 {
  grid-area: 22 / 1 / 23 / 3;
}

#w-node-e9002e7c-3d1f-dbd6-9b85-0cad50c4199f-c6c11651 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_791c6b78-87b3-17e5-f368-cd7d7a62bb3b-c6c11651 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_32127ee3-2b7e-9870-c6a1-bdebf9a61d7d-c6c11651 {
  grid-area: 19 / 4 / 20 / 6;
}

#w-node-d9a0d6e8-bf1e-69a9-14b2-941495f6c00c-c6c11651 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_42957761-7f16-24a0-ceaf-187f78d6ad6e-c6c11651 {
  grid-area: 7 / 4 / 8 / 6;
}

#w-node-_824686e4-e982-0529-0914-f567f741909f-c6c11651 {
  grid-area: 8 / 4 / 9 / 6;
}

#w-node-_5ad67ef2-9b99-7ad3-8c31-3bd925d1a35a-c6c11651 {
  grid-area: 9 / 3 / 11 / 5;
}

#w-node-d990a2bb-460c-67e0-8751-1badac231df3-c6c11651 {
  grid-area: 9 / 5 / 10 / 6;
}

#w-node-_997b0c4d-ddfb-5ef1-1f2e-b0b5d57f2433-c6c11651 {
  grid-area: 10 / 5 / 11 / 6;
}

#w-node-_0910d39c-4225-f759-a6db-2fd0727f7834-c6c11651 {
  grid-area: 10 / 1 / 11 / 3;
}

#w-node-fe47d5b5-ef9f-38df-a7df-e1f60a3969c8-c6c11651 {
  grid-area: 12 / 3 / 13 / 4;
}

#w-node-_08e11728-14ea-cbe4-399f-6ad51ce1bd49-c6c11651 {
  grid-area: 11 / 4 / 13 / 6;
}

#w-node-d1241002-873e-fc1f-6336-b00a39822dd1-c6c11651 {
  grid-area: 11 / 1 / 12 / 4;
}

#w-node-_9266438a-e4bf-90e2-a566-3a25d0eaed01-c6c11651 {
  grid-area: 14 / 1 / 15 / 3;
}

#w-node-_9f738fa7-01a3-e538-b9f5-448c96ed8c34-c6c11651 {
  grid-area: 12 / 1 / 13 / 3;
}

#w-node-_5b7135df-04e7-fea2-ac88-70d3fd5ce6d4-c6c11651 {
  grid-area: 13 / 3 / 15 / 6;
}

#w-node-bb953e2c-5f50-6c08-1204-17851c428c17-c6c11651 {
  grid-area: 13 / 1 / 14 / 3;
}

#w-node-_2fc57c56-9e30-fee6-ef4b-9b570f502107-c6c11651 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-ffc4bc06-f822-abe4-9037-49341c05b326-c6c11651 {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-_6d58d712-ab65-c509-491f-5433b7719f05-c6c11651 {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-_4573f18c-522c-e68d-757f-6bce8790ab35-c6c11651 {
  grid-area: 15 / 2 / 16 / 3;
}

#w-node-d6f2c3d9-66fc-ac6a-8ca2-4342193d9902-c6c11651 {
  grid-area: 7 / 1 / 9 / 4;
}

#w-node-_75c21404-6b2a-6cef-bd24-55c5c6ec5469-c6c11651 {
  grid-area: 15 / 3 / 17 / 5;
}

#w-node-_6802a9fa-89f5-d4f4-883a-dfeb5f89636b-c6c11651 {
  grid-area: 19 / 1 / 21 / 4;
}

#w-node-_7252c60e-2872-6c21-0494-9d5c327a3a75-c6c11651 {
  grid-area: 15 / 5 / 16 / 6;
}

#w-node-_533942af-011a-8216-cebd-9b2e67e29f3c-c6c11651 {
  grid-area: 16 / 5 / 17 / 6;
}

#w-node-f83c8699-008d-692b-b35d-52ae14deabe4-c6c11651 {
  grid-area: 17 / 1 / 18 / 2;
}

#w-node-_4b2e3ccc-a924-aeec-635b-500d602d90ab-c6c11651 {
  grid-area: 22 / 5 / 23 / 6;
}

#w-node-_56a51bf1-8736-a02c-8f3f-b837a29aabca-c6c11651 {
  grid-area: 21 / 5 / 22 / 6;
}

#w-node-e4e8879b-5b91-d93b-f34c-31200c636771-c6c11651 {
  grid-area: 18 / 4 / 19 / 6;
}

#w-node-c62be42e-6f47-87b8-6ffc-7e8aa5d71c3a-c6c11651 {
  grid-area: 17 / 4 / 18 / 6;
}

#w-node-_3d9ecc9c-3516-87ad-2a61-53660739beb2-c6c11651 {
  grid-area: 18 / 1 / 19 / 2;
}

#w-node-_26c4432a-6e33-8210-7c50-7cbb1d19efdb-c6c11651 {
  grid-area: 9 / 1 / 10 / 3;
}

#w-node-_2bd110f1-86a4-0d16-917b-8413b2903b04-c6c11651 {
  grid-area: 16 / 1 / 17 / 3;
}

#w-node-_1e51d9b5-11f6-ae9d-b353-1ac8a8fad3e6-c6c11651 {
  grid-area: 17 / 2 / 19 / 4;
}

#w-node-fe986d73-ad53-fad3-45ac-dee11484147f-c6c11651 {
  grid-area: 21 / 3 / 23 / 5;
}

#w-node-_7f013d6c-cfef-dc3c-b501-8be4841e1a20-625efe1d {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_27c3f968-3ad7-80b2-941d-493188f754f0-625efe1d {
  grid-area: 1 / 7 / 3 / 11;
}

#w-node-_2db8c14f-c2f3-43e2-96b3-6517cc5a51b8-625efe1d {
  grid-area: 3 / 7 / 5 / 9;
}

#w-node-_3f9f9d50-7c6a-d2bf-1fba-34791c03b2a6-625efe1d {
  grid-area: 3 / 9 / 5 / 11;
}

#w-node-_4a45ce9d-c0f1-36f5-fa86-7ce6d6f5e964-625efe1d {
  grid-area: 5 / 7 / 7 / 11;
}

#w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-7b34e630, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-97ba2075, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-e1ebebb6, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-af6ed57f, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-177a3101, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-402e7061, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-caa26d0c, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-787112ad, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-08382b92 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_04f56877-79d6-a02e-eaf0-11041d8648cd-538db841 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_0789d742-1f67-5bf2-af1b-f61d0376d420-538db841 {
  grid-area: 4 / 1 / 7 / 3;
}

#w-node-d990697a-e35d-3400-5c16-6ebf3ba1bd81-538db841 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_6c440383-e1a1-90c0-e894-0d16422316b1-538db841 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_4c93d14f-0925-35e9-f940-a20ee4584a10-538db841 {
  grid-area: 5 / 3 / 7 / 4;
}

#w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-8cc87e01 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_908de3cf-ac48-2468-028a-09d52d72a61d-fb7d7961 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_8adcbf87-b0e5-b292-8923-c5742e6a4814-fb7d7961 {
  grid-area: 1 / 7 / 4 / 11;
}

#w-node-_782014b0-2ff6-7883-035c-1d629cda16d0-fb7d7961 {
  grid-area: 4 / 7 / 7 / 11;
}

#w-node-_197c2ecf-f665-23c4-6449-6bddbaba667d-e3a59bd3 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-cbcd5ea8-8315-4889-87d2-ad2573616ed1-e3a59bd3 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_1cf6a447-9918-9846-1170-4745d3cc528c-e3a59bd3 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f52fd4f6-fb54-726f-a10c-357e40f1773c-e3a59bd3 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-c18c9773-0cc1-7757-19ef-82adb73afb31-e3a59bd3, #w-node-_2ecec417-424c-1090-8413-90976d3e93e2-04d77b73 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_9181156f-0a31-4e39-c93d-827ede9bda99-04d77b73 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_4fb7c13b-2113-898e-99f8-ad75e1ccea29-04d77b73 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_56f01266-d114-2549-c10b-895edd7eb711-04d77b73 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-cbc3aa18-abec-0d8e-e722-94944f492a0a-04d77b73 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-badcb4ee, #w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-d827b7d7 {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_908de3cf-ac48-2468-028a-09d52d72a61d-eb965a55 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_8adcbf87-b0e5-b292-8923-c5742e6a4814-eb965a55 {
  grid-area: 1 / 7 / 4 / 11;
}

#w-node-_782014b0-2ff6-7883-035c-1d629cda16d0-eb965a55 {
  grid-area: 4 / 7 / 7 / 11;
}

#w-node-_2ecec417-424c-1090-8413-90976d3e93e2-d94141b3 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_9181156f-0a31-4e39-c93d-827ede9bda99-d94141b3 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-bcda6a8e-9191-8c32-7537-179f02639691-d94141b3 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-d1aee0c3-04bc-df60-5cc8-d670f9cd2d32-d94141b3 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-c97946e7-3891-1fcc-40f1-ca2f7a5d7432-d94141b3 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_2ecec417-424c-1090-8413-90976d3e93e2-8e03bbad {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_9181156f-0a31-4e39-c93d-827ede9bda99-8e03bbad {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-bcda6a8e-9191-8c32-7537-179f02639691-8e03bbad {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-d1aee0c3-04bc-df60-5cc8-d670f9cd2d32-8e03bbad {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_31a43cbf-11dd-0bb0-da63-b967e3dfa481-dc735c1a {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_2ecec417-424c-1090-8413-90976d3e93e2-81d7ca94 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_9181156f-0a31-4e39-c93d-827ede9bda99-81d7ca94 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_6e534d5e-d78d-8436-59bd-c95cfb28fc76-81d7ca94 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_087c6cb0-69bc-b906-cf6d-a4cca7ce55dd-81d7ca94 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_38d38e79-7aa6-63ec-33c8-7cc5255bcf90-81d7ca94 {
  grid-area: 2 / 5 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_19b04b67-cbf9-c0aa-7d2c-dba80a1ee23a-8133f4b9, #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f2619-8133f4b9, #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f261e-8133f4b9, #w-node-_3b8cef63-3b6a-dade-4023-d8227317e223-8133f4b9, #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f260f-8133f4b9, #w-node-_6ac52204-3c1d-84d5-9336-0eeb73620efd-8133f4b9, #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f2614-8133f4b9, #w-node-ca0f3fd8-06af-d8ef-165a-fb69c78d7bd5-8133f4b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa875663568-8133f4b9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa875663569-8133f4b9 {
    grid-area: 2 / 2 / 4 / 4;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-8133f4b9 {
    grid-area: 1 / 4 / 3 / 6;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-8133f4b9, #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356c-8133f4b9 {
    grid-column: 1 / 2;
  }

  #w-node-_6e64b525-4e8a-2d62-2c6c-4b565ad0daa4-8133f4b9 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7e0d38cc-4c6b-beea-a35b-694d0b37f74d-8133f4b9 {
    grid-area: 3 / 4 / 4 / 6;
  }

  #w-node-bd703553-cef7-8975-83a5-6b77501ada3e-8133f4b9, #w-node-b3687789-a16a-04fc-ef8c-77519b3ee862-8133f4b9, #w-node-_8749d8b7-463d-6bf7-7ec2-b0c297fe620d-8133f4b9, #w-node-_3fdc2447-1b6f-95d5-dcd8-3b11809f4576-8133f4b9, #w-node-_395b5da0-258a-8bfa-d8a0-1377bb09d3f8-8133f4b9, #w-node-_36e68bd4-d3dd-3658-bbaf-9e7c5af17a8f-8133f4b9, #w-node-a7b775ab-d5bd-0378-a551-59d1f70c56e9-8133f4b9, #w-node-_83eb6791-6ce4-f181-b765-d275a34b1387-8133f4b9, #w-node-c999e532-6e8e-a2d1-08bf-da6882209b89-8133f4b9, #w-node-d2f18154-c8a6-9090-e572-696a45632d19-8133f4b9, #w-node-_31933af1-212d-d843-f538-d86f912baa87-8133f4b9, #w-node-bc5bc244-acd6-ac4b-38c9-8f05d5fa473c-8133f4b9, #w-node-_9cfded04-20e6-7b33-c553-28837e1bafaf-8133f4b9, #w-node-_84f2343b-640b-21eb-7579-29f046f06745-8133f4b9, #w-node-d1e5d85c-95ea-e0f1-07e4-9813b9705d81-8133f4b9, #w-node-ae79b80f-ed2e-8981-b974-ce7d91e57727-8133f4b9, #w-node-_615b0da6-ff23-07b7-ebf1-d9c3e6a3611d-8133f4b9, #w-node-_57518212-5919-68bc-c0cf-2092404a80da-8133f4b9, #w-node-_8e73fbac-32e7-7778-f09a-5408d4e7de31-8133f4b9, #w-node-_2bc46c04-c961-71e5-9d6b-e027f1241f76-8133f4b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-c533f4db {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_65b18acd-433e-5d15-463c-34daa98b4a5e-e233f503 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa875663568-8633f50b, #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-8633f50b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-8633f50b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c1ee8dfa-6c15-a967-b222-95fa975c9681-8633f50b, #w-node-d85bc7e7-9f26-f9b9-486a-db4b8e9b12f4-8633f50b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_29be079f-df78-a3d7-39ed-6f3649eabb41-8633f50b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6bb4a7de-1a62-761e-7925-ad27b4948c85-8633f50b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b43ab687-f719-e720-febc-20d31693988b-8633f50b, #w-node-_45506cd8-ef68-a519-b35f-687f2a1abf8f-8633f50b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e9002e7c-3d1f-dbd6-9b85-0cad50c4199f-8633f50b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32127ee3-2b7e-9870-c6a1-bdebf9a61d7d-8633f50b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d9a0d6e8-bf1e-69a9-14b2-941495f6c00c-8633f50b {
    grid-column-end: 7;
  }

  #w-node-_40e81e03-dd04-6f6a-80e8-6b0969b35b10-8633f50b, #w-node-_7909e904-fef3-444e-5141-28dc9c5f331f-8633f50b {
    grid-column: 1 / 7;
  }

  #w-node-_42957761-7f16-24a0-ceaf-187f78d6ad6e-8633f50b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a96c4029-9847-dcc0-4d2f-53e581b03657-8633f50b, #w-node-_824686e4-e982-0529-0914-f567f741909f-8633f50b {
    grid-column-end: 7;
  }

  #w-node-_5ad67ef2-9b99-7ad3-8c31-3bd925d1a35a-8633f50b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d990a2bb-460c-67e0-8751-1badac231df3-8633f50b, #w-node-_997b0c4d-ddfb-5ef1-1f2e-b0b5d57f2433-8633f50b, #w-node-_0910d39c-4225-f759-a6db-2fd0727f7834-8633f50b, #w-node-fe47d5b5-ef9f-38df-a7df-e1f60a3969c8-8633f50b {
    grid-column-end: 7;
  }

  #w-node-_08e11728-14ea-cbe4-399f-6ad51ce1bd49-8633f50b, #w-node-d1241002-873e-fc1f-6336-b00a39822dd1-8633f50b, #w-node-_9266438a-e4bf-90e2-a566-3a25d0eaed01-8633f50b {
    grid-column: 1 / 7;
  }

  #w-node-_9f738fa7-01a3-e538-b9f5-448c96ed8c34-8633f50b, #w-node-_5b7135df-04e7-fea2-ac88-70d3fd5ce6d4-8633f50b, #w-node-bb953e2c-5f50-6c08-1204-17851c428c17-8633f50b, #w-node-_6d58d712-ab65-c509-491f-5433b7719f05-8633f50b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4573f18c-522c-e68d-757f-6bce8790ab35-8633f50b, #w-node-_75c21404-6b2a-6cef-bd24-55c5c6ec5469-8633f50b, #w-node-_6802a9fa-89f5-d4f4-883a-dfeb5f89636b-8633f50b, #w-node-_7252c60e-2872-6c21-0494-9d5c327a3a75-8633f50b, #w-node-_533942af-011a-8216-cebd-9b2e67e29f3c-8633f50b, #w-node-f83c8699-008d-692b-b35d-52ae14deabe4-8633f50b, #w-node-e4e8879b-5b91-d93b-f34c-31200c636771-8633f50b, #w-node-c62be42e-6f47-87b8-6ffc-7e8aa5d71c3a-8633f50b, #w-node-_3d9ecc9c-3516-87ad-2a61-53660739beb2-8633f50b, #w-node-_2bd110f1-86a4-0d16-917b-8413b2903b04-8633f50b, #w-node-_1e51d9b5-11f6-ae9d-b353-1ac8a8fad3e6-8633f50b {
    grid-column-end: 7;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-f3d4aae6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e046-f3d4aae6 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e048-f3d4aae6 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e049-f3d4aae6 {
    grid-column-end: 7;
  }

  #w-node-_9f6c5d96-a12e-8f91-1495-770721fb7074-f3d4aae6 {
    grid-column: 1 / 7;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-8d80b0c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e046-8d80b0c3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e048-8d80b0c3 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_0560046a-3d40-9579-d52f-b2deb6a4dfd9-8d80b0c3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e049-8d80b0c3 {
    grid-column-end: 7;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e04a-8d80b0c3 {
    grid-column: 1 / 7;
  }

  #w-node-baf74117-bb8a-18ff-da51-accdd4e00107-c6c11651 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-baf74117-bb8a-18ff-da51-accdd4e00109-c6c11651 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ec09a9fe-00a0-0b06-345b-7b928f716820-c6c11651, #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-c6c11651, #w-node-f1b52003-304c-c345-1b6b-2f1a21bff24e-c6c11651 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-c6c11651 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c1ee8dfa-6c15-a967-b222-95fa975c9681-c6c11651, #w-node-d85bc7e7-9f26-f9b9-486a-db4b8e9b12f4-c6c11651 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_29be079f-df78-a3d7-39ed-6f3649eabb41-c6c11651 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6bb4a7de-1a62-761e-7925-ad27b4948c85-c6c11651 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_45506cd8-ef68-a519-b35f-687f2a1abf8f-c6c11651, #w-node-_635c4f44-c125-da78-5c80-24088eb1d0f3-c6c11651, #w-node-_1746f06a-d8d5-1acc-91bd-1a05a9297a43-c6c11651 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e9002e7c-3d1f-dbd6-9b85-0cad50c4199f-c6c11651 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32127ee3-2b7e-9870-c6a1-bdebf9a61d7d-c6c11651 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d9a0d6e8-bf1e-69a9-14b2-941495f6c00c-c6c11651 {
    grid-column-end: 7;
  }

  #w-node-_42957761-7f16-24a0-ceaf-187f78d6ad6e-c6c11651 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_824686e4-e982-0529-0914-f567f741909f-c6c11651 {
    grid-column-end: 7;
  }

  #w-node-_5ad67ef2-9b99-7ad3-8c31-3bd925d1a35a-c6c11651 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d990a2bb-460c-67e0-8751-1badac231df3-c6c11651, #w-node-_997b0c4d-ddfb-5ef1-1f2e-b0b5d57f2433-c6c11651, #w-node-_0910d39c-4225-f759-a6db-2fd0727f7834-c6c11651, #w-node-fe47d5b5-ef9f-38df-a7df-e1f60a3969c8-c6c11651 {
    grid-column-end: 7;
  }

  #w-node-_08e11728-14ea-cbe4-399f-6ad51ce1bd49-c6c11651, #w-node-d1241002-873e-fc1f-6336-b00a39822dd1-c6c11651, #w-node-_9266438a-e4bf-90e2-a566-3a25d0eaed01-c6c11651 {
    grid-column: 1 / 7;
  }

  #w-node-_9f738fa7-01a3-e538-b9f5-448c96ed8c34-c6c11651, #w-node-_5b7135df-04e7-fea2-ac88-70d3fd5ce6d4-c6c11651, #w-node-bb953e2c-5f50-6c08-1204-17851c428c17-c6c11651, #w-node-_6d58d712-ab65-c509-491f-5433b7719f05-c6c11651 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4573f18c-522c-e68d-757f-6bce8790ab35-c6c11651, #w-node-_75c21404-6b2a-6cef-bd24-55c5c6ec5469-c6c11651, #w-node-_6802a9fa-89f5-d4f4-883a-dfeb5f89636b-c6c11651, #w-node-_7252c60e-2872-6c21-0494-9d5c327a3a75-c6c11651, #w-node-_533942af-011a-8216-cebd-9b2e67e29f3c-c6c11651, #w-node-f83c8699-008d-692b-b35d-52ae14deabe4-c6c11651, #w-node-_4b2e3ccc-a924-aeec-635b-500d602d90ab-c6c11651, #w-node-_56a51bf1-8736-a02c-8f3f-b837a29aabca-c6c11651, #w-node-e4e8879b-5b91-d93b-f34c-31200c636771-c6c11651, #w-node-c62be42e-6f47-87b8-6ffc-7e8aa5d71c3a-c6c11651, #w-node-_3d9ecc9c-3516-87ad-2a61-53660739beb2-c6c11651, #w-node-_2bd110f1-86a4-0d16-917b-8413b2903b04-c6c11651, #w-node-_1e51d9b5-11f6-ae9d-b353-1ac8a8fad3e6-c6c11651, #w-node-fe986d73-ad53-fad3-45ac-dee11484147f-c6c11651 {
    grid-column-end: 7;
  }

  #w-node-_7f013d6c-cfef-dc3c-b501-8be4841e1a20-625efe1d {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2ecec417-424c-1090-8413-90976d3e93e2-04d77b73, #w-node-_2ecec417-424c-1090-8413-90976d3e93e2-d94141b3, #w-node-_2ecec417-424c-1090-8413-90976d3e93e2-8e03bbad, #w-node-_2ecec417-424c-1090-8413-90976d3e93e2-81d7ca94 {
    grid-area: 3 / 4 / 4 / 6;
  }

  #w-node-_6e534d5e-d78d-8436-59bd-c95cfb28fc76-81d7ca94 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_087c6cb0-69bc-b906-cf6d-a4cca7ce55dd-81d7ca94 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_38d38e79-7aa6-63ec-33c8-7cc5255bcf90-81d7ca94 {
    grid-area: 2 / 5 / 3 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f2614-8133f4b9, #w-node-ca0f3fd8-06af-d8ef-165a-fb69c78d7bd5-8133f4b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-8133f4b9 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_7e0d38cc-4c6b-beea-a35b-694d0b37f74d-8133f4b9, #w-node-_65b18acd-433e-5d15-463c-34daa98b4a5e-e233f503 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-8633f50b {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_6bb4a7de-1a62-761e-7925-ad27b4948c85-8633f50b, #w-node-_42957761-7f16-24a0-ceaf-187f78d6ad6e-8633f50b, #w-node-_5ad67ef2-9b99-7ad3-8c31-3bd925d1a35a-8633f50b, #w-node-_9f738fa7-01a3-e538-b9f5-448c96ed8c34-8633f50b, #w-node-_5b7135df-04e7-fea2-ac88-70d3fd5ce6d4-8633f50b, #w-node-bb953e2c-5f50-6c08-1204-17851c428c17-8633f50b, #w-node-_6d58d712-ab65-c509-491f-5433b7719f05-8633f50b {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e048-f3d4aae6, #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e048-8d80b0c3 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_0560046a-3d40-9579-d52f-b2deb6a4dfd9-8d80b0c3 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-baf74117-bb8a-18ff-da51-accdd4e00107-c6c11651 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-ec09a9fe-00a0-0b06-345b-7b928f716820-c6c11651 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-c6c11651 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-f1b52003-304c-c345-1b6b-2f1a21bff24e-c6c11651, #w-node-_6bb4a7de-1a62-761e-7925-ad27b4948c85-c6c11651, #w-node-_42957761-7f16-24a0-ceaf-187f78d6ad6e-c6c11651, #w-node-_5ad67ef2-9b99-7ad3-8c31-3bd925d1a35a-c6c11651, #w-node-_9f738fa7-01a3-e538-b9f5-448c96ed8c34-c6c11651, #w-node-_5b7135df-04e7-fea2-ac88-70d3fd5ce6d4-c6c11651, #w-node-bb953e2c-5f50-6c08-1204-17851c428c17-c6c11651, #w-node-_6d58d712-ab65-c509-491f-5433b7719f05-c6c11651, #w-node-_7f013d6c-cfef-dc3c-b501-8be4841e1a20-625efe1d {
    grid-area: 1 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_19b04b67-cbf9-c0aa-7d2c-dba80a1ee23a-8133f4b9, #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f2619-8133f4b9 {
    grid-row: 3 / 4;
  }

  #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f261e-8133f4b9, #w-node-_3b8cef63-3b6a-dade-4023-d8227317e223-8133f4b9, #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f260f-8133f4b9, #w-node-_6ac52204-3c1d-84d5-9336-0eeb73620efd-8133f4b9, #w-node-_014f0210-1864-3cbf-cbd0-f3498f2f2614-8133f4b9, #w-node-ca0f3fd8-06af-d8ef-165a-fb69c78d7bd5-8133f4b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa875663569-8133f4b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-8133f4b9 {
    grid-column-end: 3;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-8133f4b9, #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356c-8133f4b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e64b525-4e8a-2d62-2c6c-4b565ad0daa4-8133f4b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e0d38cc-4c6b-beea-a35b-694d0b37f74d-8133f4b9 {
    grid-column-end: 3;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-c533f4db {
    grid-column: span 2 / span 2;
  }

  #w-node-_65b18acd-433e-5d15-463c-34daa98b4a5e-e233f503, #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-8633f50b {
    grid-column-end: 3;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-8633f50b, #w-node-c1ee8dfa-6c15-a967-b222-95fa975c9681-8633f50b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d85bc7e7-9f26-f9b9-486a-db4b8e9b12f4-8633f50b {
    grid-column: span 2 / span 2;
  }

  #w-node-_29be079f-df78-a3d7-39ed-6f3649eabb41-8633f50b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6bb4a7de-1a62-761e-7925-ad27b4948c85-8633f50b {
    grid-column-end: 3;
  }

  #w-node-b43ab687-f719-e720-febc-20d31693988b-8633f50b, #w-node-_45506cd8-ef68-a519-b35f-687f2a1abf8f-8633f50b, #w-node-e9002e7c-3d1f-dbd6-9b85-0cad50c4199f-8633f50b, #w-node-_32127ee3-2b7e-9870-c6a1-bdebf9a61d7d-8633f50b, #w-node-d9a0d6e8-bf1e-69a9-14b2-941495f6c00c-8633f50b, #w-node-_40e81e03-dd04-6f6a-80e8-6b0969b35b10-8633f50b, #w-node-_7909e904-fef3-444e-5141-28dc9c5f331f-8633f50b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42957761-7f16-24a0-ceaf-187f78d6ad6e-8633f50b {
    grid-column-end: 3;
  }

  #w-node-a96c4029-9847-dcc0-4d2f-53e581b03657-8633f50b, #w-node-_824686e4-e982-0529-0914-f567f741909f-8633f50b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ad67ef2-9b99-7ad3-8c31-3bd925d1a35a-8633f50b {
    grid-column-end: 3;
  }

  #w-node-d990a2bb-460c-67e0-8751-1badac231df3-8633f50b, #w-node-_997b0c4d-ddfb-5ef1-1f2e-b0b5d57f2433-8633f50b, #w-node-_0910d39c-4225-f759-a6db-2fd0727f7834-8633f50b, #w-node-fe47d5b5-ef9f-38df-a7df-e1f60a3969c8-8633f50b, #w-node-_08e11728-14ea-cbe4-399f-6ad51ce1bd49-8633f50b, #w-node-d1241002-873e-fc1f-6336-b00a39822dd1-8633f50b, #w-node-_9266438a-e4bf-90e2-a566-3a25d0eaed01-8633f50b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f738fa7-01a3-e538-b9f5-448c96ed8c34-8633f50b, #w-node-_5b7135df-04e7-fea2-ac88-70d3fd5ce6d4-8633f50b, #w-node-bb953e2c-5f50-6c08-1204-17851c428c17-8633f50b, #w-node-_6d58d712-ab65-c509-491f-5433b7719f05-8633f50b {
    grid-column-end: 3;
  }

  #w-node-_4573f18c-522c-e68d-757f-6bce8790ab35-8633f50b, #w-node-_75c21404-6b2a-6cef-bd24-55c5c6ec5469-8633f50b, #w-node-_6802a9fa-89f5-d4f4-883a-dfeb5f89636b-8633f50b, #w-node-_7252c60e-2872-6c21-0494-9d5c327a3a75-8633f50b, #w-node-_533942af-011a-8216-cebd-9b2e67e29f3c-8633f50b, #w-node-f83c8699-008d-692b-b35d-52ae14deabe4-8633f50b, #w-node-e4e8879b-5b91-d93b-f34c-31200c636771-8633f50b, #w-node-c62be42e-6f47-87b8-6ffc-7e8aa5d71c3a-8633f50b, #w-node-_3d9ecc9c-3516-87ad-2a61-53660739beb2-8633f50b, #w-node-_2bd110f1-86a4-0d16-917b-8413b2903b04-8633f50b, #w-node-_1e51d9b5-11f6-ae9d-b353-1ac8a8fad3e6-8633f50b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-f3d4aae6 {
    grid-column: span 2 / span 2;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e048-f3d4aae6 {
    grid-column-end: 3;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e049-f3d4aae6, #w-node-_9f6c5d96-a12e-8f91-1495-770721fb7074-f3d4aae6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e047-8d80b0c3 {
    grid-column: span 2 / span 2;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e048-8d80b0c3, #w-node-_0560046a-3d40-9579-d52f-b2deb6a4dfd9-8d80b0c3 {
    grid-column-end: 3;
  }

  #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e049-8d80b0c3, #w-node-e1532996-4fd7-c052-dd02-15bcc5d8e04a-8d80b0c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-baf74117-bb8a-18ff-da51-accdd4e00107-c6c11651 {
    grid-column-end: 3;
  }

  #w-node-baf74117-bb8a-18ff-da51-accdd4e00109-c6c11651 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec09a9fe-00a0-0b06-345b-7b928f716820-c6c11651, #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356a-c6c11651, #w-node-f1b52003-304c-c345-1b6b-2f1a21bff24e-c6c11651 {
    grid-column-end: 3;
  }

  #w-node-e1caab5c-cccb-bc79-0d1c-3fa87566356b-c6c11651, #w-node-c1ee8dfa-6c15-a967-b222-95fa975c9681-c6c11651 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d85bc7e7-9f26-f9b9-486a-db4b8e9b12f4-c6c11651 {
    grid-column: span 2 / span 2;
  }

  #w-node-_29be079f-df78-a3d7-39ed-6f3649eabb41-c6c11651 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6bb4a7de-1a62-761e-7925-ad27b4948c85-c6c11651 {
    grid-column-end: 3;
  }

  #w-node-_45506cd8-ef68-a519-b35f-687f2a1abf8f-c6c11651, #w-node-_635c4f44-c125-da78-5c80-24088eb1d0f3-c6c11651, #w-node-_1746f06a-d8d5-1acc-91bd-1a05a9297a43-c6c11651, #w-node-e9002e7c-3d1f-dbd6-9b85-0cad50c4199f-c6c11651, #w-node-_32127ee3-2b7e-9870-c6a1-bdebf9a61d7d-c6c11651, #w-node-d9a0d6e8-bf1e-69a9-14b2-941495f6c00c-c6c11651 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42957761-7f16-24a0-ceaf-187f78d6ad6e-c6c11651 {
    grid-column-end: 3;
  }

  #w-node-_824686e4-e982-0529-0914-f567f741909f-c6c11651 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ad67ef2-9b99-7ad3-8c31-3bd925d1a35a-c6c11651 {
    grid-column-end: 3;
  }

  #w-node-d990a2bb-460c-67e0-8751-1badac231df3-c6c11651, #w-node-_997b0c4d-ddfb-5ef1-1f2e-b0b5d57f2433-c6c11651, #w-node-_0910d39c-4225-f759-a6db-2fd0727f7834-c6c11651, #w-node-fe47d5b5-ef9f-38df-a7df-e1f60a3969c8-c6c11651, #w-node-_08e11728-14ea-cbe4-399f-6ad51ce1bd49-c6c11651, #w-node-d1241002-873e-fc1f-6336-b00a39822dd1-c6c11651, #w-node-_9266438a-e4bf-90e2-a566-3a25d0eaed01-c6c11651 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f738fa7-01a3-e538-b9f5-448c96ed8c34-c6c11651, #w-node-_5b7135df-04e7-fea2-ac88-70d3fd5ce6d4-c6c11651, #w-node-bb953e2c-5f50-6c08-1204-17851c428c17-c6c11651, #w-node-_6d58d712-ab65-c509-491f-5433b7719f05-c6c11651 {
    grid-column-end: 3;
  }

  #w-node-_4573f18c-522c-e68d-757f-6bce8790ab35-c6c11651, #w-node-_75c21404-6b2a-6cef-bd24-55c5c6ec5469-c6c11651, #w-node-_6802a9fa-89f5-d4f4-883a-dfeb5f89636b-c6c11651, #w-node-_7252c60e-2872-6c21-0494-9d5c327a3a75-c6c11651, #w-node-_533942af-011a-8216-cebd-9b2e67e29f3c-c6c11651, #w-node-f83c8699-008d-692b-b35d-52ae14deabe4-c6c11651, #w-node-_4b2e3ccc-a924-aeec-635b-500d602d90ab-c6c11651, #w-node-_56a51bf1-8736-a02c-8f3f-b837a29aabca-c6c11651, #w-node-e4e8879b-5b91-d93b-f34c-31200c636771-c6c11651, #w-node-c62be42e-6f47-87b8-6ffc-7e8aa5d71c3a-c6c11651, #w-node-_3d9ecc9c-3516-87ad-2a61-53660739beb2-c6c11651, #w-node-_2bd110f1-86a4-0d16-917b-8413b2903b04-c6c11651, #w-node-_1e51d9b5-11f6-ae9d-b353-1ac8a8fad3e6-c6c11651, #w-node-fe986d73-ad53-fad3-45ac-dee11484147f-c6c11651 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f013d6c-cfef-dc3c-b501-8be4841e1a20-625efe1d {
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('https://www.paperdog.com/fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://www.paperdog.com/fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://www.paperdog.com/fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://www.paperdog.com/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://www.paperdog.com/fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}