:root {
  --color: white;
}

.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-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 {
  cursor: cell;
  background-color: #000;
  line-height: 60px;
}

.navbar {
  opacity: 1;
  text-align: left;
  background-color: #0000;
  border-bottom: 1px #fff;
  margin-bottom: 121px;
  position: static;
}

.section-2 {
  z-index: 99999;
  cursor: cell;
  font-size: 0;
  position: static;
}

.section-2:where(.w-variant-ef9f8e4d-3ff4-ea7c-4ddf-0a694dbf5c29) {
  margin-bottom: -37px;
}

.nav-link {
  color: #fff;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 30px;
  display: flex;
  position: static;
}

.nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-transform: uppercase;
  object-fit: fill;
  padding: 8px 142px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: all .5s;
  display: flex;
  position: relative;
  top: 49px;
}

.nav-link:where(.w-variant-ef9f8e4d-3ff4-ea7c-4ddf-0a694dbf5c29) {
  letter-spacing: -1px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Nimbussanl Reg, Arial, sans-serif;
}

.nav-link:where(.w-variant-42db8506-9c04-078c-777a-7dcaf3da337c) {
  padding-top: 32px;
}

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

.nav-link.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #00f;
  width: auto;
  padding-bottom: 8px;
  transition-duration: .2s;
}

.nav-link.w--current:where(.w-variant-ef9f8e4d-3ff4-ea7c-4ddf-0a694dbf5c29) {
  background-color: #00f;
  font-family: Nimbussanl Reg, Arial, sans-serif;
}

.nav-link.w--current:where(.w-variant-42db8506-9c04-078c-777a-7dcaf3da337c) {
  padding-top: 32px;
  padding-bottom: 32px;
}

.nav-link.w--current:active {
  background-color: #00f;
}

.container-2 {
  z-index: 0;
  text-align: left;
  flex-flow: column;
  max-width: none;
  margin-top: -53px;
  display: flex;
  position: relative;
  top: 37px;
}

.icon {
  color: #00f;
}

.section-13:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .section-13:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b), .div-block-38 {
  display: none;
}

.homepagegallery {
  cursor: auto;
  border: 1px solid #0000;
  margin-bottom: 9px;
  overflow: hidden;
}

.code-embed-6 {
  margin-top: 39px;
  display: block;
}

.div-block-45 {
  margin-top: 38px;
}

.code-embed-7 {
  margin-top: 39px;
  display: block;
}

.div-block-50 {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  background-color: #00f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 27px;
  display: grid;
}

.code-embed-8 {
  background-color: #0000;
}

