.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section {
  width: auto;
  height: 800px;
  background-image: url('../images/BROCHURE-LA-MOLINA-2023-final_page-0021.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.features-table {
  position: relative;
  padding: 0px 30px 19px;
  border-bottom: 1px solid #e4ebf3;
}

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

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.comparison-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comparison-row-main {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  padding-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.comparison-title {
  margin-bottom: 0px;
  margin-left: 24px;
}

.comparison-row {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  padding-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e4ebf3;
}

.comparison-negative {
  margin-left: 24px;
  padding-left: 40px;
  background-image: url('../images/');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.comparison-positive {
  margin-left: 24px;
  padding-left: 40px;
  background-image: url('../images/');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.heading-2 {
  margin-top: 34px;
  margin-bottom: 33px;
  font-family: Oswald, sans-serif;
  color: #2c2c2c;
  text-align: center;
  text-decoration: underline;
}

.walsh-icon-arrow-flip {
  height: 12px;
  color: #fff;
}

.walsh-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-row-gap: 0px;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.walsh-link-block-outline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 0.15em;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  color: #000;
  text-decoration: none;
}

.walsh-link-block-outline:hover {
  background-color: #2c2c2c;
  color: #000;
}

.walsh-button-hover-fill {
  position: absolute;
  left: -46%;
  top: -100%;
  right: auto;
  bottom: auto;
  width: 5em;
  height: 5em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #000;
}

.walsh-link-block-orange {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 16px;
  margin-right: 140px;
  margin-left: 110px;
  padding: 20px 32px 20px 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 100px;
  background-color: #ff715b;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-cta-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.25em;
}

.walsh-heading-medium {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #2c2c2c;
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.walsh-main-grid {
  position: relative;
  width: 100%;
  margin-top: 16px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.walsh-cta-block-white {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 5.5em;
  border-radius: 17px;
  background-color: #edfae7;
  color: #570f0f;
}

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

.column {
  right: 10px;
  padding-bottom: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 20px;
}

.columns {
  border: 0px solid #000;
}

.column-2 {
  left: 10px;
  margin-top: auto;
  padding-bottom: 185px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 20px;
}

.section-2 {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-left: 0px;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.2em;
}

.walsh-label-button-2:hover {
  color: #fff;
}

.walsh-link-block-orange-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 100px;
  background-color: #ff3c12;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.text-block {
  color: #8d8c8c;
}

.bold-text {
  color: #666464;
}

.section-3 {
  background-color: #ff715b;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 13px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.bold-text-2 {
  position: relative;
  top: 11px;
  font-family: Oswald, sans-serif;
  color: #412e08;
}

.bold-text-3 {
  color: #ff3c12;
  font-size: 16px;
}

.walsh-footer-link {
  display: inline-block;
  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;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  text-decoration: none;
}

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

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

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

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

.walsh-footer-grid-social {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

.walsh-footer-legal-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6e6e6e;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 100px;
  max-width: 100%;
  min-width: 133px;
  margin-bottom: 0px;
}

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

.walsh-content-wrapper-white {
  position: relative;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #fff;
}

.container-2 {
  margin-top: 30px;
  background-color: #edfae7;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
}

.heading-2-copy {
  margin-top: 93px;
  margin-bottom: 33px;
  font-family: Oswald, sans-serif;
  color: #2c2c2c;
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .section {
    width: auto;
    height: 500px;
  }

  .grid {
    margin-top: auto;
    padding-top: 88px;
    grid-auto-flow: row;
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container {
    max-width: 728px;
  }

  .walsh-label-button {
    margin-left: -20px;
    padding-left: 0px;
  }

  .walsh-link-block-outline {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    display: inline-block;
    margin-left: 114px;
    padding-left: 50px;
  }

  .walsh-cta-div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .walsh-cta-block-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3em;
    padding-left: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-footer-inner-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
  }

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

  .walsh-logo-footer {
    max-height: none;
  }

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

@media screen and (max-width: 767px) {
  .section {
    height: 300px;
  }

  .features-table {
    padding: 0px 15px 20px;
  }

  .walsh-link-block-orange {
    margin-left: 186px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

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

  .walsh-logo-footer {
    max-height: none;
  }

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

@media screen and (max-width: 479px) {
  .section {
    height: 200px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    margin-left: 10px;
    padding-left: 20px;
    background-position: 0px 5px;
    background-size: 14px;
  }

  .comparison-positive {
    margin-left: 10px;
    padding-left: 20px;
    background-position: 0px 4px;
    background-size: 16px;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
  }

  .heading-2 {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 16px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-outline {
    padding-right: 25px;
    padding-left: 30px;
  }

  .walsh-link-block-orange {
    display: inline-block;
    margin-right: auto;
    margin-left: 85px;
    padding: 4px 30px 4px 63px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .walsh-cta-div-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 1.25em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

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

  .column {
    margin-top: 7px;
    padding-bottom: 26px;
  }

  .section-2 {
    margin-top: 0px;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    padding-right: 25px;
    padding-left: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .walsh-footer-grid-social {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .walsh-logo-footer {
    max-height: none;
  }

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

  .container-2 {
    margin-top: 11px;
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 16px;
  }

  .heading-2-copy {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 16px;
  }
}

#w-node-_7d903594-ebb9-e73c-e8a6-f2a2a8daaa7a-ae5875a1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7d903594-ebb9-e73c-e8a6-f2a2a8daaa7d-ae5875a1 {
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1dd6d27-bc85-f9d2-b925-585a2f1d9206-ae5875a1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1dd6d27-bc85-f9d2-b925-585a2f1d9208-ae5875a1 {
  -ms-grid-column-span: 6;
  grid-column-end: 10;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7d903594-ebb9-e73c-e8a6-f2a2a8daaa7a-ae5875a1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7d903594-ebb9-e73c-e8a6-f2a2a8daaa7d-ae5875a1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f1dd6d27-bc85-f9d2-b925-585a2f1d9206-ae5875a1 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-f1dd6d27-bc85-f9d2-b925-585a2f1d9208-ae5875a1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d903594-ebb9-e73c-e8a6-f2a2a8daaa7a-ae5875a1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f1dd6d27-bc85-f9d2-b925-585a2f1d9206-ae5875a1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}