:root {
  --color--black: #000;
  --color--white: #fff;
  --color--orange: #ff5c1b;
  --color--light-grey: #888;
  --color--dark-grey: #121212;
  --size--stroke: 2px;
  --size--radius: 25px;
  --spaces--10-px-row: 10px;
  --spaces--20-px-row: 20px;
  --spaces--30-px-row: 30px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.text-h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 76px;
}

.text-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 90px;
}

.text-h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 88px;
}

.text-h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
}

.text-h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.text-nav {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
}

.text-body {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-body-m {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.text-body-l {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.text-body-xl {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.text-big-number {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 50px;
}

.text-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 58px;
}

.text-title-white {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 52px;
}

.text-display {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 240px;
  font-weight: 700;
  line-height: 200px;
}

.text-nav-var {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}

.text-h1-mobile {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.text-h2-mobile {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.text-h4-mobile {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.text-big-number-mobile {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 50px;
}

.text-body-xl-mobile {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.text-h3-mobile {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.text-body-m-mobile {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.nav {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 109px;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 10px;
  background-color: #ff5c1b;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 36px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.button-style:hover, .button-style:active, .button-style:focus, .button-style:focus-visible, .button-style[data-wf-focus-visible], .button-style:visited {
  color: #ff5c1b;
}

.button-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.doodzoo-0 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.doodzoo-1 {
  color: #ff5c1b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.cont-div {
  padding-top: 75px;
  padding-bottom: 75px;
}

.hero {
  grid-row-gap: 64px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.welcome-texts {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  text-decoration: none;
  display: flex;
}

.main-title {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 76px;
  text-decoration: none;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.barnav {
  grid-column-gap: 40px;
  border: 1px solid #fff;
  border-width: 1px 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.urls {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 206px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #ff5c1b;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
}

.featured-project {
  background-color: #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 440px;
  text-decoration: none;
  display: flex;
}

.left-col {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  text-decoration: none;
  display: flex;
}

.train {
  object-fit: cover;
  width: 100%;
}

.right-col {
  grid-column-gap: 10px;
  background-color: #121212;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 439px;
  padding: 29px 33px;
  text-decoration: none;
  display: flex;
}

.subtitles {
  color: #ff5c1b;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 58px;
  text-decoration: none;
}

.project-01 {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  text-decoration: none;
  display: flex;
}

.project-title {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.title {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}

.tags {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.left-col-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: grid;
}

.first-col {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.bilboard-1 {
  aspect-ratio: auto;
  object-fit: cover;
}

.second-col {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  text-decoration: none;
  display: flex;
}

.first-row {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-conquer {
  object-fit: cover;
  max-width: 100%;
  margin-top: -150px;
  overflow: hidden;
}

.right-col-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  text-decoration: none;
  display: flex;
}

.numbers {
  color: #888;
  text-align: right;
  text-transform: uppercase;
  width: 18%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
}

.paragraph-2 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.project-02 {
  grid-row-gap: 30px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 1892px;
  padding: 150px 40px;
  text-decoration: none;
  display: flex;
}

.image-gallery {
  grid-column-gap: 19px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900.279px;
  text-decoration: none;
  display: flex;
}

.first-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900.258px;
  text-decoration: none;
  display: flex;
}

.sisters-of-night-02-1 {
  object-fit: cover;
}

.second-row {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #888;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.paragraph-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.title-02 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.first-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900.258px;
  text-decoration: none;
  display: flex;
}

.sisters-of-night-1 {
  object-fit: cover;
}

.text-6 {
  color: #888;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.paragraph-4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.first-row-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900.258px;
  text-decoration: none;
  display: flex;
}

.project-3 {
  grid-row-gap: 30px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.project-title-02 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.title-3 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.tags-02 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 46px;
  text-decoration: none;
}

.image-gallery-02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900.279px;
  text-decoration: none;
  display: grid;
}

.first-row-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900.258px;
  text-decoration: none;
  display: flex;
}

.sisters-of-night-2 {
  object-fit: cover;
}

.second-row-02 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info-02 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #888;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.big-paragraph {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
}

.philosophy {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  color: #fff;
  text-transform: uppercase;
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.content-wrap-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1245px;
  text-decoration: none;
  display: flex;
}

.image-carrousel {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.carousel-image {
  object-fit: cover;
}

.text-wrap {
  padding-left: 220px;
}

.paragraph-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.project-4 {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.project-title-3 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.title-style-3 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.tags-3 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 46px;
  text-decoration: none;
}

.image-gallery-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: grid;
}

.left-col-3 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.bride {
  object-fit: cover;
}

.double-image {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.right-col-3 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #888;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.paragraph-7 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.project-5 {
  grid-row-gap: 30px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.project-title-4 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.title-style-4 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.tags-4 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 46px;
  text-decoration: none;
}

.bomber-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.image-div {
  grid-row-gap: 20px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.row-1 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.bomber-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.row-2 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #888;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.paragraph-8 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.project-6 {
  grid-row-gap: 30px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.project-title-5 {
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.title-style-5 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.tags-5 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 46px;
  text-decoration: none;
}

.content-style-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-gallery-5 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 100%;
  text-decoration: none;
  display: grid;
}

.thundercats {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-4 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #888;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.paragraph-9 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.services {
  grid-row-gap: 90px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #ff5c1b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.creative-direction {
  grid-column-gap: 120px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.tags-6 {
  color: #ff5c1b;
  text-transform: uppercase;
  width: 160px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.main-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.service-title {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}

.paragraph-10 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.main-content-2 {
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.character-design {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.main-content-3 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ready-to-build {
  grid-row-gap: 30px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.title-style-6 {
  color: #ff5c1b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.content-style-3 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1015px;
  text-decoration: none;
  display: flex;
}

.paragraph-11 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.buttons {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-talk {
  grid-column-gap: 10px;
  background-color: #ff5c1b;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 260px;
  height: 36px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.button-request {
  grid-column-gap: 10px;
  border: 2px solid #ff5c1b;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 260px;
  max-width: 260px;
  height: 36px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.footer {
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-footer {
  object-fit: cover;
  align-self: center;
  width: 100%;
}

.label, .beanie, .ads, .sisters-of-night-3 {
  object-fit: cover;
}

.div-block {
  width: 50%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.link {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link:visited {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
}

.intro {
  color: var(--color--white);
  margin-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 15px;
}

.footer-section {
  background-image: url('../images/Image-Footer.png');
  background-position: 0 0;
  background-size: auto;
}

.container-5 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  align-self: center;
}

@media screen and (max-width: 991px) {
  .nav, .hero {
    max-width: 100%;
  }

  .main-title {
    font-size: 4.5rem;
    line-height: 60px;
  }

  .barnav {
    grid-column-gap: 20px;
    flex-flow: row;
  }

  .featured-project {
    flex-flow: column;
    max-width: 100%;
    height: 800px;
  }

  .left-col {
    max-width: 100%;
  }

  .train {
    align-self: center;
    width: 100%;
    max-width: 100%;
  }

  .right-col {
    max-width: 100%;
    height: 500px;
  }

  .project-01 {
    max-width: 100%;
  }

  .container-2 {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .project-title {
    grid-row-gap: 20px;
  }

  .title {
    font-size: 4.2rem;
    line-height: 60px;
  }

  .tags {
    font-size: 1rem;
    line-height: 20px;
  }

  .content-wrap {
    flex-flow: column;
  }

  .left-col-2 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .first-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .bilboard-1 {
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .second-col {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 49%;
    max-width: 49%;
  }

  .first-row {
    grid-column-gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 98%;
  }

  .frame-1 {
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    max-width: 100%;
  }

  .logo-conquer {
    width: 20%;
    max-width: 20%;
    height: 30%;
  }

  .numbers {
    width: 24%;
    font-size: 5rem;
  }

  .project-3, .image-gallery-02, .first-row-5 {
    max-width: 100%;
  }

  .sisters-of-night-2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .big-paragraph {
    font-size: 2.2rem;
  }

  .philosophy {
    max-width: 100%;
  }

  .title-style-2 {
    max-width: 90%;
  }

  .content-wrap-2 {
    max-width: 100%;
  }

  .image-carrousel {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .paragraph-6 {
    font-size: 1.4rem;
    line-height: 26px;
  }

  .project-4 {
    max-width: 100%;
  }

  .image-gallery-3 {
    flex-flow: wrap;
  }

  .project-5 {
    max-width: 100%;
  }

  .row-2 {
    flex-flow: column;
  }

  .project-6 {
    max-width: 100%;
  }

  .content-style-2 {
    grid-row-gap: 20px;
  }

  .image-gallery-5 {
    flex-flow: wrap;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .thundercats {
    box-sizing: content-box;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .services {
    max-width: 100%;
  }

  .tags-6 {
    width: 150px;
    font-size: .9rem;
  }

  .main-content {
    max-width: 100%;
  }

  .service-title {
    font-size: 3.5rem;
    line-height: 55px;
  }

  .paragraph-10 {
    font-size: 1.2rem;
    line-height: 24px;
  }

  .ready-to-build, .content-style-3 {
    max-width: 100%;
  }

  .paragraph-11 {
    font-size: 2.5rem;
    line-height: 45px;
  }

  .footer {
    max-width: 100%;
  }

  .label {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 50%;
  }

  .beanie, .ads, .sisters-of-night-3 {
    width: 100%;
    height: 100%;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .button-style {
    font-size: 12px;
  }

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

  .main-title {
    font-size: 4rem;
    line-height: 55px;
  }

  .barnav {
    grid-column-gap: 10px;
  }

  .project-title {
    grid-row-gap: 10px;
  }

  .title {
    font-size: 3.5rem;
    line-height: 45px;
  }

  .logo-conquer {
    margin-top: -50px;
  }

  .numbers {
    font-size: 3.5rem;
    line-height: 50px;
  }

  .sisters-of-night-2 {
    width: 100%;
    height: 100%;
  }

  .big-paragraph {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .title-style-2 {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .image-carrousel {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-wrap {
    padding-left: 50px;
  }

  .paragraph-6 {
    font-size: 1.15rem;
    line-height: 22px;
  }

  .project-5 {
    grid-row-gap: 20px;
  }

  .bomber-gallery {
    grid-auto-flow: row;
  }

  .info-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 70%;
  }

  .creative-direction {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-title {
    font-size: 2.5rem;
    line-height: 45px;
  }

  .paragraph-10 {
    font-size: 1rem;
    line-height: 20px;
  }

  .ready-to-build {
    grid-row-gap: 20px;
  }

  .content-style-3 {
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-11 {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .buttons {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .button-talk, .button-request {
    width: 220px;
  }

  .section {
    padding-top: 150px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: column;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .text {
    font-size: 18px;
  }

  .button-style {
    height: 36px;
    font-size: 12px;
    line-height: 18px;
  }

  .doodzoo-0, .doodzoo-1 {
    font-size: 2rem;
  }

  .welcome-texts {
    max-width: 100%;
  }

  .main-title {
    font-size: 2.5rem;
    line-height: 35px;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .barnav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 100%;
    height: 100px;
  }

  .urls {
    max-width: 100%;
    height: 100%;
  }

  .text-2 {
    text-align: center;
  }

  .featured-project {
    height: 100%;
  }

  .right-col {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 400px;
  }

  .subtitles {
    font-size: 3rem;
    line-height: 42px;
  }

  .title {
    font-size: 2.6rem;
    line-height: 35px;
  }

  .tags {
    font-size: .7rem;
    line-height: 18px;
  }

  .image-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    height: 100%;
  }

  .first-col {
    object-fit: fill;
  }

  .logo-conquer {
    width: 40%;
    max-width: 50%;
    margin-top: -50px;
  }

  .right-col-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .numbers {
    text-align: left;
    width: 26%;
    font-size: 3.5rem;
    line-height: 40px;
  }

  .image-gallery-02 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
  }

  .info-02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .big-paragraph {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .title-style-2 {
    max-width: 80%;
    font-size: 2rem;
    line-height: 33px;
  }

  .image-carrousel {
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr 1fr auto;
    width: 100%;
    height: 100%;
  }

  .text-wrap {
    padding-left: 50px;
  }

  .paragraph-6 {
    font-size: 1rem;
    line-height: 18px;
  }

  .container-4 {
    grid-row-gap: 20px;
  }

  .image-gallery-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto 1fr 1fr auto;
    grid-auto-flow: row;
  }

  .left-col-3 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .bomber-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr 1fr auto;
    grid-auto-columns: 56px;
    grid-auto-flow: row;
  }

  .image-div {
    display: block;
  }

  .info-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .image-gallery-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 1fr 1fr auto auto .25px;
  }

  .info-4 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tags-6 {
    width: 50%;
    font-size: .8rem;
    line-height: 15px;
  }

  .service-title {
    font-size: 2rem;
    line-height: 35px;
  }

  .paragraph-10 {
    font-size: 1rem;
    line-height: 18px;
  }

  .main-content-2 {
    grid-row-gap: 20px;
  }

  .paragraph-11 {
    font-size: 1rem;
    line-height: 24px;
  }

  .footer {
    width: 100%;
    height: 400px;
  }

  .div-block {
    align-self: center;
    width: 100%;
  }

  .div-block-2 {
    align-self: center;
    width: 100%;
    line-height: 14px;
  }

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

  .div-block-3, .div-block-4 {
    width: 100%;
    height: 100%;
  }

  .intro {
    text-align: center;
    line-height: 15px;
  }
}

#w-node-_637c9228-50f3-a69b-e853-d23132d7de53-11de0d7b {
  grid-area: span 3 / span 2 / span 3 / span 2;
  place-self: center;
}

#w-node-dea738ea-0d8d-1fe5-f279-a3b9e9e1bb5a-11de0d7b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_637c9228-50f3-a69b-e853-d23132d7de55-11de0d7b, #w-node-c66d08f9-beaf-45fe-310c-bad0a6aaf1bb-11de0d7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31bf94c9-9b08-a34e-4e6d-6b175b18aedb-11de0d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_278cbde6-baec-8dc0-6eb4-45572babd4b9-11de0d7b, #w-node-_3ae1337b-2893-ede9-615f-1170b23ff3d7-11de0d7b, #w-node-_144b371c-f5c3-31d4-7f84-a8e1fc7efd5c-11de0d7b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1cf0a8e9-ed16-1e89-8465-78c890309d79-11de0d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f0b73d-57c8-b92e-64d1-446b451a5f8f-11de0d7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_637c9228-50f3-a69b-e853-d23132d7de53-11de0d7b {
    grid-area: span 2 / span 4 / span 2 / span 4;
    place-self: center;
  }

  #w-node-dea738ea-0d8d-1fe5-f279-a3b9e9e1bb5a-11de0d7b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_637c9228-50f3-a69b-e853-d23132d7de58-11de0d7b, #w-node-_44c682fe-05aa-cba8-02b4-67721cca6878-11de0d7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_637c9228-50f3-a69b-e853-d23132d7de55-11de0d7b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c66d08f9-beaf-45fe-310c-bad0a6aaf1b8-11de0d7b, #w-node-c66d08f9-beaf-45fe-310c-bad0a6aaf1b9-11de0d7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c66d08f9-beaf-45fe-310c-bad0a6aaf1bb-11de0d7b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_31bf94c9-9b08-a34e-4e6d-6b175b18aedb-11de0d7b, #w-node-_983643c0-465c-39df-2dcd-15fafa1bbc79-11de0d7b, #w-node-_04c83cf9-7286-c9a6-389f-bb259f9a5053-11de0d7b, #w-node-_77ff2893-fa2b-d912-bf43-08ac66b04472-11de0d7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_278cbde6-baec-8dc0-6eb4-45572babd4b9-11de0d7b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f657be7e-889f-9e47-7b9f-5336e59a06a7-11de0d7b, #w-node-_91048c24-a649-306f-fb02-7fa33b9a278e-11de0d7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ae1337b-2893-ede9-615f-1170b23ff3d7-11de0d7b, #w-node-_144b371c-f5c3-31d4-7f84-a8e1fc7efd5c-11de0d7b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_48fec31e-1a8e-b4aa-19b8-8c4cd3584f96-11de0d7b, #w-node-_7fa68876-4ebf-5c67-797a-e8b7fa3c21a7-11de0d7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48c4e5cf-a1ea-80dc-17b7-b76b73bbbd8f-11de0d7b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1cf0a8e9-ed16-1e89-8465-78c890309d71-11de0d7b, #w-node-_935e1012-b125-06b3-1150-2c5f8c320055-11de0d7b, #w-node-_76f0b73d-57c8-b92e-64d1-446b451a5f8b-11de0d7b, #w-node-_76f0b73d-57c8-b92e-64d1-446b451a5f8c-11de0d7b, #w-node-_76f0b73d-57c8-b92e-64d1-446b451a5f8f-11de0d7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