@media screen and (min-width: 1920px) {
  .body {
    cursor: cell;
  }

  .image-10.grid-image, .gallery-container {
    height: 900px;
  }

  .button-text {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
  }

  .button-text.right {
    margin-right: 0;
  }

  .marquee {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .maquee-box {
    align-items: center;
    display: flex;
  }

  .marquee-text {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .homepage-gallery {
    margin-top: 106px;
  }

  .section-5 {
    display: block;
  }

  .big-side-text {
    top: -8%;
  }

  .big-side-text.bottom {
    bottom: -6%;
  }

  .vertical-scroll {
    grid-column-gap: 4vw;
    width: 90%;
  }

  .image-holder {
    height: 32vw;
  }

  .nav-logo {
    width: 2rem;
    height: 2rem;
  }

  .container-5 {
    max-width: 50rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .section-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .marquee {
    background-color: #303030;
  }

  .marquee-text {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .body-4 {
    background-color: #000;
  }

  .left-arrow {
    color: #000;
  }

  .big-side-text {
    top: -6%;
  }

  .big-side-text.bottom {
    bottom: -4%;
  }

  .card-text {
    font-size: 16px;
  }

  .image-holder {
    border-radius: 6px;
    height: 36vw;
  }

  .navigation {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .marquee {
    background-color: #303030;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .homepage-gallery {
    margin-top: 106px;
    display: none;
  }

  .homepage-gallery.mobile {
    display: block;
  }

  .navbar:where(.w-variant-ef9f8e4d-3ff4-ea7c-4ddf-0a694dbf5c29) {
    z-index: auto;
    position: static;
  }

  .section-2 {
    z-index: 99999;
    position: relative;
  }

  .section-2:where(.w-variant-ef9f8e4d-3ff4-ea7c-4ddf-0a694dbf5c29) {
    background-color: #000;
    position: relative;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    mix-blend-mode: difference;
    background-color: #000;
    border-bottom: 60px solid #00f;
    border-left: 7px solid #00f;
    border-radius: 0;
    align-items: stretch;
    padding-top: 0;
    font-family: Nimbussanl Reg, Arial, sans-serif;
    display: flex;
    position: static;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: -1.5px;
    background-color: #000;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
    transition-duration: .15s;
    position: relative;
  }

  .nav-link:active {
    color: #fff;
    background-color: #00f;
  }

  .container-2 {
    mix-blend-mode: difference;
    position: static;
  }

  .container-2:where(.w-variant-ef9f8e4d-3ff4-ea7c-4ddf-0a694dbf5c29) {
    background-color: #000;
  }

  .section-3 {
    border-top-width: 0;
    margin-top: 29px;
  }

  .icon {
    color: #fff;
    text-align: right;
    font-family: Nimbussanl Reg, Arial, sans-serif;
    font-size: 60px;
    font-weight: 400;
  }

  .icon:where(.w-variant-42db8506-9c04-078c-777a-7dcaf3da337c), .icon:where(.w-variant-ef9f8e4d-3ff4-ea7c-4ddf-0a694dbf5c29) {
    text-align: right;
  }

  .icon:active {
    font-size: 60px;
  }

  .menu-button {
    color: #00f;
    background-color: #000;
  }

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

  .grid.logo-grid {
    grid-row-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: 70px;
    grid-auto-rows: 106px;
    margin-top: 29px;
    padding-bottom: 29px;
  }

  .logo-nike.grid-image, .logo-honor, .logo-gym, .logo-thg, .logo-rep, .logo-manu, .logo-nba, .logo-newera, .logo-nfl, .logo-sony {
    height: auto;
  }

  .text-block-4 {
    letter-spacing: -1.5px;
    font-family: Nimbussanl Reg, Arial, sans-serif;
    font-size: 20px;
  }

  .section-5 {
    display: none;
  }

  .code-embed {
    margin-top: -6px;
    margin-bottom: -7px;
  }

  .section-6 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-5 {
    padding-top: 15px;
    font-size: 20px;
  }

  .image-10.grid-image {
    object-fit: contain;
    object-fit: contain;
    width: auto;
    max-width: none;
    height: 500px;
    margin-right: -72px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .gallery-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    aspect-ratio: auto;
    justify-content: flex-start;
    align-items: stretch;
    height: 500px;
    position: static;
  }

  .section-7 {
    grid-template-rows: 98px auto;
    grid-template-areas: ". . ."
                         "Area-2 . Area-3"
                         ". Area .";
    display: none;
  }

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

  .bottom {
    color: #fff;
    text-align: center;
    margin-top: 32px;
    margin-left: 25px;
    margin-right: 29px;
    padding-bottom: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    display: block;
  }

  .bottom.project-name {
    color: #fff;
    text-align: left;
    font-family: Nimbussanl Bol, Arial, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .bottom.project-category {
    color: #fff;
    text-align: right;
    font-family: Nimbussanl Reg, Arial, sans-serif;
    font-size: 20px;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". Area"
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 38px;
    display: grid;
  }

  .div-block-19, .code-embed-2 {
    display: none;
  }

  .header {
    font-size: 16px;
  }

  .header.pres {
    text-align: left;
  }

  .header.nav {
    font-size: 16px;
    position: static;
    top: 8px;
    left: 7px;
  }

  .header.nav._2 {
    background-color: #00f;
    padding-top: 0;
    font-size: 10px;
  }

  .header.nav.sub {
    text-align: left;
    background-color: #000;
    font-size: 8px;
  }

  .header.nav.sub:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c) {
    margin-bottom: 41px;
  }

  .header.nav.sub:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    margin-bottom: 42px;
    padding-top: 7px;
  }

  .grid-3 {
    grid-column-gap: 26px;
    grid-row-gap: 46px;
    grid-template: ". ." 98px
                   ". ."
                   "Area-2 Area-5"
                   ". ."
                   "Area-6 ."
                   / .5fr minmax(270px, .75fr);
    grid-auto-columns: minmax(98px, .25fr);
  }

  .section-8 {
    margin-top: 117px;
  }

  .section-8.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -33px;
    display: grid;
  }

  .header-sub {
    font-size: 12px;
    display: flex;
  }

  .header-sub.list.links {
    font-size: 13px;
  }

  .section-9 {
    margin-top: 37px;
  }

  .section-10 {
    display: none;
  }

  .body-5 {
    background-color: #000;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 9px 14px;
  }

  .grid-4:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .grid-4:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-rows: minmax(0, .25fr);
    padding-top: 0;
    padding-bottom: 0;
  }

  .link {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-family: Nimbussanl Reg, Arial, sans-serif;
    font-size: 17px;
    text-decoration: none;
    display: flex;
  }

  .div-block-24 {
    background-color: #0000;
    margin-top: 10px;
    padding-bottom: 11px;
    display: flex;
    position: static;
  }

  .button-2 {
    text-transform: uppercase;
    background-color: #00f;
    padding: 6px 29px;
    font-family: Nimbussanl Reg, Arial, sans-serif;
    font-size: 18px;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 2px;
    text-align: center;
    background-color: #0000;
    grid-template-rows: auto auto 19px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0 10px;
    display: grid;
  }

  .div-block-25:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .div-block-25:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    grid-row-gap: 0px;
    background-color: #000;
    border-top: 0 solid #fff;
    border-radius: 2px;
    grid-template-rows: minmax(33px, .25fr) minmax(23px, .25fr) 19px;
    padding-top: 0;
    padding-bottom: 0;
    transition: all .3s;
  }

  .div-block-25:active:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .div-block-25:active:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    background-color: #00f;
  }

  .link-2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
  }

  .text-block-10 {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
  }

  .text-block-10:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .text-block-10:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    text-align: center;
    flex-flow: row;
    height: 20px;
    margin-top: -20px;
    font-size: 8px;
    display: block;
  }

  .text-block-10:hover, .text-block-10:active {
    color: #fff;
  }

  .text-block-10.left, .text-block-10.right {
    opacity: 0;
  }

  .text-block-10.down, .text-block-10.left, .text-block-10.right {
    opacity: 0;
  }

  .text-block-10.up {
    opacity: 0;
    margin-bottom: -6px;
  }

  .text-block-10.down {
    opacity: 0;
  }

  .text-block-11 {
    color: #fff;
    font-family: Nimbussanl Reg, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .text-block-11:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .text-block-11:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    margin-top: -26px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11:hover, .text-block-11:active {
    color: #fff;
  }

  .link-block {
    background-color: #000;
    text-decoration: none;
    transition: all .425s;
  }

  .link-block:hover {
    background-color: #000;
  }

  .link-block:active {
    background-color: #00f;
  }

  .link-block.w--current {
    padding-top: 0;
    padding-bottom: 0;
    transition-duration: .105s;
  }

  .link-block.w--current:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .link-block.w--current:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    display: block;
  }

  .section-11 {
    display: none;
  }

  .code-embed-3 {
    display: flex;
  }

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

  .div-block-27 {
    margin-top: 26px;
    display: block;
  }

  .section-12 {
    grid-column-gap: 3px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .code-embed-4 {
    color: #000;
    display: block;
    overflow: clip;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #000;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 3px;
    margin-bottom: 13px;
    margin-left: 7px;
    padding-bottom: 0;
    display: grid;
  }

  .div-block-28:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c) {
    margin-bottom: -25px;
  }

  .div-block-28:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    margin-bottom: 42px;
  }

  .section-13 {
    border-bottom: 0 #fff;
    margin-bottom: 46px;
    padding-bottom: 32px;
  }

  .section-13:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c) {
    display: block;
  }

  .section-13:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    margin-bottom: 2px;
    padding-bottom: 3px;
    display: block;
  }

  .code-embed-5 {
    height: 20px;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .code-embed-5:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c) {
    height: 10px;
  }

  .code-embed-5:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    height: 10px;
    margin-bottom: 16px;
    padding-top: 7px;
    padding-bottom: 0;
  }

  .div-block-29 {
    padding-top: 10px;
    padding-right: 63px;
  }

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

  .div-block-31 {
    display: block;
  }

  .div-block-32:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .div-block-32:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    margin-top: 28px;
  }

  .div-block-33:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c), .div-block-33:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    display: block;
  }

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

  .div-block-35 {
    margin-top: 19px;
    display: block;
  }

  .image-12 {
    text-align: left;
    cursor: cell;
    height: 70px;
  }

  .vertical-images-holder {
    transform: translate(0, -60%);
  }

  .big-side-text {
    top: -3%;
  }

  .big-side-text.bottom {
    bottom: -2%;
  }

  .card-text {
    font-size: 12px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-37, .section-17 {
    display: block;
  }

  .section-18 {
    overflow: scroll;
  }

  .div-block-38 {
    display: block;
  }

  .div-block-39, .div-block-40 {
    display: none;
  }

  .marquee {
    inset: auto 0% 0%;
  }

  .code-embed-6, .div-block-45 {
    display: none;
  }

  .div-block-47 {
    padding-bottom: 80px;
  }

  .code-embed-7, .code-embed-7:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    display: block;
  }

  .your-client-grid-class {
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .clear-trail-btn {
    border: 1px solid #fff;
    margin-bottom: 76px;
    font-weight: 400;
  }

  .div-block-50 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}

