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

.text-size-medium {
  font-size: 1.125rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(20, 152, 190, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header83_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header83_content-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header83_images-layout {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  /* grid-template-rows: auto; */
  grid-template-rows: repeat(3, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  transform: scale(3.2);
}

@media (min-width: 992px){
  .header83_images-layout {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1440px;
  margin: 0 auto;
}

.header83_component {
  height: 300vh;
  position: relative;
}

.header83_background-images {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header83_content {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header83_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner11_component {
  width: 100vw;
  max-width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  overflow: hidden;
}

.banner11_wrapper {
  width: 200vw;
  display: flex;
}

.banner11_marquee {
  width: 100vw;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner11_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner11_text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}

.banner12_component {
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner12_wrapper {
  width: 200vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner12_marquee {
  width: 460vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .banner12_marquee {
    width: 248vw;
  }
}
@media (min-width: 992px) {
  .banner12_marquee {
    width: 186vw;
  }
}
@media (min-width: 1200px) {
  .banner12_marquee {
    width: 149vw;
  }
}
@media (min-width: 1440px) {
  .banner12_marquee {
    width: 132vw;
  }
}

.banner12_img-wrapper {
  width: inherit;
  aspect-ratio: 90 / 79;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  display: flex;
}

@media (max-width: 1199px) {
  .cta38_link-image-wrapper {
    display: block;
    opacity: 1;
  }
}

.cta38_link-image {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .cta38_link-image {
    width: 75%;
    max-width: 35rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .cta38_link-image {
    width: 100%;
  }
}

.cta38_link-block {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  flex-direction: column;
}

.cta38_link-block:last-of-type {
  border-bottom: none;
}

@media (min-width: 1200px) {
  .cta38_link-block {
    flex-direction: row;
    padding-top: 1.5rem;
  }
  .cta38_link-block:hover *,
  .cta38_link-block:focus * {
    color: #1498BE;
    cursor: default;
  }
  .cta38_link-block:last-of-type {
    border-bottom: 1px solid #000;
  }
}

.hide {
  display: none;
}

.cta38_instructions-list {
  padding-left: 1.25rem;
}

.cta38_link-image-wrapper {
  z-index: 1;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 39%;
  /* display: flex !important; */
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transition: opacity .25s linear;
}
.cta38_link-image-wrapper:hover {
  transition: opacity .75s ease-out;
}

.cta38_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.cta38_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.cta-38-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
  display: block;
}

.cta38_instructions-list-item {
  padding-left: .5rem;
}

.cta38_link-text {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta38_link-text-right {
  display: none;
}
@media (min-width: 1200px) {
  .cta38_link-text-right {
    display: block;
    text-transform: uppercase;
    text-align: right;
    font-size: 17px;
    font-weight: 400;
    line-height: 24.64px; /* 144.941% */
    letter-spacing: 2px;
  }
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cta38_instructions-callout-image {
  margin-top: 1.5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: rgba(131, 116, 116, .15);
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.cta38_link-text-small {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_label {
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.text-weight-semibold {
  font-weight: 600;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header82_content-bottom {
  z-index: 1;
  width: 90%;
  flex-direction: column;
  /* display: flex; */
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .header82_content-bottom {
    height: fit-content !important;
    position: sticky;
    /* top: 10vh;
    margin-bottom: -10vh; */
    top: 14.5vh;
    margin-bottom: -14.5vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header82_content-bottom {
    transform: unset !important;
    will-change: unset !important;
    transform-style: unset !important;
    width: 90% !important;
    margin-bottom: 0;
  }
}


.header82_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding: 24px 0;
  display: flex;
  position: sticky;
  top: 0;
}

.header82_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media (min-width: 1200px) {
  .video-overlay-layer {
    z-index: -1;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

.header82_component {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
@media (min-width: 1200px) {
  .header82_component {
    height: 300vh;
  }
}

.layout353_content-item {
  margin-bottom: 48px;
  position: relative;
  display: block;
}
@media (min-width: 1200px) {
  .layout353_content-item {
    position: sticky;
    top: 30%;
  }
}

.layout353_content-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 100%;
  width: 100%;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .layout353_content-item .content {
    flex-direction: row;
    height: auto;
    padding: 24px;
  }
}

.layout353_component {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .layout353_component {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }
}

.layout353_content-left {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .layout353_content-left {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .layout353_content-left {
    position: sticky;
    top: 30%;
  }
}
.layout353_content-left p {
  margin: 0;
}

.layout415_component {
  height: 300vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.layout-415-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
}

.layout415_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout415_content {
  height: 100vh;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout415_instructions-list {
  padding-left: 1.25rem;
}

.layout415_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout415_card {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.layout415_card.card-2 {
  z-index: 2;
  transform: rotate(3deg);
}

.layout415_card.card-2.z-index-3 {
  z-index: 3;
}

.layout415_card.card-3 {
  z-index: 1;
  transform: rotate(6deg);
}

.layout415_card.card-3.z-index-3, .layout415_card.card-1 {
  z-index: 3;
}

.layout415_card.card-4 {
  transform: rotate(9deg);
}

.layout415_card.card-4.z-index-3 {
  z-index: 3;
}

.layout415_instructions-list-item {
  padding-left: .5rem;
}

.section_header78 {
  margin: 34px 0;
}

.header78_image-list-top {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.header78_image-list-bottom {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -62.7%;
  display: grid;
}

.header78_content-bottom {
  width: 100vw;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.header78_image-list {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.header78_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header78_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.z {
    z-index: 10;
    position: relative;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner11_marquee {
    width: 100vw;
  }

  .banner11_text-wrapper {
    text-align: center;
  }

  .cta38_link-image-wrapper {
    z-index: -1;
  }

  .cta38_link-text {
    font-size: 3.25rem;
  }

  .header82_content {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout353_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout415_component {
    height: 300svh;
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout415_content {
    height: 100svh;
  }
}

@media (max-width: 767px) {
  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header83_images-layout {
    grid-template-columns: 1fr;
  }

  .banner11_wrapper {
    width: 250vw;
  }
  
  .banner11_marquee {
    width: 125vw;
  }

  .banner11_text {
    font-size: 1.125rem;
  }

  .cta38_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cta38_link-text {
    font-size: 2.25rem;
  }

  .cta38_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .header82_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout353_content-left {
    position: static;
  }

  .layout415_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout415_content {
    height: 100%;
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .layout415_content-right {
    min-height: 24.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
  }

  .layout415_card {
    margin-left: 1.5rem;
  }

  .header78_image-wrapper {
    width: 18rem;
  }
}

@media (max-width: 479px) {
  .header83_images-layout {
    transform: scale(3.4);
  }

  .layout353_component, .layout415_component {
    grid-template-columns: 1fr;
  }

  .header78_image-wrapper {
    width: 60vw;
  }
}

@media (max-width: 389px) {
  .banner11_wrapper {
    width: 300vw;
  }

  .banner11_marquee {
    width: 150vw;
  }
}

/* [id|="w-node"]? */
#w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e917a-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e917b-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e917c-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e917d-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e917e-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e917f-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9180-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9181-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9182-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9183-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9184-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9185-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9186-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9187-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9188-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9189-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e918a-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e918b-195508fe, #w-node-d26a0984-af5f-29c5-f6b4-aee352b997f2-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f046-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f047-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f048-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f049-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f04a-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f04b-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f04c-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f04d-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f04e-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f04f-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f050-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f051-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f052-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f053-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f054-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f055-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f056-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f057-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f058-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f059-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f05a-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f05b-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f05c-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f05d-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f05e-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f05f-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f061-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f062-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f063-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f064-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f065-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f066-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f067-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f068-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f069-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f06a-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f06b-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f06c-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f06d-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f06e-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f06f-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f070-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f071-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f072-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f073-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f074-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f075-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f076-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f077-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f078-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f079-195508fe, #w-node-_74da584f-615d-9702-b84c-10100f54f07a-195508fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media (max-width: 991px) {
  #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e917c-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e917e-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9180-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9182-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9184-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9186-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e9188-195508fe, #w-node-a8e79d8f-34e3-83d7-4134-b6f43a9e918a-195508fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}