:root {
  --waves-library--black: #131313;
  --waves-library--white: white;
  --grey: #cfcfcf;
  --white: white;
  --color-2: #2f72be;
  --light-grey: #ebebeb;
  --black: black;
  --color-4: #b5d0f0;
  --white_2: white;
  --color-3: #952cb8;
}

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

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 52px 12px 16px;
  font-family: Montserrat, sans-serif;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: none;
}

.link_menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-left: -64px;
  margin-right: 26px;
  display: flex;
  position: static;
}

.waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 324px;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  border-bottom: 1px solid var(--grey);
  background-color: var(--white);
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar_section {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-image-hero-3 {
  border: 2px solid var(--grey);
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  box-shadow: 7px 10px 5px -4px #0003;
}

.waves-master-image-hero-3 {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  background-color: var(--color-2);
  border-radius: 20px;
  min-width: 200px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 72px;
  line-height: 120%;
  display: flex;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 544px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 56px;
  display: flex;
}

.waves-hero-3-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.hero_section {
  background-color: var(--light-grey);
  background-image: none;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-image-gallery-2 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.galery_section {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.galery_section.bottom-grid {
  margin-bottom: 24px;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.galery_section_1 {
  background-color: var(--white);
  background-image: none;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-4 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---testimonial-text-big {
  font-size: 32px;
  line-height: 130%;
}

.waves-bottom-testimonial-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 180px;
  display: flex;
}

.waves-logo-testimonial-4 {
  height: 30px;
}

.waves-right-testimonial-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.waves-image-testiomnial-4 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.waves-grid-testimoials-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.waves-master-testimonial-4 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  padding: 62px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer_section {
  background-color: var(--grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
  display: none;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: none;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  min-width: 200px;
  display: flex;
}

.waves---cta-white.wide-cta.mon_font-style {
  background-color: var(--color-2);
  color: var(--white);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.waves---mg-top-33 {
  margin-top: 16px;
}

.waves---paragraph-big-2 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 48px;
  line-height: 130%;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-cta-2 {
  border: 2px solid var(--grey);
  background-color: var(--color-4);
  color: var(--waves-library--white);
  background-image: none;
  background-size: auto;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 40px;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.cta_section {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading, .text-block {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-footer-1 {
  background-color: var(--grey);
  padding-top: 80px;
  padding-bottom: 64px;
}

.logo_link {
  padding: 12px 52px 12px 16px;
  font-family: Great Vibes, cursive;
  font-size: 28px;
  font-weight: 400;
}

.waves-image-gallery-2-copy-1 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.body {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.tribute_section {
  background-color: var(--waves-library--white);
}

.heading-2, .text-block-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.footer_section_2 {
  margin-top: 50px;
}

.walsh-footer-link {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 32px;
  margin-bottom: 0;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-white {
  background-color: var(--light-grey);
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.heading-3 {
  font-family: Great Vibes, cursive;
}

.gallery-_section {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start stretch;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 "."
                 "Area"
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two.rounded_corner, .rounded_corner {
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link_menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .hero_section {
    text-align: center;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .waves-master-cta-2 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .logo_link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

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

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .galery_section_1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves-master-testimonial-4 {
    padding: 20px 32px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-2 {
    padding: 80px 32px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .gallery-_section {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .waves---nav-cta {
    display: none;
  }

  .waves-master-image-hero-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .hero_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .galery_section.bottom-grid, .galery_section.top-grid {
    width: 180vw;
  }

  .galery_section_1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins, .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves-master-testimonial-4 {
    padding: 19px;
  }

  .footer_section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves-master-cta-2 {
    padding: 64px 16px;
  }

  .cta_section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-_8ca2b8b7-f653-d5d3-f694-a1001e6a320e-8c351a7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8ca2b8b7-f653-d5d3-f694-a1001e6a3216-8c351a7e, #w-node-deea53fa-1bd5-1f38-0b13-b46ac3e58add-8c351a7e, #w-node-deea53fa-1bd5-1f38-0b13-b46ac3e58ae2-8c351a7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce936-8c351a7e {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce938-8c351a7e {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce93f-8c351a7e {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce941-8c351a7e {
  justify-self: center;
}

#w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce949-8c351a7e {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8ca2b8b7-f653-d5d3-f694-a1001e6a320e-8c351a7e {
    justify-self: center;
  }

  #w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce936-8c351a7e {
    grid-column-end: 3;
  }

  #w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce938-8c351a7e {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce93f-8c351a7e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce949-8c351a7e {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d9e907b3-a12d-e222-4ebc-8f1e6a7ce936-8c351a7e {
    grid-area: 1 / 1 / 2 / 3;
  }
}
