:root {
  --sea-green: #0b733d;
  --medium-sea-green: #44ab49;
  --white: white;
  --black: black;
}

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

.slide {
  height: 500vh;
}

.slider {
  background-color: #0000;
  height: 1000vh;
}

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

.icon, .left-arrow, .right-arrow {
  color: #0000;
}

.navbar2_logo-link {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  margin-left: auto;
  margin-right: auto;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: linear-gradient(to right, var(--sea-green), var(--medium-sea-green));
  border-bottom: 1px #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  display: block;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: #0000;
}

.button {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--sea-green), var(--medium-sea-green));
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border: 1px #0000;
  border-radius: 10px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1.5rem;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .3s;
}

.button:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #0000004a;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.margin {
  margin-top: 40px;
}

.button.contact-us {
  width: 100%;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar2_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
  position: absolute;
}

.navbar2_logo {
  height: 60px;
}

.navbar2_link {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  padding: .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.navbar2_link:hover {
  border-bottom-color: var(--white);
}

.navbar2_link.w--current {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.header-banner {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  width: 25px;
  height: 25px;
}

.heading {
  color: var(--sea-green);
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.container {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.landing-section {
  object-fit: contain;
  background-image: url('../images/Green-Plastic-Designs-Texture-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.grid {
  grid-template-rows: auto;
  height: 100%;
  overflow: visible;
}

.image-2 {
  object-fit: fill;
  max-width: none;
  height: 100%;
  position: absolute;
  left: -250px;
  overflow: visible;
}

.landing-div-2 {
  position: relative;
  overflow: visible;
}

.landing-par {
  z-index: 2;
  width: auto;
  margin-top: 19px;
  margin-bottom: 19px;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.landing-h1 {
  color: var(--sea-green);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.landing-div-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.main-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.h1 {
  color: var(--sea-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.h1.white {
  color: var(--white);
}

.main-par {
  color: var(--black);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.main-par.review {
  color: var(--white);
  font-style: italic;
}

.link-block {
  margin-left: 20px;
}

.gallery-grid {
  grid-template-rows: auto;
  grid-template-areas: ".";
  place-items: stretch stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.cell {
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.grid-2-copy {
  grid-template-rows: auto;
  grid-template-areas: ".";
  place-items: stretch stretch;
  width: 100%;
}

.quote-section {
  background-image: url('../images/Green-Plastic-Designs-Texture-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-4 {
  width: 50vw;
}

.bold-text {
  color: var(--medium-sea-green);
  font-weight: 700;
}

.image-5 {
  width: 60vw;
  margin-top: 60px;
}

.review-section {
  background-image: linear-gradient(to right, var(--sea-green), var(--medium-sea-green));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.social-icon-link {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}

.grid-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.link {
  color: var(--sea-green);
  text-align: center;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: var(--medium-sea-green);
}

.form-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.text-field {
  border: 3px solid var(--sea-green);
  color: var(--black);
  border-radius: 5px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.textarea {
  border: 3px solid var(--sea-green);
  color: var(--black);
  border-radius: 10px;
  min-height: 150px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.image-7 {
  margin-bottom: 10px;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-16 {
  height: 80px;
}

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--sea-green);
}

.footer-dark {
  background-color: #f5f7fa;
  background-image: linear-gradient(to right, var(--sea-green), var(--medium-sea-green));
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 30px;
  position: relative;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #2e3092;
}

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

.banner-button {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--sea-green), var(--medium-sea-green));
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border: 1px #0000;
  border-radius: 10px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1.5rem;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .3s;
}

.banner-button:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #0000004a;
}

.banner-button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.banner-button.margin {
  margin-top: 40px;
}

.banner-button.contact-us {
  width: 100%;
}

.whatsapp-button {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
  box-shadow: 0 0 5px #8787879e;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px #2f2f2f59;
}

.text-block-2 {
  background-color: #0000;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-weight: 500;
}

.image-13 {
  width: 50px;
}

@media screen and (max-width: 991px) {
  .navbar2_logo-link {
    margin-left: 0;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--sea-green);
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-bottom: 15rem;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    background-color: var(--white);
    width: 24px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: 1.6rem 0;
    font-size: 1.125rem;
  }

  .navbar2_link:hover {
    border-bottom-style: none;
  }

  .image {
    width: 35px;
    height: 35px;
  }

  .landing-section {
    height: auto;
  }

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

  .image-2 {
    max-width: 100%;
    position: relative;
    left: 0;
  }

  .landing-par {
    color: var(--black);
    text-align: center;
  }

  .landing-div-1 {
    align-items: center;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .main-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-block {
    margin-left: 0;
    margin-right: auto;
  }

  .quote-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-4, .image-5 {
    width: 70vw;
  }

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

  .image-16 {
    height: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-dark {
    padding-bottom: 6rem;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .map {
    height: 250px;
    margin-top: 20px;
  }

  .whatsapp-button {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar2_component {
    min-height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button {
    display: block;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .landing-h1 {
    text-align: center;
    font-size: 3rem;
  }

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

  .image-5 {
    width: 90vw;
  }

  .footer-block {
    align-items: center;
  }

  .footer-copyright-center {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-dark {
    padding-bottom: 6rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .banner-button {
    display: none;
  }

  .banner-button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .whatsapp-button {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar2_component {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar2_logo {
    height: 100%;
  }

  .navbar2_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-banner {
    text-align: center;
  }

  .heading {
    font-size: 1rem;
    line-height: 1.2;
  }

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

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center;
  }

  .image-2 {
    width: 160%;
    max-width: none;
    overflow: visible;
  }

  .landing-div-2 {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .landing-par {
    font-size: 1.2rem;
  }

  .landing-h1 {
    font-size: 2.5rem;
  }

  .landing-div-1 {
    width: 90vw;
    overflow: visible;
  }

  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .main-par {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .gallery-grid, .grid-2-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: 90vw;
  }

  .image-16 {
    height: 60px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-divider {
    background-color: #0000;
    border-top: 2px solid #fff;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .footer-dark {
    padding-bottom: 4rem;
  }

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

  .whatsapp-button {
    bottom: 1%;
  }

  .image-13 {
    width: 45px;
  }
}

#w-node-_71e3f5e0-7446-c66f-7ebf-4b7c4facc540-49e8e54e, #w-node-_86fbc9e5-5f1e-bb43-630b-f9f1d4bb7be1-49e8e54e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc1cbcaf-3deb-9b89-aa8d-adaf86416a61-49e8e54e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bc1cbcaf-3deb-9b89-aa8d-adaf86416a62-49e8e54e, #w-node-_358c621e-7259-a9a4-aa07-1a3944f20fb6-49e8e54e, #w-node-_79b07768-eb92-124c-46ef-aac19b2b12b8-49e8e54e, #w-node-_9fd87b63-d0a8-df90-f6e8-45bd7832a339-49e8e54e, #w-node-_085d840e-91e4-0604-60cd-a7610b3d76a2-49e8e54e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d604cf2-4bb7-5347-d255-88fdd38f1070-49e8e54e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8d2e605-a8d6-bef3-9a58-62cf1f2fc3cc-49e8e54e, #w-node-c8d2e605-a8d6-bef3-9a58-62cf1f2fc3cd-49e8e54e, #w-node-c8d2e605-a8d6-bef3-9a58-62cf1f2fc3d0-49e8e54e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3edc3178-f250-d495-6697-26055d453754-49e8e54e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5064b370-55b9-19fc-1967-bc62818942dc-49e8e54e, #w-node-_5064b370-55b9-19fc-1967-bc62818942dd-49e8e54e, #w-node-_5064b370-55b9-19fc-1967-bc62818942e0-49e8e54e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f0468d3-a414-be15-4677-5d84d016e779-49e8e54e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a7784eb8-3292-dcc1-6d6a-3a16914b5d76-49e8e54e, #w-node-a7784eb8-3292-dcc1-6d6a-3a16914b5d77-49e8e54e, #w-node-a7784eb8-3292-dcc1-6d6a-3a16914b5d7a-49e8e54e, #w-node-_05bbc08b-255e-2110-81a0-3467b30c815a-49e8e54e, #w-node-_53b71330-890e-d9ae-f955-47f3b20d7b06-49e8e54e, #w-node-bdc962fb-d6c3-8218-f72d-f8ca19702737-49e8e54e, #w-node-bdc962fb-d6c3-8218-f72d-f8ca19702740-49e8e54e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86fbc9e5-5f1e-bb43-630b-f9f1d4bb7be1-49e8e54e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc1cbcaf-3deb-9b89-aa8d-adaf86416a61-49e8e54e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-bc1cbcaf-3deb-9b89-aa8d-adaf86416a62-49e8e54e, #w-node-_79b07768-eb92-124c-46ef-aac19b2b12b8-49e8e54e, #w-node-_9fd87b63-d0a8-df90-f6e8-45bd7832a339-49e8e54e, #w-node-_085d840e-91e4-0604-60cd-a7610b3d76a2-49e8e54e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d604cf2-4bb7-5347-d255-88fdd38f1070-49e8e54e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c8d2e605-a8d6-bef3-9a58-62cf1f2fc3cd-49e8e54e, #w-node-c8d2e605-a8d6-bef3-9a58-62cf1f2fc3d0-49e8e54e, #w-node-_5064b370-55b9-19fc-1967-bc62818942dd-49e8e54e, #w-node-_5064b370-55b9-19fc-1967-bc62818942e0-49e8e54e, #w-node-a7784eb8-3292-dcc1-6d6a-3a16914b5d77-49e8e54e, #w-node-a7784eb8-3292-dcc1-6d6a-3a16914b5d7a-49e8e54e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


