.offeringsGrid__wrapper {
  padding: 60px 0;
}
.offeringsGrid__title {
  margin: 0 0 10px;
}
.offeringsGrid__title h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.offeringsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.offeringsGrid .offeringsGrid__offering {
  background: white;
}
.offeringsGrid .offering__border {
  border: solid 1px #cccccc;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.offeringsGrid .offering__picture {
  display: block;
  aspect-ratio: 1.77777778;
  width: 100%;
}
.offeringsGrid .offering__picture img {
  width: 100%;
  height: auto;
}
.offeringsGrid .offering__text {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.offeringsGrid .offering__text * {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  margin: 10px 0;
}
.offeringsGrid .offering__text ol {
  padding: 0 0 0 15px;
}
.offeringsGrid .offering__link {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin: 25px 0 0 0;
}
.offeringsGrid .offering__link a {
  color: #004494;
  font-weight: bold;
}
.offeringsGrid .offering__link a:hover,
.offeringsGrid .offering__link a:acive,
.offeringsGrid .offering__link a:link {
  color: #004494;
}
[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;
}
.offeringsGrid--fullWidthBackground .offeringsGrid__wrapper {
  max-width: 1009px;
  margin: 0 auto;
}
.offeringsGrid--fullWidthBackground .offeringsGrid__wrapper .offeringsGrid__title,
.offeringsGrid--fullWidthBackground .offeringsGrid__wrapper .offeringsGrid__title h2 {
  margin-top: 0;
}
.offeringsGrid--fullWidthBackground .offeringsGrid__wrapper .offeringsGrid {
  margin-bottom: 0;
}
.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;
}
.mt_direction_right_to_left .offeringsGrid .offering__text ol {
  padding: 0 15px 0 0;
}
/* ==========================================================================
   Author mode adjustments
   ========================================================================== */
.cq-Editable-dom .offeringsGrid .offering__border {
  height: auto;
}
/* ==========================================================================
   Mobile layout adjustments
   ========================================================================== */
@media (max-width: 1009px) {
  .offeringsGrid__title {
    margin: 15px 20px 10px;
  }
  .offeringsGrid {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .offeringsGrid .offering__link {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 600px) {
  .offeringsGrid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
  .offeringsGrid__title {
    margin: 0 20px;
  }
}
@media (max-width: 480px) {
  .offeringsGrid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 0;
  }
}
