.benefitsSelling__wrapper {
  padding: 60px 0;
}
.benefitsSelling__title h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.benefitsSelling {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.benefitsSelling .benefit__authorMsg {
  width: 100%;
}
.benefitsSelling .benefitsSelling__benefit {
  flex: 1 1 20%;
  padding: 15px;
  background: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
}
.benefitsSelling .benefitsSelling__benefit a.benefitsSelling__benefit__link {
  display: flex;
  flex-wrap: wrap;
}
.benefitsSelling .benefitsSelling__benefit a.benefitsSelling__benefit__link:hover,
.benefitsSelling .benefitsSelling__benefit a.benefitsSelling__benefit__link:link,
.benefitsSelling .benefitsSelling__benefit a.benefitsSelling__benefit__link:focus,
.benefitsSelling .benefitsSelling__benefit a.benefitsSelling__benefit__link:active {
  text-decoration: none;
  color: #666666;
}
.benefitsSelling .benefitsSelling__benefit.cq-Editable-dom {
  display: block;
}
.benefitsSelling .benefit__image {
  margin: 0 0 20px 0;
  aspect-ratio: 1.77777778;
  width: 100%;
}
.benefitsSelling .benefit__image .benefit__picture {
  display: block;
  text-align: center;
}
.benefitsSelling .benefit__image .benefit__picture .benefit__picture__img {
  max-width: 100%;
  height: auto;
}
.benefitsSelling .benefit__text {
  align-self: end;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
[class*="fullWidthBackground"] {
  background-color: #f6f6f6;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.mt_direction_right_to_left [class*="fullWidthBackground"] {
  margin-right: calc(-50vw + 50%);
  margin-left: auto;
}
.benefitsSelling--fullWidthBackground .benefitsSelling__wrapper {
  max-width: 1009px;
  margin: 0 auto;
}
.benefitsSelling--fullWidthBackground .benefitsSelling__wrapper .benefitsSelling__title h2 {
  margin-top: 0;
}
.benefitsSelling--fullWidthBackground .benefitsSelling__wrapper .benefitsSelling {
  margin-bottom: 0;
}
.benefitsSelling--fullWidthBackground .benefitsSelling__wrapper .benefitsSelling .benefitsSelling__benefit {
  background: white;
}
.landingpageparnew .landingpagesection.section:not(.cq-Editable-dom) {
  display: contents;
}
.landingpageparnew > .section:not(.lpFullWidthBackground, .showcase, .moodvideo) + .section:not(.grouping,.lpFullWidthBackground, .showcase, .moodvideo),
.landingpageparnew > .section:not(.lpFullWidthBackground,.fullWidthBackground) + .grouping:has( > div:first-of-type:not(.lpFullWidthBackground, .showcase)) {
  border-top: 1px solid #ededed;
  margin-top: -1px;
}
.landingpageparnew > .lpFullWidthBackground + .lpFullWidthBackground,
.landingpageparnew > .lpFullWidthBackground + .grouping:has( > div:first-of-type:is(.lpFullWidthBackground)),
.landingpageparnew > .grouping:has( > div:last-of-type:is(.lpFullWidthBackground)) + .lpFullWidthBackground,
.landingpageparnew > .grouping:has( > div:last-of-type:is(.lpFullWidthBackground)) + .grouping:has( > div:first-of-type:is(.lpFullWidthBackground)) {
  border-top: 1px solid #ededed;
  margin-top: -1px;
}
.landingpageparnew > .section:not(.lpFullWidthBackground) + .lpFullWidthBackground,
.landingpageparnew > .lpFullWidthBackground + .section:not(.lpFullWidthBackground),
.landingpageparnew > .grouping + .section:not(.grouping, .lpFullWidthBackground),
.landingpageparnew > .grouping:has( > div:last-of-type:not(.lpFullWidthBackground)) + .lpFullWidthBackground,
.landingpageparnew > .grouping:has( > div:last-of-type:not(.lpFullWidthBackground)) + .grouping:has( > div:first-of-type:is(.lpFullWidthBackground)),
.landingpageparnew > .grouping:has( > div:last-of-type:is(.lpFullWidthBackground)) + .grouping:has( > div:first-of-type:not(.lpFullWidthBackground)) {
  border-top: 0;
}
/* ==========================================================================
   Mobile layout adjustments
   ========================================================================== */
@media (max-width: 1009px) {
  .benefitsSelling__title {
    margin: 0 20px;
  }
  .benefitsSelling {
    flex-wrap: wrap;
    gap: 20px;
  }
  .benefitsSelling .benefitsSelling__benefit {
    box-sizing: border-box;
  }
  .benefitsSelling--5column {
    justify-content: flex-start;
  }
  .benefitsSelling--4column .benefitsSelling__benefit,
  .benefitsSelling--5column .benefitsSelling__benefit {
    max-width: 31%;
    flex: 0 1 auto;
  }
}
@media (max-width: 600px) {
  .benefitsSelling {
    padding: 0 20px;
  }
  .benefitsSelling .benefitsSelling__benefit {
    flex: 0 1 auto;
    max-width: 48%;
  }
}
@media (max-width: 500px) {
  .benefitsSelling .benefitsSelling__benefit {
    max-width: none;
    width: 100%;
    justify-content: center;
  }
  .benefitsSelling .benefitsSelling__benefit a.benefitsSelling__benefit__link {
    display: block;
  }
  .benefitsSelling .benefitsSelling__benefit .benefit__image img {
    aspect-ratio: auto;
  }
}
