:root {
  --gainsboro: #e7e7e7;
  --black: #2e2d2b;
  --medium-aquamarine: #3fd4ad;
  --pale-violet-red: #ff6485;
  --gold: #f7c32f;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

.body {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  display: flex;
  overflow: visible;
}

.main-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gainsboro);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-1 {
  z-index: 1;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block {
  white-space: nowrap;
  padding-left: 9px;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.marquee-text-container {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  overflow: hidden;
}

.marquee-text-container.container-1 {
  overflow: visible;
}

.marquee-text-container.container-2 {
  justify-content: flex-end;
  overflow: visible;
}

.marquee-1 {
  overflow: visible;
}

.lottie-animation {
  height: 130px;
  padding-top: 0;
  padding-bottom: 25px;
}

.div-block {
  z-index: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.section-2 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(235, 235, 235, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.section-2.our-clients {
  height: auto;
  min-height: auto;
  min-width: 100vw;
  text-align: left;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  position: static;
  top: 0;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  border-radius: 0;
  position: relative;
}

.text-block-10 {
  color: var(--gainsboro);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-11 {
  color: var(--gainsboro);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.image-8 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.div-block-8 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.lottie-animation-2 {
  position: absolute;
  top: 35%;
  bottom: 35%;
  left: 0%;
  right: 0%;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-9 {
  min-height: 500px;
  background-image: url('../images/Studio1.jpg');
  background-position: 0%;
  background-size: cover;
}

.div-block-10 {
  background-color: var(--gainsboro);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.text-block-12 {
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
}

.image-9 {
  margin-left: 25px;
}

.text-block-13 {
  color: var(--gainsboro);
  margin-top: 30px;
}

.bold-text {
  display: none;
}

.lottie-animation-4 {
  z-index: 3;
  height: 100px;
  margin-top: 25px;
  position: relative;
}

.spline-scene {
  z-index: -999;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  align-self: center;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  min-width: 50%;
}

.div-block-13 {
  min-width: 50%;
  flex: 0 auto;
  order: 0;
  align-self: center;
  display: block;
}

.heading {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
}

.heading.middle {
  text-align: center;
}

.paragraph-3 {
  font-size: 25px;
  line-height: 30px;
}

.paragraph-3.middle {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-3.middle.bottom {
  height: auto;
  background-color: rgba(46, 45, 43, 0);
  margin-bottom: 0;
  padding-top: 16px;
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph-3.middle.lower {
  margin-top: 15px;
}

.section-wrapper {
  max-height: 100vh;
  min-height: 100vh;
  border-top: 2px solid #000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-wrapper.services {
  border-top-style: solid;
  border-bottom: 2px solid #000;
}

.section-wrapper.services.cta {
  border-top-style: none;
  border-bottom-style: none;
}

.section-wrapper.services.cta.thank-you {
  min-height: auto;
  border-top-style: none;
  border-bottom-style: none;
  padding-left: 75px;
  padding-right: 75px;
}

.book-now-bk {
  max-width: 100%;
  min-width: 50%;
  cursor: pointer;
  background-color: #333;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.book-now-bk.middle {
  max-width: 75%;
  justify-content: center;
  margin-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.text-block-14 {
  color: #e8e8e8;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.arrow {
  margin-left: 7px;
}

.div-block-15 {
  min-width: 100%;
  justify-content: center;
  display: flex;
}

.services-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service {
  border: 2px solid #333;
  border-radius: 300px;
}

.text-block-15 {
  text-align: center;
  letter-spacing: 2px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 15px;
  font-weight: 500;
}

.our-clients-wrapper {
  min-height: 100vh;
  min-width: 100vw;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.our-clients-hero {
  z-index: 99;
  min-height: 100vh;
  min-width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-16, .text-block-17 {
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.bento-box-wrapper {
  min-height: 100vh;
  min-width: 100vw;
}

.bento-box {
  min-height: auto;
  min-width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px;
  display: grid;
}

.bento-item {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: rgba(0, 0, 0, .01);
  border: 2px #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, .08);
}

.bento-item.hero-copy {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-2 {
  font-size: 25px;
  line-height: 25px;
}

.heading-3 {
  text-align: left;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 38px;
}

.heading-3.bento-hero {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 45px;
}

.bento-client-logo {
  max-height: 60px;
}

.bento-image {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
  top: -24%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bento-image-bg {
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-image: url('../images/PP2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

.bento-image-bg.t-mobile {
  background-image: url('../images/T-Mobile.jpg');
}

.bento-image-bg.t-mobile:hover {
  display: block;
}

.bento-image-bg.nickelodeon {
  background-image: url('../images/nick1.jpg');
}

.bento-image-bg.warner-media {
  background-image: url('../images/LatinxHeritage.jpg');
}

.bento-image-bg.nature-made {
  background-image: url('../images/NatureMade.jpg');
}

.bento-image-bg.winn-dixie {
  background-image: url('../images/WD-bags.jpg');
}

.bento-image-bg.paypal {
  background-image: url('../images/PP2_1.jpg');
}

.loading-wrapper {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
}

.left {
  z-index: 9999;
  width: 35vw;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 0;
  background-color: #2e2d2b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.right {
  width: 35vw;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 0;
  background-color: #2e2d2b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.bottom {
  height: 20vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 0;
  min-width: 100vw;
  background-color: #2e2d2b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.top {
  height: 20vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 0;
  min-width: 100vw;
  background-color: #2e2d2b;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.loader {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  background-color: #2e2d2b;
  order: 0;
  align-self: stretch;
  display: none;
  position: relative;
}

.reveal {
  display: none;
}

.loader-top {
  border-bottom: 2px solid #8e8f91;
  position: relative;
}

.loader_progress {
  width: 0%;
  height: 100%;
  max-height: 100%;
  background-color: #e7e7e7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.container {
  z-index: 2;
  color: #afafaf;
  mix-blend-mode: difference;
  justify-content: space-between;
  padding: 25px;
  font-size: 40px;
  line-height: 40px;
  display: flex;
  position: relative;
}

.container.is-loader-bottom {
  mix-blend-mode: normal;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.triact-studios {
  -webkit-text-stroke-color: #2e2d2b;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.creative-agency {
  text-align: right;
  -webkit-text-stroke-color: #2e2d2b;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.loader-bottom {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader_number {
  color: #e7e7e7;
  letter-spacing: -29px;
  margin-bottom: 0;
  padding-bottom: .14em;
  padding-right: 11px;
  font-family: Poppins, sans-serif;
  font-size: 10em;
  font-weight: 600;
  line-height: .8em;
}

.trigger {
  display: none;
}

.reveal-trigger {
  display: none;
  overflow: visible;
}

.reveal-logo {
  width: 100vw;
  height: 100vh;
  background-color: #2e2d2b;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
}

.lottie-animation-5 {
  width: 250px;
  align-self: center;
}

.scroll-bar {
  z-index: 9;
  width: 100%;
  height: 1vh;
  transform-origin: 0%;
  background-color: #2e2d2b;
  margin-top: -1vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-text-wrapper {
  display: flex;
  overflow: hidden;
}

.thank-you-wrapper {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #e7e7e7;
  background-image: url('../images/Gradient-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thank-you-wrapper.our-clients {
  min-height: 100vh;
  min-width: 100vw;
  text-align: left;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  position: static;
  top: 0;
}

.text-wrapper {
  min-width: 50%;
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  background-color: rgba(255, 255, 255, .18);
  border-radius: 25px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  padding: 70px;
  display: block;
  box-shadow: 3px 5px 15px -6px rgba(0, 0, 0, .1);
}

.logo {
  max-height: 100px;
  margin-top: 25px;
}

.div-block-15-copy {
  min-width: 100%;
  justify-content: center;
  display: flex;
}

.bttn-home {
  max-width: 100%;
  min-width: 50%;
  cursor: pointer;
  background-color: #333;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.bttn-home.middle {
  max-width: 75%;
  justify-content: center;
  margin-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.loader-mobile {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  background-color: #2e2d2b;
  order: 0;
  align-self: stretch;
  display: none;
  position: relative;
  overflow: visible;
}

.trigger-loader-mobile, .hero-copy-wrapper {
  display: none;
}

@media screen and (min-width: 1920px) {
  .loader-mobile {
    height: 100svh;
  }
}

@media screen and (max-width: 991px) {
  .main-container {
    border-radius: 0;
  }

  .section-2.our-clients {
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .text-block-10 {
    font-size: 19px;
  }

  .text-block-11 {
    font-size: 22px;
    line-height: 29px;
  }

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

  .text-block-12 {
    font-size: 18px;
  }

  .heading {
    font-size: 58px;
    line-height: 62px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .section-wrapper.services.cta.thank-you {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-14 {
    font-size: 13px;
  }

  .bento-box-wrapper {
    min-height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bento-box {
    min-height: auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding: 40px;
  }

  .text-wrapper {
    padding: 25px;
  }

  .hero-copy-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    border-radius: 0;
  }

  .lottie-animation-2, .div-block-9 {
    display: none;
  }

  .heading.middle {
    font-size: 55px;
    line-height: 55px;
  }

  .hero-copy-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto 100vh;
    background-attachment: fixed;
    overflow: visible;
  }

  .main-container {
    border-radius: 0;
    overflow: hidden;
  }

  .section-1 {
    min-height: 100svh;
  }

  .text-block {
    font-size: 40px;
    line-height: 45px;
  }

  .marquee-1 {
    display: none;
  }

  .section-2 {
    height: auto;
    padding-bottom: 0;
  }

  .section-2.our-clients {
    width: auto;
    min-height: auto;
    min-width: auto;
    align-self: center;
    padding-bottom: 0;
  }

  .image-8 {
    max-width: 70%;
  }

  .column {
    padding-bottom: 28px;
  }

  .lottie-animation-2, .column-2, .div-block-9 {
    display: none;
  }

  .div-block-13 {
    padding-bottom: 30px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading.middle {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-3 {
    line-height: 25px;
  }

  .paragraph-3.middle {
    font-size: 19px;
    line-height: 21px;
  }

  .section-wrapper {
    max-height: none;
    min-height: auto;
    flex-direction: column;
  }

  .section-wrapper.services {
    max-height: none;
    min-height: auto;
    padding-bottom: 30px;
    position: relative;
  }

  .book-now-bk {
    min-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .book-now-bk.middle {
    max-width: 100%;
  }

  .text-block-14 {
    letter-spacing: 1.5px;
    font-size: 13px;
    line-height: 22px;
  }

  .arrow {
    max-width: 50%;
  }

  .services-container {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .service {
    width: 75%;
  }

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

  .bento-box {
    grid-template-columns: 1fr;
    padding: 0 26px;
  }

  .bento-item.hero-copy {
    padding: 0;
  }

  .heading-3.bento-hero {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 41px;
    line-height: 40px;
  }

  .loading-wrapper {
    display: none;
  }

  .loader {
    height: 100svh;
    display: none;
  }

  .reveal {
    display: none;
  }

  .container.is-loader-bottom {
    justify-content: center;
  }

  .triact-studios, .creative-agency {
    font-size: 25px;
    line-height: 25px;
  }

  .loader-bottom {
    position: static;
  }

  .loader_number {
    text-align: center;
    letter-spacing: -10px;
    padding-right: 0;
    font-size: 4em;
    line-height: .4em;
  }

  .trigger {
    display: none;
  }

  .bttn-home.w--current {
    min-width: 100%;
  }

  .bttn-home.middle {
    max-width: 100%;
  }

  .loader-mobile {
    height: 100svh;
    background-color: var(--black);
    flex-direction: column;
    justify-content: space-between;
    display: block;
  }

  .hero-copy-wrapper {
    align-self: center;
    display: block;
  }

  .text-block-18 {
    font-family: Poppins, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 74px;
  }

  .hero {
    letter-spacing: -1px;
    padding-left: 5vw;
    padding-right: 5vw;
    font-family: Poppins, sans-serif;
    font-size: 63px;
    font-weight: 400;
    line-height: 66px;
  }
}

#w-node-_1eb793f6-2d59-9464-f3e0-6a1ec0af8c74-a7115cf7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba88e32e-66d1-be91-2c27-62334f64a92f-a7115cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d11b223-d46c-51f8-471a-4f118958f80b-a7115cf7, #w-node-b2de4365-bfda-822d-2f29-81123bbed11b-a7115cf7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fbbe73e1-d12d-6f6c-1130-ec95ac409d66-a7115cf7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: stretch;
}

#w-node-a8024667-e0d5-a4de-d3ab-6efb4d010365-a7115cf7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d34e10b3-a4ff-fcc7-3f8c-c4f8b3238f4f-a7115cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1eb793f6-2d59-9464-f3e0-6a1ec0af8c74-a7115cf7, #w-node-ba88e32e-66d1-be91-2c27-62334f64a92f-a7115cf7, #w-node-_8d11b223-d46c-51f8-471a-4f118958f80b-a7115cf7, #w-node-b2de4365-bfda-822d-2f29-81123bbed11b-a7115cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbbe73e1-d12d-6f6c-1130-ec95ac409d66-a7115cf7 {
    grid-area: 1 / 1 / 4 / 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-a8024667-e0d5-a4de-d3ab-6efb4d010365-a7115cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1eb793f6-2d59-9464-f3e0-6a1ec0af8c74-a7115cf7, #w-node-ba88e32e-66d1-be91-2c27-62334f64a92f-a7115cf7, #w-node-_8d11b223-d46c-51f8-471a-4f118958f80b-a7115cf7, #w-node-b2de4365-bfda-822d-2f29-81123bbed11b-a7115cf7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fbbe73e1-d12d-6f6c-1130-ec95ac409d66-a7115cf7 {
    grid-area: 1 / 1 / 3 / 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-a8024667-e0d5-a4de-d3ab-6efb4d010365-a7115cf7, #w-node-d34e10b3-a4ff-fcc7-3f8c-c4f8b3238f4f-a7115cf7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