#w-node-_2685541e-15ba-cbe5-9981-d65312eac9c9-6e034a2b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 479px) {
  #w-node-_048f64ce-aa47-0a10-a226-28492fa729a9-828b96ce {
    place-self: auto;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96d0-828b96ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96d2-828b96ce {
    justify-self: start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96d4-828b96ce {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96d6-828b96ce, #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96d8-828b96ce {
    justify-self: end;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96da-828b96ce:where(.w-variant-bf8c2965-2767-3da4-c8b8-cb8730f5b52c) {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96da-828b96ce:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96dc-828b96ce {
    justify-self: start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96de-828b96ce {
    place-self: auto start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96e0-828b96ce {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96e2-828b96ce {
    justify-self: end;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96e4-828b96ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96e6-828b96ce {
    justify-self: start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96e8-828b96ce {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96ea-828b96ce, #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96ec-828b96ce {
    justify-self: end;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96ee-828b96ce:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96f0-828b96ce {
    justify-self: start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96f2-828b96ce {
    place-self: auto start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96f4-828b96ce {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b96f6-828b96ce {
    justify-self: end;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b970c-828b96ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b970e-828b96ce {
    justify-self: start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b9710-828b96ce {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b9712-828b96ce, #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b9714-828b96ce {
    justify-self: end;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b9716-828b96ce:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b9718-828b96ce {
    justify-self: start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b971a-828b96ce {
    place-self: auto start;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b971c-828b96ce {
    justify-self: center;
  }

  #w-node-_42f1b514-98a2-c4a9-e21a-16f3828b971e-828b96ce {
    justify-self: end;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f40905-828b96ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f40907-828b96ce {
    justify-self: start;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f40909-828b96ce {
    justify-self: center;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f4090b-828b96ce, #w-node-_503fafaa-7744-34dd-1370-a8e077f4090d-828b96ce {
    justify-self: end;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f4090f-828b96ce:where(.w-variant-3bb641b5-35ca-dff1-bd69-ae8f92737a3b) {
    justify-self: center;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f40911-828b96ce {
    justify-self: start;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f40913-828b96ce {
    place-self: auto start;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f40915-828b96ce {
    justify-self: center;
  }

  #w-node-_503fafaa-7744-34dd-1370-a8e077f40917-828b96ce {
    justify-self: end;
  }
}
